Skip to content

Commit

Permalink
Add style for modal backdrops
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Feb 12, 2017
1 parent 74a346b commit ca82563
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/modules/modals/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
color: $base-font-color;
}

.modal-backdrop {
background-color: $color-base;
}

.close {
color: $base-font-color;
text-shadow: 0 1px 0 $color-shadow-dark;
Expand Down

0 comments on commit ca82563

Please sign in to comment.