File "_alerts.scss"
Full path: E:/sites/Single15/tinmung2007/webroot/lich nam B/sass/bootstrap/mixins/_alerts.scss
File size: 263 B
MIME-type:
Charset: utf-8
// Alerts
@mixin alert-variant($background, $border, $text-color) {
background-color: $background;
border-color: $border;
color: $text-color;
hr {
border-top-color: darken($border, 5%);
}
.alert-link {
color: darken($text-color, 10%);
}
}