Sha256: d707b84c43b653e8be9141ea86a71163831cac0170097d8811fdce8da416c710
Contents?: true
Size: 579 Bytes
Versions: 16
Compression:
Stored size: 579 Bytes
Contents
/* * Alerts and messages */ #error_explanation, .alert { background-color: $darkred; border: 0 none; color: $white; padding: 20px; margin-bottom: 20px; position: relative; font-family: $MerriweatherSans; &.alert-success { background-color: $green; } &.alert-notice { background-color: $grey; } &.alert-error { } &.alert-warning { } .close { position: absolute; top: 20px; right: 20px; cursor: pointer; display: block; color: $white } h2 { color: $white; margin-top: 0; text-transform: none; } ul { padding-left: 1em; } }
Version data entries
16 entries across 16 versions & 1 rubygems