mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-30 23:56:50 -05:00
Global checkbox styles
This commit is contained in:
parent
2b689abb3e
commit
758f9e71ca
|
|
@ -121,6 +121,7 @@ input:not(.plain) {
|
|||
border-radius: var(--rounded);
|
||||
color: var(--text);
|
||||
outline: none;
|
||||
accent-color: var(--theme);
|
||||
}
|
||||
|
||||
input:user-invalid {
|
||||
|
|
@ -146,6 +147,11 @@ input:not(.plain).error {
|
|||
outline: 2px solid var(--theme-error);
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
label {
|
||||
display: block;
|
||||
color: var(--text-lighter);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user