Sha256: ba41cba67f40948e626e4ae97053e410e15d55f5ae987d8ecb71434240fd41b7
Contents?: true
Size: 616 Bytes
Versions: 23
Compression:
Stored size: 616 Bytes
Contents
// FLASH MESSAGES #warning { background:#FFC9C9; border:2px solid #e70a0a; color:#e70a0a; font-size:14px; font-weight:bold; opacity:0.95; padding:50px 0px; position:fixed; top:35%; left:40%; text-align:center; width:400px; z-index:1000; } .flash-msg { margin-bottom:20px; padding:15px 20px 15px 20px; } #flash-warning, #flash-error, #flash-alert, #flash-notice { background:#f8ff83; border:1px solid #e6ed7a; color:#494949; } .errorExplanation { @extend .flash-msg; @extend #flash-warning; h2 { display:none; } p { font-size:14px; font-weight:bold; margin-top:0px; } ul { font-size:13px; padding-left:25px; } }
Version data entries
23 entries across 23 versions & 1 rubygems