@drivy/cobalt 2.16.2 → 2.16.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/styles/core/text.scss +6 -0
package/package.json
CHANGED
package/styles/core/text.scss
CHANGED
|
@@ -100,6 +100,12 @@
|
|
|
100
100
|
line-height: 1.25rem;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
+
@mixin c-text-body-xs {
|
|
104
|
+
font-family: BlinkMacSystemFont,-apple-system,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
|
|
105
|
+
font-size: 0.75rem;
|
|
106
|
+
line-height: 1rem;
|
|
107
|
+
}
|
|
108
|
+
|
|
103
109
|
@mixin c-text-section-heading {
|
|
104
110
|
font-family: BrownPro,BlinkMacSystemFont,-apple-system,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
|
|
105
111
|
font-size: 0.875rem;
|