mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 11:41:44 +00:00
Fix the rename folder modal layout
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
.header
|
.header
|
||||||
height 50px
|
height 50px
|
||||||
font-size 18px
|
font-size 16px
|
||||||
line-height 50px
|
line-height 50px
|
||||||
padding 0 15px
|
padding 0 15px
|
||||||
background-color $ui-backgroundColor
|
background-color $ui-backgroundColor
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
background-color transparent
|
background-color transparent
|
||||||
outline none
|
outline none
|
||||||
vertical-align middle
|
vertical-align middle
|
||||||
font-size 18px
|
font-size 14px
|
||||||
text-align center
|
text-align center
|
||||||
&:disabled
|
&:disabled
|
||||||
background-color $ui-input--disabled-backgroundColor
|
background-color $ui-input--disabled-backgroundColor
|
||||||
@@ -76,3 +76,6 @@ body[data-theme="dark"]
|
|||||||
.control-input
|
.control-input
|
||||||
border-color $ui-dark-borderColor
|
border-color $ui-dark-borderColor
|
||||||
color $ui-dark-text-color
|
color $ui-dark-text-color
|
||||||
|
|
||||||
|
.control-confirmButton
|
||||||
|
colorDarkPrimaryButton()
|
||||||
Reference in New Issue
Block a user