oscar template: generate bootstrap.min.css from source

This commit is contained in:
Thomas Pointhuber 2014-09-29 10:00:24 +02:00
parent 14b0604bc0
commit 841f1eedfc
74 changed files with 9169 additions and 5 deletions

View file

@ -0,0 +1,14 @@
// 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%);
}
}