Sha256: d4b701d7469c864f55412b5927ca65e35cb7849541b8c076cc59c46410f56979
Contents?: true
Size: 724 Bytes
Versions: 7
Compression:
Stored size: 724 Bytes
Contents
// ========================================================================== // Alert // ========================================================================== .alert { margin: $pad auto; border: $border; border-radius: $border-radius-lg; background: $off-white; padding: $pad $pad-lg; p { margin: 0; } :last-child { margin-bottom: 0; } //- Alert States &.alert-error { color: white; background: $error; border-color: darken($error, 5%); } &.alert-valid, &.alert-success { color: white; background: $valid; border-color: darken($valid, 5%); } &.alert-warning { color: white; background: $orange; border-color: darken($orange, 5%); } }
Version data entries
7 entries across 7 versions & 1 rubygems