mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
336 lines
6.7 KiB
Stylus
336 lines
6.7 KiB
Stylus
@import('./Tab')
|
|
|
|
.container
|
|
display: flex
|
|
flex-direction: column
|
|
align-items: center
|
|
justify-content: center
|
|
position relative
|
|
margin-bottom: 2em
|
|
|
|
.box-minmax
|
|
width 608px
|
|
display flex
|
|
justify-content space-between
|
|
font-size $tab--button-font-size
|
|
color $ui-text-color
|
|
span first-child
|
|
margin-top 18px
|
|
padding-right 10px
|
|
position relative
|
|
|
|
div[id^="secondRow"]
|
|
position absolute;
|
|
z-index 2;
|
|
left 0;
|
|
top 0;
|
|
margin-bottom -42px;
|
|
|
|
div[id^="firstRow"]
|
|
position absolute;
|
|
z-index 2;
|
|
left 0;
|
|
top 0;
|
|
margin-bottom -25px;
|
|
|
|
.rs-range
|
|
margin-top: 29px
|
|
width: 600px
|
|
-webkit-appearance: none
|
|
&:focus
|
|
outline: black
|
|
&::-webkit-slider-runnable-track
|
|
width: 100%
|
|
height: 0.1px
|
|
cursor: pointer
|
|
box-shadow: none
|
|
background: $ui-backgroundColor
|
|
border-radius: 0px
|
|
border: 0px solid #010101
|
|
|
|
&::-webkit-slider-thumb
|
|
box-shadow: none
|
|
border: 0px solid $ui-borderColor
|
|
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25)
|
|
height: 42px
|
|
width: 22px
|
|
border-radius: 22px
|
|
background: $ui-backgroundColor
|
|
cursor: pointer
|
|
-webkit-appearance: none
|
|
margin-top: -20px
|
|
|
|
.rs-label
|
|
position: relative
|
|
transform-origin: center center
|
|
display: block
|
|
background: transparent
|
|
border-radius: none
|
|
line-height: 30px
|
|
font-weight: normal
|
|
box-sizing: border-box
|
|
border: none
|
|
margin-bottom: -15px
|
|
margin-left: 0px
|
|
left: attr(value)
|
|
color: $ui-text-color
|
|
font-style: normal
|
|
font-weight: normal
|
|
line-height: normal
|
|
font-size: $tab--button-font-size
|
|
.root
|
|
padding 15px
|
|
color $ui-text-color
|
|
margin-bottom 30px
|
|
|
|
.group
|
|
margin-bottom 45px
|
|
|
|
.group-header
|
|
@extend .header
|
|
color $ui-text-color
|
|
|
|
.group-header2
|
|
font-size 20px
|
|
color $ui-text-color
|
|
margin-bottom 15px
|
|
margin-top 30px
|
|
|
|
.group-section
|
|
margin-bottom 20px
|
|
display flex
|
|
line-height 30px
|
|
|
|
.group-section-label
|
|
width 200px
|
|
text-align left
|
|
margin-right 10px
|
|
font-size 14px
|
|
|
|
.group-section-control
|
|
flex 1
|
|
margin-left 5px
|
|
|
|
.group-section-control select
|
|
outline none
|
|
border 1px solid $ui-borderColor
|
|
font-size 16px
|
|
height 30px
|
|
width 250px
|
|
margin-bottom 5px
|
|
background-color transparent
|
|
|
|
.group-section-control-input
|
|
height 30px
|
|
vertical-align middle
|
|
width 400px
|
|
font-size $tab--button-font-size
|
|
border solid 1px $border-color
|
|
border-radius 2px
|
|
padding 0 5px
|
|
outline none
|
|
&:disabled
|
|
background-color $ui-input--disabled-backgroundColor
|
|
|
|
.group-checkBoxSection
|
|
margin-bottom 15px
|
|
display flex
|
|
line-height 30px
|
|
padding-left 15px
|
|
|
|
.group-control
|
|
padding-top 10px
|
|
box-sizing border-box
|
|
height 40px
|
|
text-align right
|
|
:global
|
|
.alert
|
|
display inline-block
|
|
position fixed
|
|
top 130px
|
|
right 100px
|
|
font-size 14px
|
|
.success
|
|
color #1EC38B
|
|
.error
|
|
color red
|
|
.warning
|
|
color #FFA500
|
|
|
|
.group-control-leftButton
|
|
colorDefaultButton()
|
|
border none
|
|
border-radius 2px
|
|
font-size $tab--button-font-size
|
|
height $tab--button-height
|
|
padding 0 15px
|
|
margin-right 10px
|
|
|
|
.group-control-rightButton
|
|
position fixed
|
|
top 80px
|
|
right 100px
|
|
colorPrimaryButton()
|
|
border none
|
|
border-radius 2px
|
|
font-size $tab--button-font-size
|
|
height 40px
|
|
width 120px
|
|
padding 0 15px
|
|
|
|
.group-hint
|
|
border $ui-border
|
|
padding 10px 15px
|
|
margin 15px 0
|
|
border-radius 2px
|
|
background-color $ui-backgroundColor
|
|
color $ui-inactive-text-color
|
|
ul
|
|
list-style inherit
|
|
padding-left 1em
|
|
line-height 1.2
|
|
p
|
|
line-height 1.2
|
|
|
|
.note-for-keymap
|
|
font-size: 12px
|
|
|
|
.code-mirror
|
|
width 400px
|
|
height 120px
|
|
margin 5px 0
|
|
font-size 12px
|
|
|
|
colorDarkControl()
|
|
border-color $ui-dark-borderColor
|
|
background-color $ui-dark-backgroundColor
|
|
color $ui-dark-text-color
|
|
|
|
colorSolarizedDarkControl()
|
|
border none
|
|
background-color $ui-solarized-dark-button-backgroundColor
|
|
color $ui-solarized-dark-text-color
|
|
|
|
colorMonokaiControl()
|
|
border none
|
|
background-color $ui-monokai-button-backgroundColor
|
|
color $ui-monokai-text-color
|
|
|
|
colorDraculaControl()
|
|
border none
|
|
background-color $ui-dracula-button-backgroundColor
|
|
color $ui-dracula-text-color
|
|
|
|
body[data-theme="dark"]
|
|
.root
|
|
color $ui-dark-text-color
|
|
|
|
.group-header
|
|
color $ui-dark-text-color
|
|
border-color $ui-dark-borderColor
|
|
|
|
.group-header2
|
|
color $ui-dark-text-color
|
|
|
|
.group-section-control-input
|
|
border-color $ui-dark-borderColor
|
|
|
|
.group-control
|
|
border-color $ui-dark-borderColor
|
|
.group-control-leftButton
|
|
colorDarkDefaultButton()
|
|
border-color $ui-dark-borderColor
|
|
.group-control-rightButton
|
|
colorDarkPrimaryButton()
|
|
.group-hint
|
|
colorDarkControl()
|
|
.group-section-control
|
|
select, .group-section-control-input
|
|
colorDarkControl()
|
|
|
|
.box-minmax
|
|
colorDarkControl()
|
|
|
|
.rs-range
|
|
colorDarkControl()
|
|
|
|
body[data-theme="solarized-dark"]
|
|
.root
|
|
color $ui-solarized-dark-text-color
|
|
|
|
.group-header
|
|
color $ui-solarized-dark-text-color
|
|
border-color $ui-solarized-dark-borderColor
|
|
|
|
.group-header2
|
|
color $ui-solarized-dark-text-color
|
|
|
|
.group-section-control-input
|
|
border-color $ui-solarized-dark-borderColor
|
|
|
|
.group-control
|
|
border-color $ui-solarized-dark-borderColor
|
|
.group-control-leftButton
|
|
colorDarkDefaultButton()
|
|
border-color $ui-solarized-dark-borderColor
|
|
.group-control-rightButton
|
|
colorSolarizedDarkPrimaryButton()
|
|
.group-hint
|
|
colorSolarizedDarkControl()
|
|
.group-section-control
|
|
select, .group-section-control-input
|
|
colorSolarizedDarkControl()
|
|
|
|
body[data-theme="monokai"]
|
|
.root
|
|
color $ui-monokai-text-color
|
|
|
|
.group-header
|
|
color $ui-monokai-text-color
|
|
border-color $ui-monokai-borderColor
|
|
|
|
.group-header2
|
|
color $ui-monokai-text-color
|
|
|
|
.group-section-control-input
|
|
border-color $ui-monokai-borderColor
|
|
|
|
.group-control
|
|
border-color $ui-monokai-borderColor
|
|
.group-control-leftButton
|
|
colorDarkDefaultButton()
|
|
border-color $ui-monokai-borderColor
|
|
.group-control-rightButton
|
|
colorMonokaiPrimaryButton()
|
|
.group-hint
|
|
colorMonokaiControl()
|
|
.group-section-control
|
|
select, .group-section-control-input
|
|
colorMonokaiControl()
|
|
|
|
body[data-theme="dracula"]
|
|
.root
|
|
color $ui-dracula-text-color
|
|
|
|
.group-header
|
|
color $ui-dracula-text-color
|
|
border-color $ui-dracula-borderColor
|
|
|
|
.group-header2
|
|
color $ui-dracula-text-color
|
|
|
|
.group-section-control-input
|
|
border-color $ui-dracula-borderColor
|
|
|
|
.group-control
|
|
border-color $ui-dracula-borderColor
|
|
.group-control-leftButton
|
|
colorDarkDefaultButton()
|
|
border-color $ui-dracula-borderColor
|
|
.group-control-rightButton
|
|
colorDraculaPrimaryButton()
|
|
.group-hint
|
|
colorDraculaControl()
|
|
.group-section-control
|
|
select, .group-section-control-input
|
|
colorDraculaControl() |