mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
Build CSS
This commit is contained in:
parent
2ed633575b
commit
af735a6d75
253 changed files with 1914 additions and 277 deletions
|
@ -2017,6 +2017,19 @@ main {
|
|||
line-height: 1.15;
|
||||
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
||||
}
|
||||
.pico section[role=form] > textarea + label {
|
||||
top: 1rem;
|
||||
transform: translateY(0);
|
||||
}
|
||||
.pico section[role=form] > textarea:not(:-moz-placeholder-shown) + label {
|
||||
top: 0;
|
||||
transform: translateY(-50%) scale(0.8);
|
||||
}
|
||||
.pico section[role=form] > textarea:not(:placeholder-shown) + label,
|
||||
.pico section[role=form] > textarea:focus + label {
|
||||
top: 0;
|
||||
transform: translateY(-50%) scale(0.8);
|
||||
}
|
||||
.pico section[role=form] > input:user-invalid:not(:-moz-placeholder-shown) + label, .pico section[role=form] > textarea:user-invalid:not(:-moz-placeholder-shown) + label {
|
||||
color: var(--pico-form-element-invalid-border-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue