Sha256: 17b34c75f5f4bd77d478dd4643c45889147dbda48631e5630241021dc4bcabc9

Contents?: true

Size: 706 Bytes

Versions: 43

Compression:

Stored size: 706 Bytes

Contents

@import "compass/css3/images";
@import "compass/css3/text-shadow";

div.notice {
  position: relative;
  width: 100%;
  height: 80px;

  margin-top: 10px;

  @include background-image(linear-gradient(rgba(102, 176, 71, 0.9), rgba(111, 191, 77, 0.9) 80%, rgba(104, 180, 72, 0.9)));
  border-bottom: 2px solid rgba(88, 153, 62, 0.9);

  &.error, &.alert {
    @include background-image(linear-gradient(rgba(212, 64, 64, 0.9), rgba(230, 69, 69, 0.9) 70%, rgba(216, 65, 65, 0.9)));
    border-bottom: 2px solid rgba(192, 57, 57, 0.9);
  }

  p {
    line-height: 80px;

    margin: 0px;

    color: #fff;
    text-align: center;
    font-size: 20px;
    @include single-text-shadow(#333, 1px, 1px, 1px);
  }
}

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
locomotive_cms-2.5.7 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.5.6 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.5.6.rc2 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.5.6.rc1 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.5.5 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.5.4 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.5.3 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.5.2 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.5.1 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.5.0 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.5.0.rc3 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.5.0.rc2 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.5.0.rc1 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.4.1 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.4.0 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.3.1 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.3.0 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.2.3 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.2.2 app/assets/stylesheets/locomotive/shared/growl.css.scss
locomotive_cms-2.2.1 app/assets/stylesheets/locomotive/shared/growl.css.scss