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 {
|
||||
align-items: center;
|
||||
background-color: var(--UI-Grey-10);
|
||||
border-radius: var(--Corner-radius-Small);
|
||||
background-color: var(--Base-Background-Normal);
|
||||
border: 1px solid var(--Base-Border-Subtle);
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--Spacing-x1);
|
||||
justify-content: center;
|
||||
padding: var(--Spacing-x7) var(--Spacing-x3);
|
||||
min-height: 280px;
|
||||
padding: var(--Spacing-x3);
|
||||
padding: var(--Spacing-x7) var(--Spacing-x3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user