mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 19:46:14 -04:00
style: switch, dropdown, loading
This commit is contained in:
parent
04a7dc94ab
commit
4eee189dab
124 changed files with 538 additions and 406 deletions
|
@ -141,7 +141,7 @@
|
|||
// Switch (input[type="checkbox"][role="switch"])
|
||||
@if map.get($modules, "forms/checkbox-radio-switch") {
|
||||
#{$css-var-prefix}switch-background-color: #{$slate-200};
|
||||
#{$css-var-prefix}switch-color: var(#{$css-var-prefix}primary-inverse);
|
||||
#{$css-var-prefix}switch-color: #{$white};
|
||||
#{$css-var-prefix}switch-checked-background-color: var(#{$css-var-prefix}primary-background);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue