feat: implement ui on benefits card
This commit is contained in:
@@ -19,3 +19,27 @@
|
||||
min-height: 280px;
|
||||
padding: var(--Spacing-x3);
|
||||
}
|
||||
|
||||
.card {
|
||||
align-items: center;
|
||||
background-color: var(--Base-Background-Primary-Normal, #faf6f2);
|
||||
border: 1px solid var(--Base-Border-Subtle, #e3d9d1);
|
||||
border-radius: var(--Medium, 8px);
|
||||
color: var(--Theme-Primary-Light-On-Surface-Text);
|
||||
display: flex;
|
||||
flex: 1 1 0px;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
justify-content: center;
|
||||
min-height: 280px;
|
||||
padding: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.preTitle {
|
||||
font-family: var(--typography-Script-2-fontFamily);
|
||||
font-size: var(--typography-Script-2-fontSize);
|
||||
font-weight: var(--typography-Script-2-fontWeight);
|
||||
color: var(--Primary-Light-On-Surface-Accent, #b05b65);
|
||||
transform: rotate(-3deg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user