Sha256: 449534a1bd9e8a31475636f11911b1dc0502b35dfdee09d681cf6874f233c1ca

Contents?: true

Size: 1.54 KB

Versions: 5

Compression:

Stored size: 1.54 KB

Contents

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

/* # Alert
================================================== */
.alert-fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
.alert {
  background: rgba(249,249,249,1);
  border-bottom: 2px solid rgba(0,0,0,0.02);
  -moz-box-sizing: border-box;
  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: 1px solid rgba(62,77,87,1); }
.alert-close {
  border: 0 !important;
  color: rgba(255,255,255,1) !important;
  float: right;
  font-size: 18px;
  line-height: 24px;
}

/* # Colors
================================================== */
.alert-gray,
.alert-notice,
.alert.alert-gray .alert-close,
.alert.alert-notice .alert-close { color: rgba(34,34,34,1) !important; }
.alert.alert-gray > a,
.alert.alert-notice > a {
  color: rgba(34,34,34,1);
  border-bottom-color: rgba(34,34,34,1);
}
.alert-green,
.alert-success {
  background: rgba(27,192,109,1);
  border-color: rgba(7,172,89,1);
}
.alert-orange,
.alert-warning {
  background: rgba(166,165,71,1);
  border-color: rgba(146,145,51,1);
}
.alert-red,
.alert-error,
.alert-alert {
  background: rgba(225,80,80,1);
  border-color: rgba(205,60,60,1);
}
.alert-black,
.alert-system {
  background: rgba(54,54,54,1);
  border-color: rgba(34,34,34,1);
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
active_frontend-3.0.4 vendor/assets/stylesheets/alert.scss
active_frontend-3.0.3 vendor/assets/stylesheets/alert.scss
active_frontend-3.0.2 vendor/assets/stylesheets/alert.scss
active_frontend-3.0.1 vendor/assets/stylesheets/alert.scss
active_frontend-3.0.0 vendor/assets/stylesheets/alert.scss