Sha256: 3b06d84a9d5ec55077d41d54138491f91fc6118a2fc7892d29a9daf3ba617bc8

Contents?: true

Size: 709 Bytes

Versions: 2

Compression:

Stored size: 709 Bytes

Contents

@import 'pygments/github';

.glypto-model {
  margin: 20px 0;
  border: 1px solid $light-grey;
  box-shadow: 0 0 0 3px #f6f6f6;

  &: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

2 entries across 2 versions & 1 rubygems

Version Path
middleman-sculptor-0.7 lib/middleman-sculptor/template/source/assets/styles/glyptotheque/_model.scss
middleman-sculptor-0.6 lib/middleman-sculptor/template/source/assets/styles/glyptotheque/_model.scss