Sha256: 8d34063e9f1ee838b0fc69e48316c7c006c4f6379cf3330a9443c1598a3fe76e
Contents?: true
Size: 524 Bytes
Versions: 26
Compression:
Stored size: 524 Bytes
Contents
.alert { border-collapse: separate !important; border: 0; width: 100%; & > tbody > tr > td { padding: 0.75 * $font-size-base 1.25 * $font-size-base; border: 1px solid transparent; border-radius: 0.25 * $font-size-base; } } @each $color, $value in $theme-colors { .alert-#{$color} td { background-color: lighten($value, 40%); border-color: lighten($value, 35%); color: darken($value, 30%); .hr > table > tbody > tr > td { border-top: 1px solid lighten($value, 35%); } } }
Version data entries
26 entries across 26 versions & 1 rubygems