Initial Draft
This commit is contained in:
parent
2c15b4051e
commit
d454758450
151 changed files with 53589 additions and 0 deletions
11
scss/bootstrap/scss/mixins/_alert.scss
Normal file
11
scss/bootstrap/scss/mixins/_alert.scss
Normal file
|
@ -0,0 +1,11 @@
|
|||
// scss-docs-start alert-variant-mixin
|
||||
@mixin alert-variant($background, $border, $color) {
|
||||
color: $color;
|
||||
@include gradient-bg($background);
|
||||
border-color: $border;
|
||||
|
||||
.alert-link {
|
||||
color: shade-color($color, 20%);
|
||||
}
|
||||
}
|
||||
// scss-docs-end alert-variant-mixin
|
Loading…
Add table
Add a link
Reference in a new issue