mirror of
https://github.com/picocss/pico
synced 2025-06-21 19:09:35 +00:00
chore: build
This commit is contained in:
parent
02a9ca8664
commit
319e48ba91
@ -1539,7 +1539,7 @@ label:has([type=checkbox], [type=radio]) {
|
|||||||
}
|
}
|
||||||
[type=checkbox][role=switch]:before {
|
[type=checkbox][role=switch]:before {
|
||||||
display: block;
|
display: block;
|
||||||
width: calc(1.25em - var(--pico-border-width) * 2);
|
width: calc(1.25em - (var(--pico-border-width) * 2));
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: var(--pico-color);
|
background-color: var(--pico-color);
|
||||||
|
File diff suppressed because one or more lines are too long
2
css/pico.classless.min.css
vendored
2
css/pico.classless.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1691,7 +1691,7 @@ label:has([type=checkbox], [type=radio]) {
|
|||||||
}
|
}
|
||||||
[type=checkbox][role=switch]:before {
|
[type=checkbox][role=switch]:before {
|
||||||
display: block;
|
display: block;
|
||||||
width: calc(1.25em - var(--pico-border-width) * 2);
|
width: calc(1.25em - (var(--pico-border-width) * 2));
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: var(--pico-color);
|
background-color: var(--pico-color);
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1502,7 +1502,7 @@ label:has([type=checkbox], [type=radio]) {
|
|||||||
}
|
}
|
||||||
[type=checkbox][role=switch]:before {
|
[type=checkbox][role=switch]:before {
|
||||||
display: block;
|
display: block;
|
||||||
width: calc(1.25em - var(--pico-border-width) * 2);
|
width: calc(1.25em - (var(--pico-border-width) * 2));
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: var(--pico-color);
|
background-color: var(--pico-color);
|
||||||
|
File diff suppressed because one or more lines are too long
2
css/pico.fluid.classless.min.css
vendored
2
css/pico.fluid.classless.min.css
vendored
File diff suppressed because one or more lines are too long
2
css/pico.min.css
vendored
2
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user