Sha256: 394145f6abb575cfea3bc380ab3b77febf0c93fe2ab146918af289f88e0eb9ed
Contents?: true
Size: 983 Bytes
Versions: 43
Compression:
Stored size: 983 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: 600; &.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
43 entries across 43 versions & 1 rubygems