@castlabs/ui 8.1.1 → 8.2.0
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/dist/castlabs-ui.common.js +3 -3
- package/dist/castlabs-ui.common.js.map +1 -1
- package/dist/castlabs-ui.core.js +32 -1
- package/dist/castlabs-ui.css +1 -1
- package/dist/castlabs-ui.module.js +32 -1
- package/dist/castlabs-ui.umd.js +4 -4
- package/dist/castlabs-ui.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/styles/abstracts/typography.scss +7 -2
- package/src/styles/layout/meta.scss +1 -1
package/package.json
CHANGED
|
@@ -273,7 +273,7 @@ $typography-responsive-scale: 0.8;
|
|
|
273
273
|
400,
|
|
274
274
|
px($font-size),
|
|
275
275
|
px(25),
|
|
276
|
-
0,
|
|
276
|
+
0.125,
|
|
277
277
|
100%,
|
|
278
278
|
-0.1em
|
|
279
279
|
);
|
|
@@ -311,7 +311,7 @@ $typography-responsive-scale: 0.8;
|
|
|
311
311
|
400,
|
|
312
312
|
px(14),
|
|
313
313
|
px(14 * $typography-sans-line-height),
|
|
314
|
-
0.
|
|
314
|
+
0.25,
|
|
315
315
|
100%,
|
|
316
316
|
-0.1em
|
|
317
317
|
);
|
|
@@ -321,6 +321,11 @@ $typography-responsive-scale: 0.8;
|
|
|
321
321
|
font-weight: 700;
|
|
322
322
|
}
|
|
323
323
|
|
|
324
|
+
code,
|
|
325
|
+
pre {
|
|
326
|
+
font-size: 1em;
|
|
327
|
+
}
|
|
328
|
+
|
|
324
329
|
.cl-btn-a {
|
|
325
330
|
@include cl-btn-a(21);
|
|
326
331
|
}
|