Sha256: 6f997f6264e7ecc61c9baa3183cc1af27911bc326c6ee118bd7b190c8aedf62e

Contents?: true

Size: 1 KB

Versions: 7

Compression:

Stored size: 1 KB

Contents

@if $enable-flex {
  .media {
    display: flex;
  }
  .media-body {
    flex: 1;
  }
  .media-middle {
    align-self: center;
  }
  .media-bottom {
    align-self: flex-end;
  }
} @else {
  .media,
  .media-body {
    overflow: hidden;
  }
  .media-body {
    width: 10000px;
  }
  .media-left,
  .media-right,
  .media-body {
    display: table-cell;
    vertical-align: top;
  }
  .media-middle {
    vertical-align: middle;
  }
  .media-bottom {
    vertical-align: bottom;
  }
}


//
// Images/elements as the media anchor
//

.media-object {
  display: block;

  // Fix collapse in webkit from max-width: 100% and display: table-cell.
  &.img-thumbnail {
    max-width: none;
  }
}


//
// Alignment
//

.media-right {
  padding-left: $media-alignment-padding-x;
}

.media-left {
  padding-right: $media-alignment-padding-x;
}


//
// Headings
//

.media-heading {
  margin-top: 0;
  margin-bottom: $media-heading-margin-bottom;
}


//
// Media list variation
//

.media-list {
  padding-left: 0;
  list-style: none;
}

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
geekyll-0.1.2 _sass/geekyll/bootstrap4alpha4/_media.scss
geekyll-0.1.1 _sass/geekyll/bootstrap4alpha4/_media.scss
bootstrap-4.0.0.alpha5 assets/stylesheets/bootstrap/_media.scss
geekyll-0.1.0 _sass/geekyll/bootstrap4alpha4/_media.scss
geekyll-0.0.9 _sass/geekyll/bootstrap4alpha4/_media.scss
flying_dutchman-0.6.0 vendor/assets/stylesheets/bootstrap/_media.scss
bootstrap-4.0.0.alpha4 assets/stylesheets/bootstrap/_media.scss