ui/typography: add missing label xxs
This commit is contained in:
@@ -67,6 +67,12 @@
|
|||||||
line-height: normal;
|
line-height: normal;
|
||||||
letter-spacing: 0.008125rem;
|
letter-spacing: 0.008125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.size-xxs {
|
||||||
|
font-size: 0.75rem;
|
||||||
|
line-height: 1;
|
||||||
|
/* letter-spacing: 0.008125rem; */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.family-mono {
|
&.family-mono {
|
||||||
@@ -89,6 +95,11 @@
|
|||||||
line-height: normal;
|
line-height: normal;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
&.size-xxs {
|
||||||
|
font-size: 0.75rem;
|
||||||
|
line-height: 1;
|
||||||
|
/* letter-spacing: 0.008125rem; */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user