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