Sha256: f0c500c283f0ecc703afb4f69c737e1346f091750ef6cdd78c6eecb41a210bed
Contents?: true
Size: 1.38 KB
Versions: 17
Compression:
Stored size: 1.38 KB
Contents
/* Table of Contents ================================================== # Alert # Colors */ /* # Alert ================================================== */ .alert-fixed { left: 0; position: fixed; right: 0; top: 0; z-index: 1040; } .alert { background: rgba(102,117,127,1); border-bottom: 1px solid rgba(62,77,87,1); -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-blue, .alert-notice { background: rgba(0,132,255,1); border-color: rgba(0,92,215,1); } .alert-green, .alert-success { background: rgba(68,205,1,1); border-color: rgba(28,165,0,1); } .alert-orange, .alert-warning { background: rgba(255,131,0,1); border-color: rgba(215,91,0,1); } .alert-red, .alert-error, .alert-alert { background: rgba(255,59,48,1); border-color: rgba(215,19,8,1); } .alert-black, .alert-system { background: rgba(56,67,81,1); border-color: rgba(16,57,41,1); }
Version data entries
17 entries across 17 versions & 1 rubygems