mirror of
https://github.com/LBRYFoundation/components.git
synced 2025-08-23 17:47:32 +00:00
Order
This commit is contained in:
parent
06c31d1d03
commit
cdd6da853f
1 changed files with 4 additions and 4 deletions
|
@ -11,16 +11,16 @@ form {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
select,
|
checkbox-element,
|
||||||
radio-element,
|
radio-element,
|
||||||
checkbox-element {
|
select {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
[type="email"],
|
[type="email"],
|
||||||
[type="text"],
|
|
||||||
[type="number"],
|
[type="number"],
|
||||||
[type="password"] {
|
[type="password"]
|
||||||
|
[type="text"] {
|
||||||
padding-right: var(--spacing-s);
|
padding-right: var(--spacing-s);
|
||||||
padding-left: var(--spacing-s);
|
padding-left: var(--spacing-s);
|
||||||
transition: border 0.2s;
|
transition: border 0.2s;
|
||||||
|
|
Loading…
Add table
Reference in a new issue