fix: use correct custom properties
This commit is contained in:
@@ -9,14 +9,13 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: var(--Spacing-x1);
|
top: var(--Spacing-x1);
|
||||||
left: var(--Spacing-x1);
|
left: var(--Spacing-x1);
|
||||||
background-color: var(--Scandic-Blue-100);
|
background-color: var(--Tertiary-Dark-Surface-Hover);
|
||||||
padding: var(--Spacing-x-half) var(--Spacing-x1);
|
padding: var(--Spacing-x-half) var(--Spacing-x1);
|
||||||
border-radius: var(--Corner-radius-Medium);
|
border-radius: var(--Corner-radius-Medium);
|
||||||
color: var(--Tertiary-Dark-On-Surface-Text);
|
color: var(--Tertiary-Dark-On-Surface-Text);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: var(--typography-Title-5-fontFamily);
|
font-size: var(--typography-Chip-fontSize-Placeholder);
|
||||||
font-size: var(--typography-Footnote-Regular-fontSize);
|
font-weight: 400;
|
||||||
font-weight: var(--typography-Footnote-Regular-fontWeight);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.imageCount {
|
.imageCount {
|
||||||
|
|||||||
Reference in New Issue
Block a user