mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-21 09:37:12 +00:00
Fix overlay background colors
This commit is contained in:
parent
cb65dd309b
commit
f0ad818f33
1 changed files with 2 additions and 2 deletions
4
_sass/vendor/magnific-popup/_settings.scss
vendored
4
_sass/vendor/magnific-popup/_settings.scss
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue