Sha256: d0f87063f2b68646807f5e842a4848b6d90ac857cda34b074465723af4f79b6a
Contents?: true
Size: 1010 Bytes
Versions: 8
Compression:
Stored size: 1010 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-wrapper { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; } .flash { padding: 16px; text-align: center; 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
8 entries across 8 versions & 1 rubygems