mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
33 lines
699 B
Stylus
33 lines
699 B
Stylus
.root
|
|
absolute top bottom right
|
|
display flex
|
|
align-items center
|
|
justify-content center
|
|
|
|
.empty
|
|
height 320px
|
|
display flex
|
|
align-items center
|
|
|
|
.empty-message
|
|
width 100%
|
|
font-size 36px
|
|
font-weight 600
|
|
line-height 56px
|
|
text-align center
|
|
color $ui-inactive-text-color
|
|
|
|
body[data-theme="dark"]
|
|
.root
|
|
background-color $ui-dark-backgroundColor
|
|
border-left 1px solid $ui-dark-borderColor
|
|
.empty-message
|
|
color $ui-dark-inactive-text-color
|
|
|
|
body[data-theme="solarized-dark"]
|
|
.root
|
|
background-color $ui-solarized-dark-noteDetail-backgroundColor
|
|
border-left 1px solid $ui-solarized-dark-borderColor
|
|
.empty-message
|
|
color $ui-solarized-dark-text-color
|