mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
97 lines
1.9 KiB
Stylus
97 lines
1.9 KiB
Stylus
.control-infoPanel
|
|
position fixed
|
|
pointer-events none
|
|
top 50px
|
|
z-index 200
|
|
line-height normal
|
|
border-radius 4px
|
|
opacity 0
|
|
transition 0.2s
|
|
|
|
.control-infoButton-panel
|
|
z-index 200
|
|
margin-top 45px
|
|
margin-left -210px
|
|
position absolute
|
|
padding 20px 20px 0 20px
|
|
width 340px
|
|
background-color $ui-noteList-backgroundColor
|
|
border 1px solid $border-color
|
|
|
|
.group-section
|
|
display flex
|
|
line-height 30px
|
|
font-size 13px
|
|
|
|
.group-section-label
|
|
width 70px
|
|
height 20px
|
|
text-align left
|
|
margin-right 50px
|
|
font-size 13px
|
|
color $ui-inactive-text-color
|
|
|
|
.group-section-control
|
|
flex 1
|
|
font-size 13px
|
|
color $ui-text-color
|
|
|
|
.group-section-control input
|
|
width 160px
|
|
height 25px
|
|
|
|
[id=export-wrap]
|
|
height 90px
|
|
display flex
|
|
justify-content center
|
|
margin 20px 0 10px 0
|
|
button
|
|
outline none
|
|
font-size 48px
|
|
color #A0A0A0
|
|
background-color transparent
|
|
border none
|
|
margin 0 5px
|
|
border-radius 5px
|
|
&:hover
|
|
transition 0.2s
|
|
background-color alpha($ui-button--hover-backgroundColor, 30%)
|
|
color $ui-inactive-text-color
|
|
p
|
|
font-size 13px
|
|
color #A0A0A0
|
|
font-weight light
|
|
&:hover
|
|
color $ui-inactive-text-color
|
|
|
|
.export--enable
|
|
cursor pointer
|
|
|
|
.export--unable
|
|
cursor not-allowed
|
|
|
|
body[data-theme="dark"]
|
|
.control-infoButton-panel
|
|
background-color $ui-dark-noteList-backgroundColor
|
|
border 1px solid $ui-dark-borderColor
|
|
|
|
.group-section-label
|
|
color $ui-inactive-text-color
|
|
|
|
.group-section-control
|
|
color $ui-dark-text-color
|
|
|
|
.group-section-control input
|
|
background-color alpha($ui-dark-borderColor, 80%)
|
|
color $ui-dark-text-color
|
|
|
|
[id=export-wrap]
|
|
button
|
|
color $ui-dark-inactive-text-color
|
|
&:hover
|
|
background-color alpha($ui-dark-borderColor, 20%)
|
|
color $ui-dark-text-color
|
|
p
|
|
color $ui-dark-inactive-text-color
|
|
&:hover
|
|
color $ui-dark-text-color |