forms: input styles

This commit is contained in:
Carlos Matallín 2016-10-31 16:51:49 +01:00
parent e75ab01844
commit 39ccae7217

View File

@ -30,13 +30,13 @@
&.is-empty {
color: $cHintText;
}
&.is-number {
color: darken($cHighlight, 16%);
}
&.is-null {
color: $cHintText;
font-style: italic;
}
&.is-number {
color: darken($cHighlight, 16%);
}
&:hover {
border: 1px solid $cHoverLine;
}