Sha256: 5eac59242ae6904f067cb52f2d9c6d78203939dabd1ce65655aaa8f4ceb03208
Contents?: true
Size: 997 Bytes
Versions: 13
Compression:
Stored size: 997 Bytes
Contents
.errorExplanation { padding: 5px; border: 1px solid very-light($color-error, 12); background-color: very-light($color-error, 6); border-radius: 3px; color: very-light($color-error, 30); margin-bottom: 15px; h2 { font-size: 140%; color: very-light($color-error, 30); margin-bottom: 5px; } p { padding: 10px 0; } ul { list-style-position: inside; li { font-weight: $font-weight-bold; } } } .flash, .alert { position: fixed; top: 0; left: 0; width: 100%; padding: 16px; text-align: center; z-index: 1000; font-size: 120%; color: $color-1; font-weight: $font-weight-bold; &.notice { background-color: rgba($color-notice, 0.8) } &.success { background-color: rgba($color-success, 0.8) } &.error { background-color: rgba($color-error, 0.8) } } .alert { position: relative; font-weight: normal !important; a { text-decoration: underline; } &.error a { color: very-light($color-error, 10) } }
Version data entries
13 entries across 13 versions & 1 rubygems