Sha256: 9ca31d403db203a70b51c27363847c4926fe268828d146c7a08179b671e5fc72

Contents?: true

Size: 676 Bytes

Versions: 3

Compression:

Stored size: 676 Bytes

Contents

@import 'pygments/github';

.glypto-model {
  margin: 20px 0;
  border: 1px solid $light-grey;

  &:last-child {
    margin-bottom: 0;
  }

  > .glypto-model-stage {
    position: relative;
    padding: 1px;

    > figure,
    > iframe {
      display: block;
      margin: 0;
    }

    > figure {
      @include clearfix;
      padding: 10px;
    }

    ._component {
      transition: 200ms max-width;
      overflow: hidden;
      padding: 5px;

      &.__small {
        max-width: 320px;
      }

      &.__medium {
        max-width: 640px;
      }

      &.__large {
        max-width: 1280px;
      }

      &.__default {
        max-width: 100%;
      }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
middleman-sculptor-0.5 lib/middleman-sculptor/template/source/assets/styles/glyptotheque/_model.scss
middleman-sculptor-0.4 lib/middleman-sculptor/template/source/assets/styles/glyptotheque/_model.scss
middleman-sculptor-0.3 lib/middleman-sculptor/template/source/assets/styles/glyptotheque/_model.scss