Co-authored-by: Vadim Smirnov <smirnou.vadzim@gmail.com> Co-authored-by: zakariasaad <zakaria.elas@gmail.com> Co-authored-by: Vilfred Sikker <vilfredsikker@gmail.com> Co-authored-by: Kasper <kasper@medusa-commerce.com> Co-authored-by: Sebastian Rindom <skrindom@gmail.com> Co-authored-by: Kasper Fabricius Kristensen <45367945+kasperkristensen@users.noreply.github.com>
19 lines
285 B
CSS
19 lines
285 B
CSS
.card {
|
|
background-color: var(--ifm-medusa-gray);
|
|
min-height: 257px;
|
|
border-radius: 5px;
|
|
padding: 20px 13px;
|
|
height: 100%;
|
|
}
|
|
|
|
.cardContent {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.cardContent p {
|
|
font-size: 18px;
|
|
}
|