Skip to content

Commit

Permalink
Add missing form styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Feb 12, 2017
1 parent 2d43d4d commit 38c048c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scss/modules/inputs/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ textarea:disabled {
}
}

label.disabled {
color: $base-font-color;
}

legend {
border-bottom: 1px solid $color-shade-lightest;

Expand Down Expand Up @@ -308,3 +312,7 @@ textarea {
border-bottom-color: $base-font-color;
border-top-color: $base-font-color;
}

.input_note {
color: $base-font-color;
}

0 comments on commit 38c048c

Please sign in to comment.