Sha256: bcf764e9704e256817afb6470d146ee85e2affaa94cdfe7650510b62aa8e9b8c
Contents?: true
Size: 426 Bytes
Versions: 3
Compression:
Stored size: 426 Bytes
Contents
.b-alert { width: 100%; margin: 20px auto; color: $color-white; padding: 6px 12px; p { color: $color-white; // override default p color margin-bottom: 0; } } .b-alert--success { background-image: linear-gradient(to right, $color-success, lighten($color-success, 6%)); } .b-alert--danger, .b-alert--error { background-image: linear-gradient(to right, $color-danger, lighten($color-danger, 6%)); }
Version data entries
3 entries across 3 versions & 1 rubygems