mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-01-27 15:14:35 +00:00
set .modal-wrapper .modal-content and .prompt-wrapper .modal-content SASS backgrounds to $bloc-background-color
This commit is contained in:
parent
6ef76c41b5
commit
25259e0c1d
@ -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
|
||||
|
||||
|
||||
|
@ -120,7 +120,7 @@ $header-modal-height : $menu-height
|
||||
|
||||
|
||||
.modal-content
|
||||
background: #fff
|
||||
background: $bloc-light-color
|
||||
width: 100%
|
||||
@extend .clear-fix
|
||||
overflow: hidden
|
||||
|
@ -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…
x
Reference in New Issue
Block a user