Merged in WEB-299-benefits-overview-page (pull request #230)
feat/WEB-299-benefits-overview-page Approved-by: Simon.Emanuelsson
This commit is contained in:
@@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
.card {
|
.card {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: var(--UI-Grey-10);
|
background-color: var(--Base-Background-Normal);
|
||||||
border-radius: var(--Corner-radius-Small);
|
border: 1px solid var(--Base-Border-Subtle);
|
||||||
|
border-radius: var(--Corner-radius-Medium);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--Spacing-x1);
|
gap: var(--Spacing-x1);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: var(--Spacing-x7) var(--Spacing-x3);
|
|
||||||
min-height: 280px;
|
min-height: 280px;
|
||||||
padding: var(--Spacing-x3);
|
padding: var(--Spacing-x7) var(--Spacing-x3);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user