Fix overlay background colors

This commit is contained in:
Michael Rose 2014-09-05 16:21:25 -04:00
parent 6f45cd7782
commit f22269505f

View file

@ -5,7 +5,7 @@
// overlay
$mfp-overlay-color: $black; // Color of overlay screen
$mfp-overlay-opacity: 0.8; // Opacity of overlay screen
$mfp-shadow: 0 0 8px rgba(0, 0, 0, 0.6); // Shadow on image or iframe
$mfp-shadow: 0 0 0 rgba(0, 0, 0, 0); // Shadow on image or iframe
// spacing
$mfp-popup-padding-left: 8px; // Padding from left and from right side
@ -32,7 +32,7 @@ $mfp-iframe-ratio: 9/16; // Ratio of if
// Image-type options
$mfp-include-image-type: true; // Enable Image-type popups
$mfp-image-background: #444 !default;
$mfp-image-background: transparent;
$mfp-image-padding-top: 40px; // Image padding top
$mfp-image-padding-bottom: 40px; // Image padding bottom
$mfp-include-mobile-layout-for-image: true; // Removes paddings from top and bottom