

/* Start:/bitrix/components/ylab/likes/templates/.default/style.css?1728379847626*/
.votes_bar .vote_action {
    float: left;
    margin-left: 15px;
}

.votes_bar .vote_action button {
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    outline: none;
}

.votes_bar .vote_action button.like {
    background-image: url(/bitrix/components/ylab/likes/templates/.default/like5.svg);
}

.votes_bar .vote_action button.dislike {
    background-image: url(/bitrix/components/ylab/likes/templates/.default/like5.svg);
}

.votes_bar .vote_action button.like.is-active {
    background-image: url(/bitrix/components/ylab/likes/templates/.default/like6.svg);
}

.votes_bar .vote_action button.dislike.is-active {
    background-image: url(/bitrix/components/ylab/likes/templates/.default/like5.svg);
}
/* End */
/* /bitrix/components/ylab/likes/templates/.default/style.css?1728379847626 */
