lbry-desktop/ui/scss/component/_comment-badge.scss

20 lines
392 B
SCSS
Raw Normal View History

.comment__badge {
padding-right: var(--spacing-xxs);
.icon {
margin-bottom: -4px;
height: 1rem;
width: 1rem;
}
}
// fix contrast on hover of channel selector, couldn't come up with a better way
div[role='menuitem'] .channel__list-item .comment__badge svg {
stroke: unset !important;
}
// icon is a bit bright and loud
.icon--PremiumPlus {
filter: brightness(0.92);
}