fix: resolve more git conflicts after resbase
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: var(--x1, 8px);
|
gap: var(--Spacing-x1);
|
||||||
align-self: stretch;
|
align-self: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -51,14 +51,17 @@
|
|||||||
.chip {
|
.chip {
|
||||||
background-color: var(--Scandic-Red-90) !important;
|
background-color: var(--Scandic-Red-90) !important;
|
||||||
color: var(--Scandic-Peach-50) !important;
|
color: var(--Scandic-Peach-50) !important;
|
||||||
|
padding: var(--Spacing-x-half) var(--Spacing-x1) !important;
|
||||||
|
font-size: 12px !important;
|
||||||
|
height: 22px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.level {
|
.level {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: var(--typography-Script-2-fontFamily);
|
font-family: var(--typography-Script-2-fontFamily);
|
||||||
font-size: 20px;
|
font-size: var(--typography-Script-2-Mobile-fontSize);
|
||||||
font-weight: var(--typography-Script-2-fontWeight);
|
font-weight: var(--typography-Script-2-fontWeight);
|
||||||
line-height: 110%;
|
line-height: var(--typography-Script-2-lineHeight);
|
||||||
letter-spacing: 0.4px;
|
letter-spacing: 0.4px;
|
||||||
color: var(--Scandic-Peach-50);
|
color: var(--Scandic-Peach-50);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user