forked from noxious/client
Cleaned up styling, changed assets logic
This commit is contained in:
@ -59,9 +59,11 @@ input {
|
||||
}
|
||||
|
||||
.input-cyan {
|
||||
padding: 8px 10px;
|
||||
font-family: $titles;
|
||||
border: 1px solid $cyan;
|
||||
background-color: rgba($white, 0.8);
|
||||
border-radius: 5px;
|
||||
&:focus, &:focus-visible {
|
||||
outline: $cyan auto 2px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user