Browse Source

DIV-1242: More link fixes

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


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

@ -855,7 +855,7 @@ i.fa {
height: 64px;
border-radius: 32px;
margin-top: -25.2px;
margin-left: -7.2px;
margin-left: -7px;
border: 1px solid $color-grey-medium;
}
}
@ -1876,6 +1876,10 @@ textarea {
letter-spacing: 0.1em;
}
a {
text-decoration: none;
}
.progress-question {
display: -webkit-box;
display: -ms-flexbox;


Loading…
Cancel
Save