79 lines
1.8 KiB
CSS
79 lines
1.8 KiB
CSS
.footnote {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.footnoteFontOnly {
|
|
font-style: normal;
|
|
}
|
|
|
|
.bold {
|
|
font-family: var(--typography-Footnote-Bold-fontFamily);
|
|
font-size: var(--typography-Footnote-Bold-fontSize);
|
|
font-weight: var(--typography-Footnote-Bold-fontWeight);
|
|
letter-spacing: var(--typography-Footnote-Bold-letterSpacing);
|
|
line-height: var(--typography-Footnote-Bold-lineHeight);
|
|
text-decoration: var(--typography-Footnote-Bold-textDecoration);
|
|
}
|
|
|
|
.regular {
|
|
font-family: var(--typography-Footnote-Regular-fontFamily);
|
|
font-size: var(--typography-Footnote-Regular-fontSize);
|
|
font-weight: var(--typography-Footnote-Regular-fontWeight);
|
|
letter-spacing: var(--typography-Footnote-Regular-letterSpacing);
|
|
line-height: var(--typography-Footnote-Regular-lineHeight);
|
|
text-decoration: var(--typography-Footnote-Regular-textDecoration);
|
|
}
|
|
|
|
.labels {
|
|
font-family: var(--typography-Footnote-Labels-fontFamily);
|
|
font-size: var(--typography-Footnote-Labels-fontSize);
|
|
font-weight: var(--typography-Footnote-Labels-fontWeight);
|
|
letter-spacing: var(--typography-Footnote-Labels-letterSpacing);
|
|
line-height: var(--typography-Footnote-Labels-lineHeight);
|
|
text-decoration: var(--typography-Footnote-Labels-textDecoration);
|
|
}
|
|
|
|
.uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
.left {
|
|
text-align: left;
|
|
}
|
|
|
|
.black {
|
|
color: var(--Main-Grey-100);
|
|
}
|
|
|
|
.burgundy {
|
|
color: var(--Scandic-Brand-Burgundy);
|
|
}
|
|
|
|
.pale {
|
|
color: var(--Scandic-Brand-Pale-Peach);
|
|
}
|
|
|
|
.peach50 {
|
|
color: var(--Scandic-Peach-50);
|
|
}
|
|
|
|
.uiTextMediumContrast {
|
|
color: var(--UI-Text-Medium-contrast);
|
|
}
|
|
|
|
.uiTextHighContrast {
|
|
color: var(--UI-Text-High-contrast);
|
|
}
|
|
.uiTextPlaceholder {
|
|
color: var(--UI-Text-Placeholder);
|
|
}
|
|
|
|
.white {
|
|
color: var(--Main-Grey-White);
|
|
}
|