You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/ui-default/components/discussion/reaction.page.styl

30 lines
752 B
Stylus

.reactions
display: inline
.reaction
white-space: nowrap
width: auto
border-radius: 1.75rem
overflow: visible
font-size: rem($font-size-small)
display: inline-block
line-height: rem(22px)
padding: rem(0 10px)
vertical-align: middle
border-radius: rem(12px)
border: 1px solid $supplementary-border-color
cursor: pointer
&.active, &:hover
text-decoration: none
border-color: $primary-color
color: #FFF !important
&.active
background-color: lighten($primary-color, 10%) !important
&:hover
background-color: lighten($primary-color, 30%) !important
.emoji
margin-right: rem(5px)
.popover-reaction-item
&:hover
background-color: $toolbar-bg-hover