renamed blue_link var to primary_color

This commit is contained in:
Koen Punt 2012-11-25 20:03:14 +01:00
parent df0bd0c212
commit d7e9eda24d
6 changed files with 9 additions and 10 deletions

View file

@ -14,7 +14,7 @@
color: #fff;
text-shadow: 0 1px 1px #268;
&:hover {
background: $blue_link;
background: $primary_color;
color: #fff;
}
@ -26,11 +26,11 @@
&.btn-info {
background: #5aB9C3;
border-color: $blue_link;
border-color: $primary_color;
color: #fff;
text-shadow: 0 1px 1px #268;
&:hover {
background: $blue_link;
background: $primary_color;
color: #fff;
}