scss/foundation/components/_flex-video.scss in zurb-foundation-4.2.3 vs scss/foundation/components/_flex-video.scss in zurb-foundation-4.3.0

- old
+ new

@@ -2,13 +2,13 @@ // Flex Video Variables // $include-html-media-classes: $include-html-classes !default; // We use these to control video container padding and margins -$flex-video-padding-top: emCalc(25px) !default; +$flex-video-padding-top: emCalc(25) !default; $flex-video-padding-bottom: 67.5% !default; -$flex-video-margin-bottom: emCalc(16px) !default; +$flex-video-margin-bottom: emCalc(16) !default; // We use this to control widescreen bottom padding $flex-video-widescreen-padding-bottom: 57.25% !default; // @@ -41,6 +41,6 @@ @if $include-html-media-classes != false { /* Flex Video */ .flex-video { @include flex-video-container; } -} \ No newline at end of file +}