source:
Application/ocrent/wwwroot/lib/bootstrap/scss/mixins/_alert.scss
Last change on this file was f5f7c24, checked in by , 17 months ago | |
---|---|
|
|
File size: 393 bytes |
Line | |
---|---|
1 | // scss-docs-start alert-variant-mixin |
2 | @mixin alert-variant($background, $border, $color) { |
3 | --#{$prefix}alert-color: #{$color}; |
4 | --#{$prefix}alert-bg: #{$background}; |
5 | --#{$prefix}alert-border-color: #{$border}; |
6 | |
7 | @if $enable-gradients { |
8 | background-image: var(--#{$prefix}gradient); |
9 | } |
10 | |
11 | .alert-link { |
12 | color: shade-color($color, 20%); |
13 | } |
14 | } |
15 | // scss-docs-end alert-variant-mixin |
Note:
See TracBrowser
for help on using the repository browser.