feat(WEB-304): remaning UI from design system primitives
This commit is contained in:
@@ -1,104 +1,23 @@
|
||||
.container {
|
||||
display: grid;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
.cardContainer {
|
||||
display: grid;
|
||||
gap: 0.4rem;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
margin: 0;
|
||||
font-size: 2rem;
|
||||
gap: var(--Spacing-x7);
|
||||
}
|
||||
|
||||
.card {
|
||||
text-decoration: none;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1 0 0;
|
||||
align-self: stretch;
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
align-items: center;
|
||||
background-color: var(--Scandic-Brand-Burgundy);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cardInner {
|
||||
border-radius: var(--Corner-radius-Small);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: var(--Spacing-x3) var(--Spacing-x3) var(--Spacing-x7);
|
||||
gap: var(--Spacing-x2);
|
||||
align-self: stretch;
|
||||
}
|
||||
|
||||
.mainContentContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: var(--Spacing-x1);
|
||||
align-self: stretch;
|
||||
}
|
||||
|
||||
/* TODO: Remove once we have the "Chip" (badge?) component. */
|
||||
.chip {
|
||||
background-color: var(--Scandic-Red-90) !important;
|
||||
color: var(--Scandic-Peach-50) !important;
|
||||
padding: var(--Spacing-x-half) var(--Spacing-x1) !important;
|
||||
font-size: 12px !important;
|
||||
height: 22px !important;
|
||||
padding: var(--Spacing-x3) var(--Spacing-x3) var(--Spacing-x7);
|
||||
}
|
||||
|
||||
.level {
|
||||
text-align: center;
|
||||
font-family: var(--typography-Script-2-fontFamily);
|
||||
font-size: var(--typography-Script-2-Mobile-fontSize);
|
||||
font-weight: var(--typography-Script-2-fontWeight);
|
||||
line-height: var(--typography-Script-2-lineHeight);
|
||||
letter-spacing: 0.4px;
|
||||
color: var(--Scandic-Peach-50);
|
||||
transform: rotate(-2deg);
|
||||
}
|
||||
|
||||
.cardSubtitle {
|
||||
color: var(--Scandic-Brand-Pale-Peach);
|
||||
font-family: var(--typography-Title-5-fontFamily);
|
||||
font-size: var(--typography-Title-5-Mobile-fontSize);
|
||||
font-weight: 500;
|
||||
line-height: var(--typography-Title-5-lineHeight);
|
||||
/* TODO: I presume the actual text-transform value should be: var(--typography-Title-5-textCase);
|
||||
* - verify why we return "upper" and not uppercase.
|
||||
* */
|
||||
margin: 0;
|
||||
text-transform: uppercase;
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
.buttonContainer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 950px) {
|
||||
.cardContainer {
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
}
|
||||
|
||||
.level {
|
||||
font-size: var(--typography-Script-2-Desktop-fontSize);
|
||||
letter-spacing: 0.48px;
|
||||
}
|
||||
|
||||
.cardSubtitle {
|
||||
font-size: var(--typography-Title-5-fontSize);
|
||||
}
|
||||
.level {
|
||||
font-size: var(--typography-Script-2-fontSize);
|
||||
}
|
||||
}
|
||||
.link {
|
||||
justify-self: center;
|
||||
}
|
||||
Reference in New Issue
Block a user