mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
98 lines
1.7 KiB
Stylus
98 lines
1.7 KiB
Stylus
.root
|
|
modal()
|
|
width 700px
|
|
height 200px
|
|
overflow hidden
|
|
position relative
|
|
padding 0 40px
|
|
|
|
.header
|
|
height 50px
|
|
margin-bottom 10px
|
|
margin-top 10px
|
|
font-size 18px
|
|
line-height 50px
|
|
background-color $ui-backgroundColor
|
|
color $ui-text-color
|
|
|
|
.close-mark
|
|
font-size 15px
|
|
|
|
.close
|
|
height 50px
|
|
position absolute
|
|
background-color transparent
|
|
color $ui-inactive-text-color
|
|
border none
|
|
top 7px
|
|
right 10px
|
|
text-align center
|
|
width top-bar--height
|
|
height top-bar--height
|
|
|
|
.control-folder-label
|
|
text-align left
|
|
font-size 14px
|
|
color $ui-text-color
|
|
|
|
.control-folder-input
|
|
display block
|
|
height 30px
|
|
width 620px
|
|
padding 0 5px
|
|
margin 10px auto 15px
|
|
border 1px solid #C9C9C9 // TODO: use variable.
|
|
border-radius 5px
|
|
background-color transparent
|
|
outline none
|
|
vertical-align middle
|
|
font-size 18px
|
|
&:disabled
|
|
background-color $ui-input--disabled-backgroundColor
|
|
&:focus, &:active
|
|
border-color $ui-active-color
|
|
|
|
.control-confirmButton
|
|
display block
|
|
height 30px
|
|
width 620px
|
|
border none
|
|
border-radius 5px
|
|
padding 0 25px
|
|
margin 20px auto
|
|
font-size 14px
|
|
colorPrimaryButton()
|
|
|
|
body[data-theme="dark"]
|
|
.root
|
|
modalDark()
|
|
width 700px
|
|
height 200px
|
|
overflow hidden
|
|
position relative
|
|
padding 0 40px
|
|
|
|
.header
|
|
background-color transparent
|
|
border-color $ui-dark-borderColor
|
|
color $ui-dark-text-color
|
|
|
|
.control-folder-label
|
|
color $ui-dark-text-color
|
|
|
|
.control-folder-input
|
|
border 1px solid #C9C9C9 // TODO: use variable.
|
|
|
|
.closeButton
|
|
border-color $ui-dark-borderColor
|
|
color $ui-dark-text-color
|
|
colorDarkDefaultButton()
|
|
|
|
.description
|
|
color $ui-inactive-text-color
|
|
|
|
.control-input
|
|
border-color $ui-dark-borderColor
|
|
color white
|
|
|