Sha256: 8e5a8f6dc2af5f64e085276ca0790dc72c3bac32b200f74e84d3a9a4aaeaa0b6

Contents?: true

Size: 1.08 KB

Versions: 14

Compression:

Stored size: 1.08 KB

Contents

// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

@import 'global';

//
// @variables
//
$include-html-media-classes: $include-html-classes !default;

// We use these to control video container padding and margins
$flex-video-padding-top: rem-calc(25) !default;
$flex-video-padding-bottom: 67.5% !default;
$flex-video-margin-bottom: rem-calc(16) !default;

// We use this to control widescreen bottom padding
$flex-video-widescreen-padding-bottom: 56.34% !default;

//
// @mixins
//

@mixin flex-video-container {
  height: 0;
  margin-bottom: $flex-video-margin-bottom;
  overflow: hidden;
  padding-bottom: $flex-video-padding-bottom;
  padding-top: $flex-video-padding-top;
  position: relative;

  &.widescreen { padding-bottom: $flex-video-widescreen-padding-bottom; }
  &.vimeo { padding-top: 0; }

  iframe,
  object,
  embed,
  video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    #{$default-float}: 0;
  }
}

@include exports("flex-video") {
  @if $include-html-media-classes {
    .flex-video { @include flex-video-container; }
  }
}

Version data entries

14 entries across 14 versions & 4 rubygems

Version Path
foundation-sass-rails-5.5.4.0 vendor/assets/stylesheets/foundation/components/_flex-video.scss
catscope-0.1.6 assets/bower_components/foundation/scss/foundation/components/_flex-video.scss
catscope-0.1.5 assets/bower_components/foundation/scss/foundation/components/_flex-video.scss
foundation-sass-rails-5.5.3.2 vendor/assets/stylesheets/foundation/components/_flex-video.scss
catscope-0.1.4 assets/bower_components/foundation/scss/foundation/components/_flex-video.scss
catscope-0.1.3 assets/bower_components/foundation/scss/foundation/components/_flex-video.scss
catscope-0.1.2 assets/bower_components/foundation/scss/foundation/components/_flex-video.scss
catscope-0.1.1 assets/bower_components/foundation/scss/foundation/components/_flex-video.scss
paint-rails-0.8.27.1 vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_flex-video.scss
foundation-rails-5.5.3.2 vendor/assets/stylesheets/foundation/components/_flex-video.scss
foundation-rails-5.5.3.1 vendor/assets/stylesheets/foundation/components/_flex-video.scss
paint-rails-0.7.24 vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_flex-video.scss
foundation-rails-5.5.2.1 vendor/assets/stylesheets/foundation/components/_flex-video.scss
foundation-rails-5.5.2.0 vendor/assets/stylesheets/foundation/components/_flex-video.scss