Add bootstrap less file

This commit is contained in:
Ben Ogle
2013-09-09 17:19:37 -07:00
parent 5b362a5a34
commit 210fbc6fb1
2 changed files with 33 additions and 0 deletions

14
static/bootstrap.less vendored Normal file
View File

@@ -0,0 +1,14 @@
@import "ui-variables";
.nav {
> li > a {
border-radius: @component-border-radius;
}
> li > a:hover {
background-color: @background-color-highlight;
}
&.nav-pills > li.active > a {
background-color: @background-color-info;
}
}