Changed class names for card module

This commit is contained in:
Stephan 2019-03-24 10:17:05 +01:00
parent 1acbdf6c95
commit 069efe1e1d

View file

@ -6,7 +6,7 @@
body {
.bkgBox {
.card_bkg {
@extend %full_parent;
transition-duration: 800ms;
overflow: hidden;
@ -18,7 +18,7 @@
}
}
.cardBox {
.card_box {
display: flex;
align-items: center;
justify-content: center;