mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
131 lines
2.2 KiB
Stylus
131 lines
2.2 KiB
Stylus
$info-height = 75px
|
|
|
|
.root
|
|
absolute top bottom right
|
|
border-width 0 0 1px
|
|
border-style solid
|
|
border-color $ui-borderColor
|
|
|
|
.info
|
|
absolute top left right
|
|
height $info-height
|
|
border-bottom $ui-border
|
|
background-color $ui-backgroundColor
|
|
|
|
.info-delete
|
|
height 80px
|
|
clearfix()
|
|
|
|
.info-delete-message
|
|
height 80px
|
|
line-height 80px
|
|
padding 0 25px
|
|
float left
|
|
|
|
.info-delete-confirmButton
|
|
float right
|
|
margin 25px 5px 0
|
|
height 30px
|
|
padding 0 25px
|
|
border-radius 2px
|
|
border none
|
|
colorDangerButton()
|
|
|
|
.info-delete-cancelButton
|
|
float right
|
|
height 30px
|
|
margin 25px 5px 0
|
|
padding 0 25px
|
|
border $ui-border
|
|
border-radius 2px
|
|
color $ui-text-color
|
|
colorDefaultButton()
|
|
|
|
.info-left
|
|
float left
|
|
padding 0 5px
|
|
|
|
.info-left-top
|
|
height 40px
|
|
line-height 40px
|
|
|
|
.info-left-top-folderSelect
|
|
display inline-block
|
|
height 34px
|
|
width 200px
|
|
vertical-align middle
|
|
|
|
.info-left-bottom
|
|
height 30px
|
|
|
|
.info-left-bottom-tagSelect
|
|
height 30px
|
|
line-height 30px
|
|
|
|
.info-right
|
|
float right
|
|
|
|
.info-right-button
|
|
width 34px
|
|
height 34px
|
|
border-radius 17px
|
|
navButtonColor()
|
|
border $ui-border
|
|
font-size 14px
|
|
margin 8px 2px
|
|
padding 0
|
|
&:active
|
|
border-color $ui-button--focus-borderColor
|
|
&:hover .info-right-button-tooltip
|
|
opacity 1
|
|
&:focus
|
|
border-color $ui-button--focus-borderColor
|
|
|
|
.info-right-button-tooltip
|
|
tooltip()
|
|
position fixed
|
|
top 45px
|
|
padding 5px
|
|
opacity 0
|
|
border-radius 2px
|
|
|
|
.body
|
|
absolute bottom left right
|
|
top $info-height
|
|
|
|
.body-noteEditor
|
|
absolute top bottom left right
|
|
|
|
body[data-theme="dark"]
|
|
.root
|
|
border-color $ui-dark-borderColor
|
|
|
|
.info
|
|
border-color $ui-dark-borderColor
|
|
background-color $ui-dark-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-button
|
|
navDarkButtonColor()
|
|
border-color $ui-dark-borderColor
|
|
&:active
|
|
border-color $ui-dark-button--focus-borderColor
|
|
&:hover .info-right-button-tooltip
|
|
opacity 1
|
|
&:focus
|
|
border-color $ui-button--focus-borderColor
|
|
|
|
.info-right-button-tooltip
|
|
darkTooltip()
|