51 lines
1.1 KiB
CSS
51 lines
1.1 KiB
CSS
.caption {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.captionFontOnly {
|
|
font-style: normal;
|
|
}
|
|
|
|
.bold {
|
|
font-family: var(--typography-Caption-Bold-fontFamily);
|
|
font-size: var(--typography-Caption-Bold-fontSize);
|
|
font-weight: var(--typography-Caption-Bold-fontWeight);
|
|
letter-spacing: var(--typography-Caption-Bold-letterSpacing);
|
|
line-height: var(--typography-Caption-Bold-lineHeight);
|
|
text-decoration: var(--typography-Caption-Bold-textDecoration);
|
|
}
|
|
|
|
.regular {
|
|
font-family: var(--typography-Caption-Regular-fontFamily);
|
|
font-size: var(--typography-Caption-Regular-fontSize);
|
|
font-weight: var(--typography-Caption-Regular-fontWeight);
|
|
letter-spacing: var(--typography-Caption-Regular-letterSpacing);
|
|
line-height: var(--typography-Caption-Regular-lineHeight);
|
|
text-decoration: var(--typography-Caption-Regular-textDecoration);
|
|
}
|
|
|
|
.black {
|
|
color: var(--Main-Grey-100);
|
|
}
|
|
|
|
.burgundy {
|
|
color: var(--Scandic-Brand-Burgundy);
|
|
}
|
|
|
|
.pale {
|
|
color: var(--Scandic-Brand-Pale-Peach);
|
|
}
|
|
|
|
.textMediumContrast {
|
|
color: var(--Base-Text-UI-Medium-contrast);
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
.left {
|
|
text-align: left;
|
|
}
|