2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

moving forms, labels and list-group to variables.less

This commit is contained in:
syed
2013-07-20 13:38:27 +05:00
parent 1683e6767a
commit 330f40c864
4 changed files with 18 additions and 8 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
font-size: 75%;
font-weight: 500;
line-height: 1;
color: #fff;
color: @label-color;
text-align: center;
white-space: nowrap;
vertical-align: middle;
@@ -19,7 +19,7 @@
&[href] {
&:hover,
&:focus {
color: #fff;
color: @label-link-hover-color;
text-decoration: none;
cursor: pointer;
background-color: darken(@gray-light, 10%);