lbry-desktop/ui/scss/component/_comment-badge.scss
mayeaux fb3a73d8a7
Membership subscriptions (#812)
Enter: Odysee Premium.
2022-03-09 13:05:37 -05:00

19 lines
392 B
SCSS

.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);
}