Sha256: a115b1cc0cdfc82d5a33b1e756d17d4e576ddb00baeea1a897437cdfbe7db5d4

Contents?: true

Size: 532 Bytes

Versions: 2

Compression:

Stored size: 532 Bytes

Contents

.notice_notification{
  padding: $base-padding*2 $base-padding*3 $base-padding*2 $base-padding*3;
  background-color: $brand-blue-insurance;
  color: $white;
}

.error_notification{
  @extend .notice_notification;
  background-color: $brand-red;
}

.summary-cart {
  ul {
    .summary-flash-notice {
      color: $white;
      background: $brand-blue-insurance;

      p{
        color: $white;
      }
    }

    .delete-icon{
      margin-top: $base-margin;
      float: right;
    }
    
    li{
      padding: 8px;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ama_layout-2.5.0 app/assets/stylesheets/ama_layout/layout_components/notification.scss
ama_layout-2.4.5 app/assets/stylesheets/ama_layout/layout_components/notification.scss