Browse Source

Update bootstrap error styling to our new error styling

pull/160/head
ariannedee 5 years ago
parent
commit
4c99542c86
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +1
    -1
      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


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

@ -683,7 +683,7 @@ i.fa.fa-question-circle {
-webkit-transition: 0.1s ease-in-out all;
transition: 0.1s ease-in-out all;
.warning {
.warning, .help-block {
color: $color-red;
font-size: 16px;
font-weight: bolder;


Loading…
Cancel
Save