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

This commit is contained in:
Simon Grim 2018-10-05 00:23:11 +05:00
parent 6ef76c41b5
commit 25259e0c1d
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ $main-color-light: #000
$main-color-dark: #222
$main-color-color: $color-green
$main-background-color: #eee
$bloc-light-color : #FDFCFA
$bloc-light-color: #FDFCFA
$bloc-background-color: #F3F2F0

View File

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

View File

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