mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
56 lines
1000 B
Stylus
56 lines
1000 B
Stylus
.root
|
|
absolute bottom left right
|
|
height $statusBar-height - 1
|
|
background-color $ui-backgroundColor
|
|
border-top $ui-border
|
|
display flex
|
|
|
|
.blank
|
|
flex 1
|
|
|
|
.help
|
|
navButtonColor()
|
|
height 24px
|
|
width 24px
|
|
border-width 0 0 0 1px
|
|
border-style solid
|
|
border-color $ui-borderColor
|
|
&:active .update-icon
|
|
color white
|
|
|
|
.zoom
|
|
navButtonColor()
|
|
height 24px
|
|
border-width 0 1px
|
|
border-style solid
|
|
border-color $ui-borderColor
|
|
|
|
.update
|
|
navButtonColor()
|
|
height 24px
|
|
border-width 0 0 0 1px
|
|
border-style solid
|
|
border-color $ui-borderColor
|
|
&:active .update-icon
|
|
color white
|
|
|
|
.update-icon
|
|
color $brand-color
|
|
|
|
body[data-theme="dark"]
|
|
.root
|
|
background-color $ui-dark-backgroundColor
|
|
|
|
.zoom
|
|
border-color $ui-dark-borderColor
|
|
|
|
.help
|
|
navButtonColor()
|
|
border-color $ui-dark-borderColor
|
|
border-left 1px solid $ui-dark-borderColor
|
|
|
|
.update
|
|
navDarkButtonColor()
|
|
border-color $ui-dark-borderColor
|
|
border-left 1px solid $ui-dark-borderColor
|