Browse Source

set .modal-wrapper .modal-content and .prompt-wrapper .modal-content SASS backgrounds to $bloc-background-color

nin-v2
Simon Grim 6 years ago
parent
commit
25259e0c1d
  1. 2
      sass/layout/_modal.sass
  2. 2
      sass/layout/_prompt.sass

2
sass/layout/_modal.sass

@ -120,7 +120,7 @@ $header-modal-height : $menu-height @@ -120,7 +120,7 @@ $header-modal-height : $menu-height
.modal-content
background: #fff
background: $bloc-light-color
width: 100%
@extend .clear-fix
overflow: hidden

2
sass/layout/_prompt.sass

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
padding: 0 20px 20px 0
float: right
.modal-content
background: #fff
background: $bloc-light-color
padding: 20px
.post-area
textarea

Loading…
Cancel
Save