mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
chore: build
This commit is contained in:
parent
5e5c26e955
commit
3c0de4b8c0
9 changed files with 9 additions and 9 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue