Merge pull request #481 from picocss/dev

v2.0.6
This commit is contained in:
Lucas Larroche 2024-03-03 22:09:25 +07:00 committed by GitHub
commit 6dc6489e69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
241 changed files with 596 additions and 598 deletions

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1627,7 +1627,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1645,7 +1645,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1627,7 +1627,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1645,7 +1645,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
:root {

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1627,7 +1627,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1645,7 +1645,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1627,7 +1627,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1645,7 +1645,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1627,7 +1627,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1645,7 +1645,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1627,7 +1627,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1645,7 +1645,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1627,7 +1627,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1645,7 +1645,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1627,7 +1627,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1645,7 +1645,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1627,7 +1627,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1645,7 +1645,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1627,7 +1627,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1645,7 +1645,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.0.5 (https://picocss.com)
* Pico CSS v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
@ -1627,7 +1627,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1645,7 +1645,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

Some files were not shown because too many files have changed in this diff Show More