Fresh L5 installation.

This commit is contained in:
James Cole
2015-02-06 04:39:52 +01:00
parent d16015d625
commit df165a817c
151 changed files with 20613 additions and 1 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%);
}
}