1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-25 18:57:14 +02:00
invoiceninja/resources/assets/less/bootstrap/mixins/alerts.less

15 lines
257 B
Plaintext
Raw Normal View History

2015-03-12 01:44:39 +01:00
// 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%);
}
}