Style cards

This commit is contained in:
Madison Scott-Clary
2017-09-06 14:27:19 -06:00
parent c99d4f846f
commit ce46d6cde2
2 changed files with 5 additions and 2 deletions

View File

@ -12,11 +12,14 @@
opacity: 0.9;
}
& .light-gray {
background-color: $light-gray;
background-color: $lighten-gray;
}
& .light-purple {
background-color: $light-purple;
}
& .light-pink {
background-color: $light-pink;
}
}
}