Skip to content

Commit

Permalink
Build CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 22, 2025
1 parent ba48bb5 commit 8601e96
Show file tree
Hide file tree
Showing 255 changed files with 2,283 additions and 2,913 deletions.
29 changes: 9 additions & 20 deletions css/pico.amber.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.2.7 (https://github.com/Yohn/PicoCSS)
* Pico CSS ✨ v2.2.8 (https://github.com/Yohn/PicoCSS)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1772,11 +1772,13 @@ table > caption {
text-align: center;
}

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

/* clean-css ignore:end */
/**
* Embedded content
*/
Expand Down Expand Up @@ -2748,18 +2750,18 @@ section[role=form] > input + label,
section[role=form] > textarea + label,
section[role=form] > select + label {
position: absolute;
top: 35%;
top: 0.55rem;
left: 0.8rem;
transform: translateY(-50%);
transform: translateY(0%);
background: var(--pico-form-element-background-color);
color: var(--pico-form-element-placeholder-color);
cursor: text;
transition: 0.3s ease;
}
section[role=form] > input:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
top: -5%;
top: 0;
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
transform: translateY(-55%) scale(0.8);
transform: translateY(-50%) scale(0.8);
color: var(--pico-form-element-active-border-color);
font-size: var(--pico-font-size);
line-height: 1.15;
Expand All @@ -2772,27 +2774,14 @@ section[role=form] > textarea:not(:placeholder-shown) + label,
section[role=form] > textarea:focus + label,
section[role=form] > select:focus + label,
section[role=form] > select:has(option:checked:not([disabled])) + label {
top: -5%;
top: 0;
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
transform: translateY(-55%) scale(0.8);
transform: translateY(-50%) scale(0.8);
color: var(--pico-form-element-active-border-color);
font-size: var(--pico-font-size);
line-height: 1.15;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
section[role=form] > textarea + label {
top: 1rem;
transform: translateY(0);
}
section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
top: 0;
transform: translateY(-50%) scale(0.8);
}
section[role=form] > textarea:not(:placeholder-shown) + label,
section[role=form] > textarea:focus + label {
top: 0;
transform: translateY(-50%) scale(0.8);
}
section[role=form] > input:user-invalid:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:user-invalid:not(:-moz-placeholder-shown) + label {
color: var(--pico-form-element-invalid-border-color);
}
Expand Down
10 changes: 8 additions & 2 deletions css/pico.amber.min.css

Large diffs are not rendered by default.

29 changes: 9 additions & 20 deletions css/pico.azure.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.2.7 (https://github.com/Yohn/PicoCSS)
* Pico CSS ✨ v2.2.8 (https://github.com/Yohn/PicoCSS)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1772,11 +1772,13 @@ table > caption {
text-align: center;
}

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

/* clean-css ignore:end */
/**
* Embedded content
*/
Expand Down Expand Up @@ -2748,18 +2750,18 @@ section[role=form] > input + label,
section[role=form] > textarea + label,
section[role=form] > select + label {
position: absolute;
top: 35%;
top: 0.55rem;
left: 0.8rem;
transform: translateY(-50%);
transform: translateY(0%);
background: var(--pico-form-element-background-color);
color: var(--pico-form-element-placeholder-color);
cursor: text;
transition: 0.3s ease;
}
section[role=form] > input:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
top: -5%;
top: 0;
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
transform: translateY(-55%) scale(0.8);
transform: translateY(-50%) scale(0.8);
color: var(--pico-form-element-active-border-color);
font-size: var(--pico-font-size);
line-height: 1.15;
Expand All @@ -2772,27 +2774,14 @@ section[role=form] > textarea:not(:placeholder-shown) + label,
section[role=form] > textarea:focus + label,
section[role=form] > select:focus + label,
section[role=form] > select:has(option:checked:not([disabled])) + label {
top: -5%;
top: 0;
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
transform: translateY(-55%) scale(0.8);
transform: translateY(-50%) scale(0.8);
color: var(--pico-form-element-active-border-color);
font-size: var(--pico-font-size);
line-height: 1.15;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
section[role=form] > textarea + label {
top: 1rem;
transform: translateY(0);
}
section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
top: 0;
transform: translateY(-50%) scale(0.8);
}
section[role=form] > textarea:not(:placeholder-shown) + label,
section[role=form] > textarea:focus + label {
top: 0;
transform: translateY(-50%) scale(0.8);
}
section[role=form] > input:user-invalid:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:user-invalid:not(:-moz-placeholder-shown) + label {
color: var(--pico-form-element-invalid-border-color);
}
Expand Down
10 changes: 8 additions & 2 deletions css/pico.azure.min.css

Large diffs are not rendered by default.

29 changes: 9 additions & 20 deletions css/pico.blue.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.2.7 (https://github.com/Yohn/PicoCSS)
* Pico CSS ✨ v2.2.8 (https://github.com/Yohn/PicoCSS)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1772,11 +1772,13 @@ table > caption {
text-align: center;
}

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

/* clean-css ignore:end */
/**
* Embedded content
*/
Expand Down Expand Up @@ -2748,18 +2750,18 @@ section[role=form] > input + label,
section[role=form] > textarea + label,
section[role=form] > select + label {
position: absolute;
top: 35%;
top: 0.55rem;
left: 0.8rem;
transform: translateY(-50%);
transform: translateY(0%);
background: var(--pico-form-element-background-color);
color: var(--pico-form-element-placeholder-color);
cursor: text;
transition: 0.3s ease;
}
section[role=form] > input:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
top: -5%;
top: 0;
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
transform: translateY(-55%) scale(0.8);
transform: translateY(-50%) scale(0.8);
color: var(--pico-form-element-active-border-color);
font-size: var(--pico-font-size);
line-height: 1.15;
Expand All @@ -2772,27 +2774,14 @@ section[role=form] > textarea:not(:placeholder-shown) + label,
section[role=form] > textarea:focus + label,
section[role=form] > select:focus + label,
section[role=form] > select:has(option:checked:not([disabled])) + label {
top: -5%;
top: 0;
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
transform: translateY(-55%) scale(0.8);
transform: translateY(-50%) scale(0.8);
color: var(--pico-form-element-active-border-color);
font-size: var(--pico-font-size);
line-height: 1.15;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
section[role=form] > textarea + label {
top: 1rem;
transform: translateY(0);
}
section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
top: 0;
transform: translateY(-50%) scale(0.8);
}
section[role=form] > textarea:not(:placeholder-shown) + label,
section[role=form] > textarea:focus + label {
top: 0;
transform: translateY(-50%) scale(0.8);
}
section[role=form] > input:user-invalid:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:user-invalid:not(:-moz-placeholder-shown) + label {
color: var(--pico-form-element-invalid-border-color);
}
Expand Down
10 changes: 8 additions & 2 deletions css/pico.blue.min.css

Large diffs are not rendered by default.

29 changes: 9 additions & 20 deletions css/pico.classless.amber.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.2.7 (https://github.com/Yohn/PicoCSS)
* Pico CSS ✨ v2.2.8 (https://github.com/Yohn/PicoCSS)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1046,11 +1046,13 @@ table > caption {
text-align: center;
}

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

/* clean-css ignore:end */
/**
* Embedded content
*/
Expand Down Expand Up @@ -2022,18 +2024,18 @@ section[role=form] > input + label,
section[role=form] > textarea + label,
section[role=form] > select + label {
position: absolute;
top: 35%;
top: 0.55rem;
left: 0.8rem;
transform: translateY(-50%);
transform: translateY(0%);
background: var(--pico-form-element-background-color);
color: var(--pico-form-element-placeholder-color);
cursor: text;
transition: 0.3s ease;
}
section[role=form] > input:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
top: -5%;
top: 0;
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
transform: translateY(-55%) scale(0.8);
transform: translateY(-50%) scale(0.8);
color: var(--pico-form-element-active-border-color);
font-size: var(--pico-font-size);
line-height: 1.15;
Expand All @@ -2046,27 +2048,14 @@ section[role=form] > textarea:not(:placeholder-shown) + label,
section[role=form] > textarea:focus + label,
section[role=form] > select:focus + label,
section[role=form] > select:has(option:checked:not([disabled])) + label {
top: -5%;
top: 0;
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
transform: translateY(-55%) scale(0.8);
transform: translateY(-50%) scale(0.8);
color: var(--pico-form-element-active-border-color);
font-size: var(--pico-font-size);
line-height: 1.15;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
section[role=form] > textarea + label {
top: 1rem;
transform: translateY(0);
}
section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
top: 0;
transform: translateY(-50%) scale(0.8);
}
section[role=form] > textarea:not(:placeholder-shown) + label,
section[role=form] > textarea:focus + label {
top: 0;
transform: translateY(-50%) scale(0.8);
}
section[role=form] > input:user-invalid:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:user-invalid:not(:-moz-placeholder-shown) + label {
color: var(--pico-form-element-invalid-border-color);
}
Expand Down
10 changes: 8 additions & 2 deletions css/pico.classless.amber.min.css

Large diffs are not rendered by default.

29 changes: 9 additions & 20 deletions css/pico.classless.azure.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.2.7 (https://github.com/Yohn/PicoCSS)
* Pico CSS ✨ v2.2.8 (https://github.com/Yohn/PicoCSS)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1046,11 +1046,13 @@ table > caption {
text-align: center;
}

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

/* clean-css ignore:end */
/**
* Embedded content
*/
Expand Down Expand Up @@ -2022,18 +2024,18 @@ section[role=form] > input + label,
section[role=form] > textarea + label,
section[role=form] > select + label {
position: absolute;
top: 35%;
top: 0.55rem;
left: 0.8rem;
transform: translateY(-50%);
transform: translateY(0%);
background: var(--pico-form-element-background-color);
color: var(--pico-form-element-placeholder-color);
cursor: text;
transition: 0.3s ease;
}
section[role=form] > input:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
top: -5%;
top: 0;
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
transform: translateY(-55%) scale(0.8);
transform: translateY(-50%) scale(0.8);
color: var(--pico-form-element-active-border-color);
font-size: var(--pico-font-size);
line-height: 1.15;
Expand All @@ -2046,27 +2048,14 @@ section[role=form] > textarea:not(:placeholder-shown) + label,
section[role=form] > textarea:focus + label,
section[role=form] > select:focus + label,
section[role=form] > select:has(option:checked:not([disabled])) + label {
top: -5%;
top: 0;
padding: calc(var(--pico-spacing) * 0.15) calc(var(--pico-spacing) * 0.5);
transform: translateY(-55%) scale(0.8);
transform: translateY(-50%) scale(0.8);
color: var(--pico-form-element-active-border-color);
font-size: var(--pico-font-size);
line-height: 1.15;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
section[role=form] > textarea + label {
top: 1rem;
transform: translateY(0);
}
section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
top: 0;
transform: translateY(-50%) scale(0.8);
}
section[role=form] > textarea:not(:placeholder-shown) + label,
section[role=form] > textarea:focus + label {
top: 0;
transform: translateY(-50%) scale(0.8);
}
section[role=form] > input:user-invalid:not(:-moz-placeholder-shown) + label, section[role=form] > textarea:user-invalid:not(:-moz-placeholder-shown) + label {
color: var(--pico-form-element-invalid-border-color);
}
Expand Down
10 changes: 8 additions & 2 deletions css/pico.classless.azure.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 8601e96

Please sign in to comment.