Skip to content

Commit 8601e96

Browse files
Build CSS
1 parent ba48bb5 commit 8601e96

File tree

255 files changed

+2283
-2913
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+2283
-2913
lines changed

css/pico.amber.css

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.2.7 (https://github.com/Yohn/PicoCSS)
3+
* Pico CSS ✨ v2.2.8 (https://github.com/Yohn/PicoCSS)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -1772,11 +1772,13 @@ table > caption {
17721772
text-align: center;
17731773
}
17741774

1775+
/* clean-css ignore:start */
17751776
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
17761777
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
17771778
background-color: var(--pico-table-row-stripped-background-color);
17781779
}
17791780

1781+
/* clean-css ignore:end */
17801782
/**
17811783
* Embedded content
17821784
*/
@@ -2748,18 +2750,18 @@ section[role=form] > input + label,
27482750
section[role=form] > textarea + label,
27492751
section[role=form] > select + label {
27502752
position: absolute;
2751-
top: 35%;
2753+
top: 0.55rem;
27522754
left: 0.8rem;
2753-
transform: translateY(-50%);
2755+
transform: translateY(0%);
27542756
background: var(--pico-form-element-background-color);
27552757
color: var(--pico-form-element-placeholder-color);
27562758
cursor: text;
27572759
transition: 0.3s ease;
27582760
}
27592761
section[role=form] > input:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
2760-
top: -5%;
2762+
top: 0;
27612763
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
2762-
transform: translateY(-55%) scale(0.8);
2764+
transform: translateY(-50%) scale(0.8);
27632765
color: var(--pico-form-element-active-border-color);
27642766
font-size: var(--pico-font-size);
27652767
line-height: 1.15;
@@ -2772,27 +2774,14 @@ section[role=form] > textarea:not(:placeholder-shown) + label,
27722774
section[role=form] > textarea:focus + label,
27732775
section[role=form] > select:focus + label,
27742776
section[role=form] > select:has(option:checked:not([disabled])) + label {
2775-
top: -5%;
2777+
top: 0;
27762778
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
2777-
transform: translateY(-55%) scale(0.8);
2779+
transform: translateY(-50%) scale(0.8);
27782780
color: var(--pico-form-element-active-border-color);
27792781
font-size: var(--pico-font-size);
27802782
line-height: 1.15;
27812783
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
27822784
}
2783-
section[role=form] > textarea + label {
2784-
top: 1rem;
2785-
transform: translateY(0);
2786-
}
2787-
section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
2788-
top: 0;
2789-
transform: translateY(-50%) scale(0.8);
2790-
}
2791-
section[role=form] > textarea:not(:placeholder-shown) + label,
2792-
section[role=form] > textarea:focus + label {
2793-
top: 0;
2794-
transform: translateY(-50%) scale(0.8);
2795-
}
27962785
section[role=form] > input:user-invalid:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:user-invalid:not(:-moz-placeholder-shown) + label {
27972786
color: var(--pico-form-element-invalid-border-color);
27982787
}

css/pico.amber.min.css

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.azure.css

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.2.7 (https://github.com/Yohn/PicoCSS)
3+
* Pico CSS ✨ v2.2.8 (https://github.com/Yohn/PicoCSS)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -1772,11 +1772,13 @@ table > caption {
17721772
text-align: center;
17731773
}
17741774

1775+
/* clean-css ignore:start */
17751776
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
17761777
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
17771778
background-color: var(--pico-table-row-stripped-background-color);
17781779
}
17791780

1781+
/* clean-css ignore:end */
17801782
/**
17811783
* Embedded content
17821784
*/
@@ -2748,18 +2750,18 @@ section[role=form] > input + label,
27482750
section[role=form] > textarea + label,
27492751
section[role=form] > select + label {
27502752
position: absolute;
2751-
top: 35%;
2753+
top: 0.55rem;
27522754
left: 0.8rem;
2753-
transform: translateY(-50%);
2755+
transform: translateY(0%);
27542756
background: var(--pico-form-element-background-color);
27552757
color: var(--pico-form-element-placeholder-color);
27562758
cursor: text;
27572759
transition: 0.3s ease;
27582760
}
27592761
section[role=form] > input:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
2760-
top: -5%;
2762+
top: 0;
27612763
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
2762-
transform: translateY(-55%) scale(0.8);
2764+
transform: translateY(-50%) scale(0.8);
27632765
color: var(--pico-form-element-active-border-color);
27642766
font-size: var(--pico-font-size);
27652767
line-height: 1.15;
@@ -2772,27 +2774,14 @@ section[role=form] > textarea:not(:placeholder-shown) + label,
27722774
section[role=form] > textarea:focus + label,
27732775
section[role=form] > select:focus + label,
27742776
section[role=form] > select:has(option:checked:not([disabled])) + label {
2775-
top: -5%;
2777+
top: 0;
27762778
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
2777-
transform: translateY(-55%) scale(0.8);
2779+
transform: translateY(-50%) scale(0.8);
27782780
color: var(--pico-form-element-active-border-color);
27792781
font-size: var(--pico-font-size);
27802782
line-height: 1.15;
27812783
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
27822784
}
2783-
section[role=form] > textarea + label {
2784-
top: 1rem;
2785-
transform: translateY(0);
2786-
}
2787-
section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
2788-
top: 0;
2789-
transform: translateY(-50%) scale(0.8);
2790-
}
2791-
section[role=form] > textarea:not(:placeholder-shown) + label,
2792-
section[role=form] > textarea:focus + label {
2793-
top: 0;
2794-
transform: translateY(-50%) scale(0.8);
2795-
}
27962785
section[role=form] > input:user-invalid:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:user-invalid:not(:-moz-placeholder-shown) + label {
27972786
color: var(--pico-form-element-invalid-border-color);
27982787
}

