mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
26 lines
370 B
Stylus
26 lines
370 B
Stylus
.control-infoButton
|
|
top 10px
|
|
topBarButtonRight()
|
|
&:hover .tooltip
|
|
opacity 1
|
|
|
|
.tooltip
|
|
tooltip()
|
|
position absolute
|
|
pointer-events none
|
|
top 50px
|
|
right 20px
|
|
z-index 200
|
|
padding 5px
|
|
line-height normal
|
|
border-radius 2px
|
|
opacity 0
|
|
transition 0.1s
|
|
|
|
.infoButton
|
|
padding 0px
|
|
|
|
body[data-theme="dark"]
|
|
.control-infoButton
|
|
topBarButtonDark()
|