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,12 @@
// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}