Sha256: a8757def382827f1cf71f01ed71b8a6d511e44b65279864c415120f800c8611f
Contents?: true
Size: 832 Bytes
Versions: 94
Compression:
Stored size: 832 Bytes
Contents
$module_path: "/assets/common/module-error"; ///////////////////////////////////////////////////////////////////////////////////////// .module-error { position:relative; color:#ffffff; font-size:12; @include min-height(30px); @include border-radius(1px); line-height:30px; background:#e70000; .msg { background:url(#{$module_path}/icon-error.png) 7px 7px no-repeat; padding:0px 13px 0 30px; } } .module-error-bubble { position:absolute; top:0; right:-240px; .arrow-left { position:absolute; left:-9px; top:11px; width:11px; height:20px; background:url(#{$module_path}/arrow-left.png) left top no-repeat; } .error { width:200px; @include border-radius(2px); background:#fd4141; border:#ff0000 1px solid; @include box-shadow(#bcbcbc 1px 1px 2px, #fe7474 1px 1px 0 inset); color:#ffffff; padding:12px; padding-bottom:10px; } }
Version data entries
94 entries across 94 versions & 2 rubygems