mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-02-05 11:34:17 +00:00
tune .modal-blackout and .modal-content SASS
This commit is contained in:
parent
165ffad04d
commit
433b2b2db9
@ -7,6 +7,16 @@ $header-modal-height : $menu-height
|
||||
|
||||
// style
|
||||
|
||||
@mixin modal-blackout
|
||||
display: block
|
||||
background: rgba(0,0,0, 0.6)
|
||||
z-index: -1
|
||||
position: fixed
|
||||
left: 0
|
||||
top: 0
|
||||
width: 100%
|
||||
height: 100%
|
||||
|
||||
.modal-blackout
|
||||
display: none
|
||||
|
||||
@ -110,6 +120,7 @@ $header-modal-height : $menu-height
|
||||
|
||||
|
||||
.modal-content
|
||||
background: #fff
|
||||
width: 100%
|
||||
@extend .clear-fix
|
||||
overflow: hidden
|
||||
|
@ -13,6 +13,7 @@
|
||||
padding: 0 20px 20px 0
|
||||
float: right
|
||||
.modal-content
|
||||
background: #fff
|
||||
padding: 20px
|
||||
.post-area
|
||||
textarea
|
||||
|
Loading…
x
Reference in New Issue
Block a user