Changed class names for card module
This commit is contained in:
parent
1acbdf6c95
commit
069efe1e1d
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
||||||
.bkgBox {
|
.card_bkg {
|
||||||
@extend %full_parent;
|
@extend %full_parent;
|
||||||
transition-duration: 800ms;
|
transition-duration: 800ms;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardBox {
|
.card_box {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue