fix: resolve more git conflicts after resbase
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: var(--x1, 8px);
|
||||
gap: var(--Spacing-x1);
|
||||
align-self: stretch;
|
||||
}
|
||||
|
||||
@@ -51,14 +51,17 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
.level {
|
||||
text-align: center;
|
||||
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);
|
||||
line-height: 110%;
|
||||
line-height: var(--typography-Script-2-lineHeight);
|
||||
letter-spacing: 0.4px;
|
||||
color: var(--Scandic-Peach-50);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user