Sha256: 9ddb330017ad96ad64b3c08209b419028789456f4e0a79aaef2c94a1a9b08d3f
Contents?: true
Size: 611 Bytes
Versions: 5
Compression:
Stored size: 611 Bytes
Contents
@import 'variables_and_mixins'; /* * 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
5 entries across 5 versions & 2 rubygems