Browse Source

Tweak required label styling

pull/160/head
ariannedee 5 years ago
parent
commit
eee74e114e
2 changed files with 3 additions and 4 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +2
    -3
      edivorce/apps/core/static/css/main.scss

+ 1
- 1
edivorce/apps/core/static/css/main.css
File diff suppressed because it is too large
View File


+ 2
- 3
edivorce/apps/core/static/css/main.scss View File

@ -1104,11 +1104,10 @@ textarea {
.required, .optional {
font-size: 14px;
font-family: $font-custom-bold;
font-weight: bolder;
font-weight: bold;
text-transform: uppercase;
padding: 6px 6px 4px 6px;
padding: 4px 6px;
margin-left: 16px;
vertical-align: top;
white-space: nowrap;
}


Loading…
Cancel
Save