Kinda better displaying.

This commit is contained in:
aminecmi 2021-10-30 20:29:14 +02:00
parent 9943dfc4c9
commit 0f2f09d530

View File

@ -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>