Sha256: 99393b3fa21adc7f5cbe3e30f936ac8b1553c2d9435d3ad215265defe2b194d4
Contents?: true
Size: 802 Bytes
Versions: 49
Compression:
Stored size: 802 Bytes
Contents
// // alerts // Extended from Bootstrap // // // Bootstrap Overrides ===================================== // // Allow for a text-decoration since links are the same color as the alert text. .alert-link { text-decoration: $alert-link-text-decoration; } // Color variants // // Using Bootstrap's core alert-variant mixin to generate solid background color + yiq colorized text (and making close/links match those colors) @each $color, $value in $theme-colors { .alert-#{$color} { @include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), color-yiq(theme-color-level($color, $alert-bg-level))); .close, .alert-link { color: color-yiq(theme-color-level($color, $alert-bg-level)); } } }
Version data entries
49 entries across 49 versions & 1 rubygems