Sha256: 818351a3c1f59c000f82368474386d0d7a71a9f4f885e4c65268585cb2525c22

Contents?: true

Size: 1.12 KB

Versions: 3

Compression:

Stored size: 1.12 KB

Contents

/* Table of Contents
==================================================
# Alert
# Colors */

/* # Alert
================================================== */
.alert-fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
.alert {
  background: rgba(85,94,113,1);
  border-bottom: 2px solid rgba(0,0,0,0.1);
  box-sizing: border-box;
  color: rgba(255,255,255,1);
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 10px 20px 9px 20px;
  width: 100%;
}
.alert > a {
  color: rgba(255,255,255,1);
  border-bottom: 1px dotted rgba(255,255,255,1);
  font-style: italic;
}
.alert-lined { border: 2px solid rgba(0,0,0,0.1); }
.alert-close {
  border: 0 !important;
  color: rgba(255,255,255,1) !important;
  float: right;
  font-size: 18px;
  line-height: 24px;
}

/* # Colors
================================================== */
.alert-green,
.alert-success { background: rgba(27,192,109,1); }
.alert-orange,
.alert-warning { background: rgba(255,154,46,1); }
.alert-red,
.alert-error,
.alert-alert { background: rgba(225,80,80,1); }
.alert-black,
.alert-system { background: rgba(42,44,48,1); }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active_frontend-4.5.0 vendor/assets/stylesheets/alert.scss
active_frontend-4.0.1 vendor/assets/stylesheets/alert.scss
active_frontend-4.0.0 vendor/assets/stylesheets/alert.scss