Update _cards.scss

This commit is contained in:
Leslie 2015-11-26 13:33:54 +00:00
parent beb11714dd
commit c050d1e2e4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// Card variants
@mixin card-variant($color) {
background-color: $color;
border-color: $color;
background-color: $color;
border-color: $color;
}