Files
Frank John Begornia 562f03488a Initial Commit
2019-03-06 20:32:31 +08:00

15 lines
257 B
Plaintext
Vendored

// Alerts
.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%);
}
}