css/pico.azure.min.css

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.blue.css

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.2.7 (https://github.com/Yohn/PicoCSS)
3+
* Pico CSS ✨ v2.2.8 (https://github.com/Yohn/PicoCSS)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -1772,11 +1772,13 @@ table > caption {
17721772
text-align: center;
17731773
}
17741774

1775+
/* clean-css ignore:start */
17751776
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
17761777
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
17771778
background-color: var(--pico-table-row-stripped-background-color);
17781779
}
17791780

1781+
/* clean-css ignore:end */
17801782
/**
17811783
* Embedded content
17821784
*/
@@ -2748,18 +2750,18 @@ section[role=form] > input + label,
27482750
section[role=form] > textarea + label,
27492751
section[role=form] > select + label {
27502752
position: absolute;
2751-
top: 35%;
2753+
top: 0.55rem;
27522754
left: 0.8rem;
2753-
transform: translateY(-50%);
2755+
transform: translateY(0%);
27542756
background: var(--pico-form-element-background-color);
27552757
color: var(--pico-form-element-placeholder-color);
27562758
cursor: text;
27572759
transition: 0.3s ease;
27582760
}
27592761
section[role=form] > input:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
2760-
top: -5%;
2762+
top: 0;
27612763
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
2762-
transform: translateY(-55%) scale(0.8);
2764+
transform: translateY(-50%) scale(0.8);
27632765
color: var(--pico-form-element-active-border-color);
27642766
font-size: var(--pico-font-size);
27652767
line-height: 1.15;
@@ -2772,27 +2774,14 @@ section[role=form] > textarea:not(:placeholder-shown) + label,
27722774
section[role=form] > textarea:focus + label,
27732775
section[role=form] > select:focus + label,
27742776
section[role=form] > select:has(option:checked:not([disabled])) + label {
2775-
top: -5%;
2777+
top: 0;
27762778
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
2777-
transform: translateY(-55%) scale(0.8);
2779+
transform: translateY(-50%) scale(0.8);
27782780
color: var(--pico-form-element-active-border-color);
27792781
font-size: var(--pico-font-size);
27802782
line-height: 1.15;
27812783
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
27822784
}
2783-
section[role=form] > textarea + label {
2784-
top: 1rem;
2785-
transform: translateY(0);
2786-
}
2787-
section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
2788-
top: 0;
2789-
transform: translateY(-50%) scale(0.8);
2790-
}
2791-
section[role=form] > textarea:not(:placeholder-shown) + label,
2792-
section[role=form] > textarea:focus + label {
2793-
top: 0;
2794-
transform: translateY(-50%) scale(0.8);
2795-
}
27962785
section[role=form] > input:user-invalid:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:user-invalid:not(:-moz-placeholder-shown) + label {
27972786
color: var(--pico-form-element-invalid-border-color);
27982787
}

css/pico.blue.min.css

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.amber.css

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.2.7 (https://github.com/Yohn/PicoCSS)
3+
* Pico CSS ✨ v2.2.8 (https://github.com/Yohn/PicoCSS)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -1046,11 +1046,13 @@ table > caption {
10461046
text-align: center;
10471047
}
10481048

1049+
/* clean-css ignore:start */
10491050
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
10501051
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
10511052
background-color: var(--pico-table-row-stripped-background-color);
10521053
}
10531054

