fix css
This commit is contained in:
parent
8394f81510
commit
2c72bcaef4
|
@ -147,34 +147,13 @@
|
||||||
transform: scale(1)
|
transform: scale(1)
|
||||||
/* Colors */
|
/* Colors */
|
||||||
input
|
input
|
||||||
border: 2px solid var(--theme-border)
|
border: 2px solid var(--theme)
|
||||||
&[type=checkbox]:checked
|
&[type=checkbox]:checked
|
||||||
background: var(--theme-border)
|
background: var(--theme)
|
||||||
&[type=radio]:checked:before
|
&[type=radio]:checked:before
|
||||||
background: var(--theme-border)
|
background: var(--theme)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.tag-plugin.checkbox
|
.tag-plugin.checkbox:not([color])
|
||||||
--theme: $c-blue
|
--theme:$c-blue
|
||||||
|
|
||||||
.tag-plugin.checkbox[color='red']
|
|
||||||
--theme: mix($c-red, $light-card, 90)
|
|
||||||
|
|
||||||
.tag-plugin.checkbox[color='orange']
|
|
||||||
--theme: mix($c-orange, $light-card, 90)
|
|
||||||
|
|
||||||
.tag-plugin.checkbox[color='yellow']
|
|
||||||
--theme: mix($c-yellow, $light-card, 90)
|
|
||||||
|
|
||||||
.tag-plugin.checkbox[color='green']
|
|
||||||
--theme: mix($c-green, $light-card, 90)
|
|
||||||
|
|
||||||
.tag-plugin.checkbox[color='cyan']
|
|
||||||
--theme: mix($c-cyan, $light-card, 90)
|
|
||||||
|
|
||||||
.tag-plugin.checkbox[color='blue']
|
|
||||||
--theme: mix($c-blue, $light-card, 100)
|
|
||||||
|
|
||||||
.tag-plugin.checkbox[color='purple']
|
|
||||||
--theme: mix($c-purple, $light-card, 90)
|
|
||||||
|
|
Loading…
Reference in New Issue