0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Updated modal styles

This commit is contained in:
John O'Nolan 2013-09-09 11:20:44 +02:00
parent 0eb64ef39a
commit 3478fded10

View file

@ -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 {