This commit is contained in:
Dane Everitt 2019-02-09 14:44:35 -08:00
parent d6feaec202
commit 6e26f1929d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
19 changed files with 30 additions and 30 deletions

View file

@ -24,7 +24,7 @@ input[type=number] {
@apply .appearance-none .block .w-full .text-neutral-800 .border-b-2 .border-neutral-400 .py-3 .mb-3;
&:focus {
@apply .border-blue-light;
@apply .border-primary-400;
outline: 0;
transition: border 500ms ease-out;
}
@ -53,7 +53,7 @@ input[type=number] {
transition: all 100ms linear;
&:focus {
@apply .border-blue-light;
@apply .border-primary-400;
}
&:required, &:invalid {