mirror of
https://github.com/picocss/pico.git
synced 2025-05-01 13:29:13 -04:00
style: switch
This commit is contained in:
parent
97f3f13aa5
commit
33ef3f5f4f
125 changed files with 756 additions and 360 deletions
|
@ -141,8 +141,9 @@
|
|||
// Switch (input[type="checkbox"][role="switch"])
|
||||
@if map.get($modules, "forms/checkbox-radio-switch") {
|
||||
#{$css-var-prefix}switch-background-color: #{$slate-750};
|
||||
#{$css-var-prefix}switch-color: #{$white};
|
||||
#{$css-var-prefix}switch-checked-background-color: var(#{$css-var-prefix}primary-background);
|
||||
#{$css-var-prefix}switch-color: #{$white};
|
||||
#{$css-var-prefix}switch-thumb-box-shadow: theme-colors.get("switch-thumb-box-shadow", "dark");
|
||||
}
|
||||
|
||||
// Range (input[type="range"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue