Browse Source

DIV-149 implemented messaging styles

pull/160/head
Foley Lynn 8 years ago
parent
commit
e84638cdfa
2 changed files with 16 additions and 2 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +15
    -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


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

@ -120,9 +120,23 @@ a {
} }
} }
.bg-danger { .bg-danger {
padding: 30px;
position: relative;
padding: 30px 30px 30px 75px;
border-radius: 10px; border-radius: 10px;
margin-bottom: 20px; margin-bottom: 20px;
background-color: #faebe9;
&:after {
content: "\f071";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
font-size: 24px;
color: #ea604e;
top: 30px;
left: 27px;
}
} }
@media (max-width: 991px) { @media (max-width: 991px) {


Loading…
Cancel
Save