Browse Source

changed bg colour of mid-banner buttons to address DIV-349

pull/160/head
James Byun 8 years ago
parent
commit
03e8fde27d
2 changed files with 4 additions and 4 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +3
    -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


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

@ -587,11 +587,11 @@ textarea {
float: right;
margin-left: 6px;
&:hover, &.active {
color: $brand-blue;
background-color: $color-grey-lighter;
color: #fff;
background-color: $brand-gold;
text-decoration: none;
i {
color: $brand-blue;
color: #fff;
}
}
}


Loading…
Cancel
Save