Sha256: 46d1e84cde6586692083f57fc7f175a627b64861ab58f8d6bf6d6156e726b06f
Contents?: true
Size: 943 Bytes
Versions: 24
Compression:
Stored size: 943 Bytes
Contents
// notices,errors,explanations #notification-bar { background:#333; color:white; cursor:pointer; display:none; font-size:20px; line-height:30px; opacity:0.85; padding:4px 0px 8px; position:fixed; bottom:0; left:0; text-align:center; width:100%; z-index:1000; img{ position:relative; left:-20px; top:7px; } } #warning { background:#FFC9C9; border:2px solid $red; color:$red; 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-top:10px; margin-bottom:15px; padding:15px 20px 15px 20px; @include rounded(5px); } #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
24 entries across 24 versions & 1 rubygems