mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
81 lines
1.6 KiB
Stylus
81 lines
1.6 KiB
Stylus
@import('DetailVars')
|
|
|
|
$info-height = 60px
|
|
$info-margin-under-border = 27px
|
|
|
|
.info
|
|
absolute top left right
|
|
left $note-detail-left-margin
|
|
right $note-detail-right-margin
|
|
height $info-height
|
|
border-bottom $ui-border
|
|
background-color $ui-noteDetail-backgroundColor
|
|
|
|
.info-left
|
|
float left
|
|
padding 0 5px
|
|
margin 0px 2px
|
|
.info-left-top
|
|
display inline-block
|
|
height $info-height
|
|
line-height $info-height
|
|
|
|
.info-left-top-folderSelect
|
|
padding 0 3px
|
|
height 34px
|
|
line-height 26px
|
|
display flex
|
|
align-items center
|
|
justify-content center
|
|
border-radius 3px
|
|
.info-left-button
|
|
width 34px
|
|
height 34px
|
|
navButtonColor()
|
|
color $ui-favorite-star-button-color
|
|
font-size 14px
|
|
line-height 0
|
|
margin 13px 2px
|
|
padding 0
|
|
border-radius 17px
|
|
&:hover .info-left-button-tooltip
|
|
opacity 1
|
|
&:focus
|
|
border-color $ui-favorite-star-button-color
|
|
&:active, &:active:hover
|
|
background-color $ui-favorite-star-button-color
|
|
color $ui-button--
|
|
|
|
.info-right
|
|
position absolute
|
|
right 0
|
|
top 0
|
|
background $ui-noteDetail-backgroundColor
|
|
bottom 1px
|
|
padding-left 30px
|
|
|
|
.undo-button
|
|
topBarButtonLight()
|
|
|
|
body[data-theme="dark"]
|
|
.info
|
|
border-color $ui-dark-borderColor
|
|
background-color $ui-dark-noteDetail-backgroundColor
|
|
|
|
.info-delete
|
|
color $ui-dark-text-color
|
|
|
|
.info-delete-confirmButton
|
|
colorDarkDangerButton()
|
|
color $ui-dark-text-color
|
|
|
|
.info-delete-cancelButton
|
|
colorDarkDefaultButton()
|
|
border-color $ui-dark-borderColor
|
|
color $ui-dark-text-color
|
|
|
|
.info-right
|
|
background-color $ui-dark-noteDetail-backgroundColor
|
|
|
|
.undo-button
|
|
topBarButtonDark() |