More fixes

This commit is contained in:
Dane Everitt 2019-02-09 14:48:47 -08:00
parent 6e26f1929d
commit e62e3babcc
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
15 changed files with 25 additions and 25 deletions

View file

@ -40,7 +40,7 @@ input[type=number] {
}
.input-open > label {
@apply .block .uppercase .tracking-wide .textneutral-500s.text-xs .mb-2 .absolute;
@apply .block .uppercase .tracking-wide .text-neutral-500 .text-xs .mb-2 .absolute;
top: 14px;
transition: transform 200ms ease-out;
}
@ -61,7 +61,7 @@ input[type=number] {
}
&.error {
@apply .text-red-600 .border-red;
@apply .text-red-600 .border-red-500;
}
}
@ -70,7 +70,7 @@ input[type=number] {
}
.input-help {
@apply .text-xs .textneutral-500s.pt-2;
@apply .text-xs .text-neutral-500 .pt-2;
&.error {
@apply .text-red-600;