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

@ -374,12 +374,12 @@ p.time {
height: 100%;
}
.bar-success {
@include linear-gradient(#62C462, #51A351);
background-color: #468847;
@include bg-gradient(#62C462, #51A351);
}
.bar-danger {
@include linear-gradient(#EE5F5B, #BD362F);
background-color: #B94A48;
@include bg-gradient(#EE5F5B, #BD362F);
}
}
.upvotes {