Sha256: 9c96d066e0b13f3146c4ce681f0a023d34f381c3a8763f3fcd3b9b5bbc0a7900
Contents?: true
Size: 1.57 KB
Versions: 21
Compression:
Stored size: 1.57 KB
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(71,74,84,1); font-size: 16px; margin: -40px 0 40px 0; padding: 11px 20px 11px 20px; } .alert, .alert h4 { color: rgba(71,74,84,1); } .alert h4 { 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(158,171,179,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-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, .alert-alert { background-color: rgba(242,222,222,1); border-color: rgba(228,201,205,1); } .alert-black, .alert-system { background-color: rgba(71,74,84,1); border-color: rgba(61,64,74,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
21 entries across 21 versions & 1 rubygems