Sha256: 74b91dbde1eebbdd082b6ac92b736a9ba88e89c1c3ce68f850450cbd344525b0

Contents?: true

Size: 396 Bytes

Versions: 11

Compression:

Stored size: 396 Bytes

Contents

.flash {
  width: 100%;
  height: 1.5rem;
  margin-bottom: 0.5rem;
  background-color: $secondary-light;
  padding: 0.25rem 0.5rem;

  span {
    font-size: 1rem;
    line-height: 1rem;
  }

  &.notice {
    background-color: $notice-bg;

    span.notice {
      color: $notice-text;
    }
  }

  &.alert {
    background-color: $alert-bg;

    span.alert {
      color: $alert-text;
    }
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
mr_common-2.1.0 app/assets/stylesheets/mr_common/_flash.scss
mr_common-2.0.0 app/assets/stylesheets/mr_common/_flash.scss
mr_common-1.3.0 app/assets/stylesheets/mr_common/_flash.scss
mr_common-1.2.0 app/assets/stylesheets/mr_common/_flash.scss
mr_common-1.1.0 app/assets/stylesheets/mr_common/_flash.scss
mr_common-1.0.5 app/assets/stylesheets/mr_common/_flash.scss
mr_common-1.0.4 app/assets/stylesheets/mr_common/_flash.scss
mr_common-1.0.3 app/assets/stylesheets/mr_common/_flash.scss
mr_common-1.0.2 app/assets/stylesheets/mr_common/_flash.scss
mr_common-1.0.1 app/assets/stylesheets/mr_common/_flash.scss
mr_common-1.0.0 app/assets/stylesheets/mr_common/_flash.scss