Skip to content

Commit

Permalink
OLMIS-5356: Made .note and gap styling more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraczewski committed Nov 29, 2018
1 parent f73cb45 commit 45a7555
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/openlmis-form/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ form {
div.checkbox > label {
width: 100%
}

.note {
font-size: 1em;
font-style: italic;
}
}

.form-label {
Expand Down Expand Up @@ -196,3 +191,14 @@ input[type="number"] {
input.date {
text-align: left;
}

.note {
font-size: 1em;
font-style: italic;
}

form + label,
section + label {
margin-top: 0.5em;
margin-bottom: 0.2em;
}

0 comments on commit 45a7555

Please sign in to comment.