Sha256: c69735eee259c702651e940ec913f5a46ea72018540823976ed3847dbe1fbcfd

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 KB

Contents

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

/* # Alert
================================================== */
.alert {
  background: rgba(102,117,127,1);
  border-bottom: 1px solid rgba(62,77,87,1);
  color: rgba(255,255,255,1);
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 10px 20px 9px 20px;
}
.alert > a {
  color: rgba(255,255,255,1);
  border-bottom: 1px dotted rgba(255,255,255,1);
  font-style: italic;
}
.alert-lined { border: 1px solid rgba(62,77,87,1); }
.alert-pull-none { margin: 0; }
.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(89,168,15,1);
  border-color: rgba(39,118,0,1);
}
.alert-orange,
.alert-warning {
  background: rgba(232,126,15,1);
  border-color: rgba(202,96,0,1);
}
.alert-red,
.alert-error,
.alert-alert {
  background: rgba(218,79,46,1);
  border-color: rgba(188,49,16,1);
}
.alert-black,
.alert-system {
  background: rgba(56,67,81,1);
  border-color: rgba(36,47,61,1);
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_frontend-1.0.11 vendor/assets/stylesheets/alert.scss
active_frontend-1.0.10 vendor/assets/stylesheets/alert.scss
active_frontend-1.0.9 vendor/assets/stylesheets/alert.scss
active_frontend-1.0.8 vendor/assets/stylesheets/alert.scss