Sha256: 73681419c74fd252b4d088c80486c9f68b8906e9846da524839cc6d051ec86cf

Contents?: true

Size: 813 Bytes

Versions: 5

Compression:

Stored size: 813 Bytes

Contents

body.logged_in {
  .flash {
    @include gradient(#f7f1d3, #f5edc5);
    @include text-shadow(#fafafa);
    border-bottom: 1px solid #eee098;
    color: #cb9810;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.0em;
    margin-bottom: 10px;
    padding: 13px 30px 11px;
    position: relative;
    top: -15px;

    &.flash_notice {
      @include gradient(#dce9dd, #ccdfcd);
      border-bottom: 1px solid #adcbaf;
      color: #416347;
    }
    &.flash_error {
      @include gradient(#f5e4e4, #f1dcdc);
      border-bottom: 1px solid #e0c2c0;
      color: #b33c33;
    }
  }
}

body.logged_out {
  .flash {
    @include no-shadow;
    @include text-shadow(#fff);
    background: none;
    color: #666;
    font-weight: bold;
    line-height: 1.0em;
    margin-bottom: 10px;
    padding: 0;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
activeadmin-0.4.4 app/assets/stylesheets/active_admin/components/_flash_messages.css.scss
activeadmin-0.4.3 app/assets/stylesheets/active_admin/components/_flash_messages.css.scss
activeadmin-0.4.2 app/assets/stylesheets/active_admin/components/_flash_messages.css.scss
activeadmin-0.4.1 app/assets/stylesheets/active_admin/components/_flash_messages.css.scss
activeadmin-0.4.0 app/assets/stylesheets/active_admin/components/_flash_messages.css.scss