1055+
/* clean-css ignore:end */
10541056
/**
10551057
* Embedded content
10561058
*/
@@ -2022,18 +2024,18 @@ section[role=form] > input + label,
20222024
section[role=form] > textarea + label,
20232025
section[role=form] > select + label {
20242026
position: absolute;
2025-
top: 35%;
2027+
top: 0.55rem;
20262028
left: 0.8rem;
2027-
transform: translateY(-50%);
2029+
transform: translateY(0%);
20282030
background: var(--pico-form-element-background-color);
20292031
color: var(--pico-form-element-placeholder-color);
20302032
cursor: text;
20312033
transition: 0.3s ease;
20322034
}
20332035
section[role=form] > input:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
2034-
top: -5%;
2036+
top: 0;
20352037
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
2036-
transform: translateY(-55%) scale(0.8);
2038+
transform: translateY(-50%) scale(0.8);
20372039
color: var(--pico-form-element-active-border-color);
20382040
font-size: var(--pico-font-size);
20392041
line-height: 1.15;
@@ -2046,27 +2048,14 @@ section[role=form] > textarea:not(:placeholder-shown) + label,
20462048
section[role=form] > textarea:focus + label,
20472049
section[role=form] > select:focus + label,
20482050
section[role=form] > select:has(option:checked:not([disabled])) + label {
2049-
top: -5%;
2051+
top: 0;
20502052
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
2051-
transform: translateY(-55%) scale(0.8);
2053+
transform: translateY(-50%) scale(0.8);
20522054
color: var(--pico-form-element-active-border-color);
20532055
font-size: var(--pico-font-size);
20542056
line-height: 1.15;
20552057
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
20562058
}
2057-
section[role=form] > textarea + label {
2058-
top: 1rem;
2059-
transform: translateY(0);
2060-
}
2061-
section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
2062-
top: 0;
2063-
transform: translateY(-50%) scale(0.8);
2064-
}
2065-
section[role=form] > textarea:not(:placeholder-shown) + label,
2066-
section[role=form] > textarea:focus + label {
2067-
top: 0;
2068-
transform: translateY(-50%) scale(0.8);
2069-
}
20702059
section[role=form] > input:user-invalid:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:user-invalid:not(:-moz-placeholder-shown) + label {
20712060
color: var(--pico-form-element-invalid-border-color);
20722061
}

css/pico.classless.amber.min.css

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.azure.css

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.2.7 (https://github.com/Yohn/PicoCSS)
3+
* Pico CSS ✨ v2.2.8 (https://github.com/Yohn/PicoCSS)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -1046,11 +1046,13 @@ table > caption {
10461046
text-align: center;
10471047
}
10481048

1049+
/* clean-css ignore:start */
10491050
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
10501051
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
10511052
background-color: var(--pico-table-row-stripped-background-color);
10521053
}
10531054

1055+
/* clean-css ignore:end */
10541056
/**
10551057
* Embedded content
10561058
*/
@@ -2022,18 +2024,18 @@ section[role=form] > input + label,
20222024
section[role=form] > textarea + label,
20232025
section[role=form] > select + label {
20242026
position: absolute;
2025-
top: 35%;
2027+
top: 0.55rem;
20262028
left: 0.8rem;
2027-
transform: translateY(-50%);
2029+
transform: translateY(0%);
20282030
background: var(--pico-form-element-background-color);
20292031
color: var(--pico-form-element-placeholder-color);
20302032
cursor: text;
20312033
transition: 0.3s ease;
20322034
}
20332035
section[role=form] > input:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
2034-
top: -5%;
2036+
top: 0;
20352037
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
2036-
transform: translateY(-55%) scale(0.8);
2038+
transform: translateY(-50%) scale(0.8);
20372039
color: var(--pico-form-element-active-border-color);
20382040
font-size: var(--pico-font-size);
20392041
line-height: 1.15;
@@ -2046,27 +2048,14 @@ section[role=form] > textarea:not(:placeholder-shown) + label,
20462048
section[role=form] > textarea:focus + label,
20472049
section[role=form] > select:focus + label,
20482050
section[role=form] > select:has(option:checked:not([disabled])) + label {
2049-
top: -5%;
2051+
top: 0;
20502052
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
2051-
transform: translateY(-55%) scale(0.8);
2053+
transform: translateY(-50%) scale(0.8);
20522054
color: var(--pico-form-element-active-border-color);
20532055
font-size: var(--pico-font-size);
20542056
line-height: 1.15;
20552057
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
20562058
}
2057-
section[role=form] > textarea + label {
2058-
top: 1rem;
2059-
transform: translateY(0);
2060-
}
2061-
section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
2062-
top: 0;
2063-
transform: translateY(-50%) scale(0.8);
2064-
}
2065-
section[role=form] > textarea:not(:placeholder-shown) + label,
2066-
section[role=form] > textarea:focus + label {
2067-
top: 0;
2068-
transform: translateY(-50%) scale(0.8);
2069-
}
20702059
section[role=form] > input:user-invalid:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:user-invalid:not(:-moz-placeholder-shown) + label {
20712060
color: var(--pico-form-element-invalid-border-color);
20722061
}

css/pico.classless.azure.min.css

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)