feat(WEB-250): overview hero final ui
This commit is contained in:
5
components/MyPages/Blocks/Overview/Stats/Label/index.tsx
Normal file
5
components/MyPages/Blocks/Overview/Stats/Label/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import styles from "./label.module.css"
|
||||
|
||||
export default function Label({ children }: React.PropsWithChildren) {
|
||||
return <span className={styles.label}>{children}</span>
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user