Sha256: daa7c55a5fb75fec99e45dd70436d0adde90c70a905ad73420f03d28fea3e107
Contents?: true
Size: 1.21 KB
Versions: 8
Compression:
Stored size: 1.21 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: 12px 20px 10px 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; position: relative; } .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 { 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
8 entries across 8 versions & 1 rubygems