admin theme manager
This commit is contained in:
13
resources/custom/scss/bootstrap/mixins/_alert.scss
Executable file
13
resources/custom/scss/bootstrap/mixins/_alert.scss
Executable file
@ -0,0 +1,13 @@
|
||||
@mixin alert-variant($background, $border, $color) {
|
||||
color: $color;
|
||||
@include gradient-bg($background);
|
||||
border-color: $border;
|
||||
|
||||
hr {
|
||||
border-top-color: darken($border, 5%);
|
||||
}
|
||||
|
||||
.alert-link {
|
||||
color: darken($color, 10%);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user