@kupola/kupola 1.9.4 → 1.9.5
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/css/kupola.css +1 -1
- package/css/theme-dark.css +9 -9
- package/dist/css/kupola.css +1 -1
- package/package.json +1 -1
package/css/kupola.css
CHANGED
package/css/theme-dark.css
CHANGED
|
@@ -291,10 +291,10 @@
|
|
|
291
291
|
--bg-timeline-line: rgba(255, 255, 255, 0.12);
|
|
292
292
|
--bg-timeline-marker: #32F08C;
|
|
293
293
|
|
|
294
|
-
--body-xs-font-size:
|
|
295
|
-
--body-xs-line-height:
|
|
296
|
-
--body-sm-font-size:
|
|
297
|
-
--body-sm-line-height:
|
|
294
|
+
--body-xs-font-size: 11px;
|
|
295
|
+
--body-xs-line-height: 16px;
|
|
296
|
+
--body-sm-font-size: 12px;
|
|
297
|
+
--body-sm-line-height: 18px;
|
|
298
298
|
--body-base-font-size: 13px;
|
|
299
299
|
--body-base-line-height: 20px;
|
|
300
300
|
--body-strong-xs-font-weight: 500;
|
|
@@ -304,14 +304,14 @@
|
|
|
304
304
|
--heading-3xs-font-size: 11px;
|
|
305
305
|
--heading-3xs-line-height: 16px;
|
|
306
306
|
--heading-2xs-font-size: 12px;
|
|
307
|
-
--heading-2xs-line-height:
|
|
307
|
+
--heading-2xs-line-height: 16px;
|
|
308
308
|
--heading-xs-font-size: 13px;
|
|
309
|
-
--heading-xs-line-height:
|
|
310
|
-
--heading-sm-font-size:
|
|
311
|
-
--heading-sm-line-height:
|
|
309
|
+
--heading-xs-line-height: 18px;
|
|
310
|
+
--heading-sm-font-size: 14px;
|
|
311
|
+
--heading-sm-line-height: 20px;
|
|
312
312
|
--heading-base-font-size: 16px;
|
|
313
313
|
--heading-base-line-height: 22px;
|
|
314
|
-
--heading-md-font-size:
|
|
314
|
+
--heading-md-font-size: 18px;
|
|
315
315
|
--heading-md-line-height: 28px;
|
|
316
316
|
--heading-lg-font-size: 24px;
|
|
317
317
|
--heading-lg-line-height: 32px;
|
package/dist/css/kupola.css
CHANGED
package/package.json
CHANGED