mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Refactors color changes into mixin
This commit is contained in:
@@ -86,6 +86,10 @@
|
|||||||
p
|
p
|
||||||
line-height 1.2
|
line-height 1.2
|
||||||
|
|
||||||
|
colorDarkControl()
|
||||||
|
border-color $ui-dark-borderColor
|
||||||
|
background-color $ui-dark-backgroundColor
|
||||||
|
color $ui-dark-text-color
|
||||||
body[data-theme="dark"]
|
body[data-theme="dark"]
|
||||||
.root
|
.root
|
||||||
color $ui-dark-text-color
|
color $ui-dark-text-color
|
||||||
@@ -108,11 +112,7 @@ body[data-theme="dark"]
|
|||||||
.group-control-rightButton
|
.group-control-rightButton
|
||||||
colorDarkPrimaryButton()
|
colorDarkPrimaryButton()
|
||||||
.group-hint
|
.group-hint
|
||||||
border-color $ui-dark-borderColor
|
colorDarkControl()
|
||||||
background-color $ui-dark-backgroundColor
|
|
||||||
color $ui-dark-text-color
|
|
||||||
.group-section-control
|
.group-section-control
|
||||||
select, .group-section-control-input
|
select, .group-section-control-input
|
||||||
border-color $ui-dark-borderColor
|
colorDarkControl()
|
||||||
background-color $ui-dark-backgroundColor
|
|
||||||
color $ui-dark-text-color
|
|
||||||
|
|||||||
Reference in New Issue
Block a user