mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Updated modal styles
This commit is contained in:
parent
1e90c2dfbf
commit
d85ec43fb9
@ -947,7 +947,6 @@ body.blur > *:not(#modal-container) {
|
||||
-moz-filter: blur(2px);
|
||||
-ms-filter: blur(2px);
|
||||
-o-filter: blur(2px);
|
||||
filter: blur(2px);
|
||||
@include transform(translateZ(0));
|
||||
|
||||
}
|
||||
@ -956,12 +955,12 @@ body.blur > *:not(#modal-container) {
|
||||
@include box-sizing(border-box);
|
||||
max-height: 90%;
|
||||
width: 450px;
|
||||
padding: 0px;
|
||||
background: #FFFFFF;
|
||||
border: 6px solid rgba(0,0,0,0.5);
|
||||
padding: 0;
|
||||
background: #fff;
|
||||
border-radius: $rounded;
|
||||
overflow:auto;
|
||||
z-index: 1001;
|
||||
box-shadow: rgba(0,0,0,0.2) 0 0 0 6px;
|
||||
|
||||
&.fade {
|
||||
opacity: 0;
|
||||
@ -1028,6 +1027,7 @@ body.blur > *:not(#modal-container) {
|
||||
|
||||
.modal-content {
|
||||
padding: 0 20px;
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
|
Loading…
Reference in New Issue
Block a user