Fix modal left position to center on screen

This commit is contained in:
Matthew Ross 2016-09-14 20:45:27 -04:00
parent cdbd36f16e
commit fafafe898e

View File

@ -28,7 +28,7 @@
@include shadow-float();
background-color: $white;
left: calc(50% - 300px);
left: calc(50% - 200px);
max-height: calc(100% - 10em);
max-width: 100%;
min-height: 10em;
@ -44,6 +44,7 @@
}
&.wide {
left: calc(50% - 300px);
width: 600px;
}