Sha256: 85a37019d73d3aee62371787956cbfdb3134a3ae82daae049132c8fa8059b6e5
Contents?: true
Size: 1.53 KB
Versions: 4
Compression:
Stored size: 1.53 KB
Contents
/* Table of Contents ================================================== #Alert */ /* #Alert ================================================== */ .alert { background: rgba(235,238,240,1); border-bottom: 1px solid rgba(225,232,237,1); color: rgba(71,74,84,1); font-size: 16px; margin: -40px 0 40px 0; padding: 11px 20px 11px 20px; } .alert h4 { color: rgba(71,74,84,1); margin: 0; } .alert p { color: rgba(43,50,53,1); margin-bottom: 0; } .alert a { color: rgba(43,50,53,1); font-weight: 500; opacity: 0.8; } .alert a:hover { opacity: 1; } .alert .close { color: rgba(136,153,166,1); float: right; font-size: 18px; line-height: 18px; } .alert .close:hover, .alert .close:focus { color: rgba(71,74,84,1); text-decoration: none; } .alert-green, .alert-success { background: rgba(223,240,216,1); border-color: rgba(204,223,188,1); } .alert-yellow, .alert-warning { background: rgba(252,248,227,1); border-color: rgba(244,228,203,1); } .alert-red, .alert-error, .alert-alert { background: rgba(242,222,222,1); border-color: rgba(228,201,205,1); } .alert-black, .alert-system { background: rgba(56,67,81,1); border-color: rgba(6,17,31,1); color: rgba(255,255,255,1); } .alert-black h4, .alert-black p, .alert-system h4, .alert-system p, .alert-black .close:hover, .alert-black .close:focus, .alert-system .close:hover, .alert-system .close:focus { color: rgba(255,255,255,1); } .alert-block > p, .alert-block > ul { margin-bottom: 0; } .alert-block p + p { margin-top: 5px; } .alert-pull-none { margin: 0; }
Version data entries
4 entries across 4 versions & 1 rubygems