Removed bg-gradient, now directly using linear-gradient

This commit is contained in:
Koen Punt 2012-11-25 19:25:33 +01:00
parent 81175073a0
commit df0bd0c212
3 changed files with 4 additions and 8 deletions

View file

@ -1,5 +1,5 @@
.btn {
@include bg-gradient(#f7f7f7, #d5d5d5);
@include linear-gradient(#f7f7f7, #d5d5d5);
border-color: #aaa;
&:hover {
@include bg-gray-gradient;
@ -9,7 +9,7 @@
&.primary {
background: #2a79A3;
@include bg-gradient(#47A7b7, #2585b5);
@include linear-gradient(#47A7b7, #2585b5);
border-color: #2A79A3;
color: #fff;
text-shadow: 0 1px 1px #268;