10 lines
358 B
CSS
10 lines
358 B
CSS
.label {
|
|
color: var(--Scandic-Brand-Pale-Peach);
|
|
font-family: var(--typography-Body-Regular-fontFamily);
|
|
font-size: var(--typography-Body-Regular-fontSize);
|
|
font-weight: var(--typography-Body-Regular-fontWeight);
|
|
letter-spacing: var(--typography-Body-Regular-letterSpacing);
|
|
line-height: var(--typography-Body-Regular-lineHeight);
|
|
margin: 0;
|
|
}
|