Sha256: e37770f6f252f4cc231f53fb6604f8810933226f34a207bb9cfb67563936646d
Contents?: true
Size: 941 Bytes
Versions: 2
Compression:
Stored size: 941 Bytes
Contents
/* Table of Contents ================================================== #Alert */ /* #Alert ================================================== */ .alert { background-color: rgba(236,238,241,1); border-bottom: 1px solid rgba(217,222,225,1); color: rgba(43,50,53,1); font-size: 16px; margin: -40px 0 40px 0; padding: 15px 20px 10px 20px; } .alert, .alert h4 { color: rgba(71,74,84,1); } .alert p { color: rgba(43,50,53,1); } .alert h4 { margin: 0; } .alert .close { position: relative; top: -2px; } .alert-green, .alert-success { background-color: rgba(223,240,216,1); border-color: rgba(204,223,188,1); } .alert-yellow, .alert-warning { background-color: rgba(252,248,227,1); border-color: rgba(244,228,203,1); } .alert-red, .alert-error { background-color: rgba(242,222,222,1); border-color: rgba(228,201,205,1); } .alert-block > p, .alert-block > ul { margin-bottom: 0; } .alert-block p + p { margin-top: 5px; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blueshift-0.0.2 | vendor/assets/stylesheets/alert.css.scss |
blueshift-0.0.1 | vendor/assets/stylesheets/alert.css.scss |