Browse Source

DIV-1242: Fix button link styling

pull/172/head
ariannedee 5 years ago
parent
commit
7069fe5668
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +1
    -0
      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
- 0
edivorce/apps/core/static/css/main.scss View File

@ -673,6 +673,7 @@ div#other_names_fields {
.btn {
line-height: initial;
padding: 12px 15px;
text-decoration: none;
}
.btn-primary {


Loading…
Cancel
Save