Sha256: bc288c29e95eaaf39b63f06a05fe018446a521c6b13ec752f5d3e5248d5660ab

Contents?: true

Size: 833 Bytes

Versions: 94

Compression:

Stored size: 833 Bytes

Contents

.notices {
  margin-top: -$spacing;
  margin-bottom: $spacing;
  border-bottom: 2px solid darken($mint, 3%);
  background: $mint;
}

.notice {
  overflow: hidden;

  > div {
    position: relative;
    max-width: 1200px;
    background: $white;
    box-shadow: 0 0 30px 6px rgba(0,0,0,0.1);
    border: 2px solid #ccc;
    padding: $spacing;
    padding-bottom: $spacing / 2;
    margin: $spacing * 2 auto;
    margin-bottom: 0;
    border-radius: 8px;

    @include tablet {
      margin: $spacing;
      margin-bottom: 0;
    }
  }

  &:last-child > div {
    margin-bottom: $spacing * 2;

    @include tablet {
      margin-bottom: $spacing;
    }
  }

  .icon-times {
    position: absolute;
    top: 0;
    right: 0;
    padding: $spacing;
    font-size: 24px;
  }

  h2 {
    margin-bottom: 10px;
    margin-right: 30px;
  }
}

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
station-0.5.16 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.15 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.14 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.13 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.12 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.11 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.10 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.9 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.8 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.7 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.6 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.5 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.4 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.3 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.2 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.1 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.5.0 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.4.9 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.4.8 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss
station-0.4.7 lib/nexmo_developer/app/webpacker/stylesheets/objects/_notices.scss