mirror of
https://github.com/BoostIo/Boostnote
synced 2026-05-26 17:32:08 +00:00
Star a note
This commit is contained in:
19
browser/main/Detail/StarButton.styl
Normal file
19
browser/main/Detail/StarButton.styl
Normal file
@@ -0,0 +1,19 @@
|
||||
.root
|
||||
position relative
|
||||
color $ui-inactive-text-color
|
||||
font-size 18px
|
||||
text-align center
|
||||
background-color transparent
|
||||
border none
|
||||
padding 0
|
||||
transition transform 0.15s
|
||||
&:hover
|
||||
color $ui-text-color
|
||||
transform rotate(-72deg)
|
||||
|
||||
.root--active
|
||||
@extend .root
|
||||
color $ui-active-color
|
||||
transform rotate(-72deg)
|
||||
&:hover
|
||||
color $ui-active-color
|
||||
Reference in New Issue
Block a user