Browse Source

Tooltips in questions will now look like tool tips everywhere else in the app

pull/160/head
Benard Ebinu 8 years ago
parent
commit
1b2a97f2c2
2 changed files with 1 additions and 7 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +0
    -6
      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


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

@ -50,13 +50,7 @@ h4 {
margin-top: 0; margin-top: 0;
margin-bottom: 10px; margin-bottom: 10px;
.tooltip-link {
color: $brand-blue;
border: 0;
}
i.fa { i.fa {
color: $brand-blue;
font-size: 24px; font-size: 24px;
margin-right: 6px; margin-right: 6px;
} }


Loading…
Cancel
Save