Kinda better displaying.
This commit is contained in:
parent
9943dfc4c9
commit
0f2f09d530
@ -21,10 +21,19 @@ export default {
|
|||||||
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
|
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card.red {
|
.card.red {
|
||||||
background: red;
|
background: #AC0C0C;
|
||||||
|
color: #FF7474;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card:not(.red) {
|
||||||
|
background: #7B7474;
|
||||||
|
color: #FCFBFB;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user