@stackoverflow/stacks 3.0.0-beta.11 → 3.0.0-beta.12
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/css/stacks.css +13 -0
- package/dist/css/stacks.min.css +1 -1
- package/lib/atomic/typography.less +52 -13
- package/package.json +1 -1
package/dist/css/stacks.css
CHANGED
|
@@ -15428,42 +15428,55 @@ p {
|
|
|
15428
15428
|
}
|
|
15429
15429
|
.fs-display4 {
|
|
15430
15430
|
font-size: var(--fs-display4) !important;
|
|
15431
|
+
line-height: 1.18;
|
|
15431
15432
|
}
|
|
15432
15433
|
.fs-display3 {
|
|
15433
15434
|
font-size: var(--fs-display3) !important;
|
|
15435
|
+
line-height: 1.2;
|
|
15434
15436
|
}
|
|
15435
15437
|
.fs-display2 {
|
|
15436
15438
|
font-size: var(--fs-display2) !important;
|
|
15439
|
+
line-height: 1.28;
|
|
15437
15440
|
}
|
|
15438
15441
|
.fs-display1 {
|
|
15439
15442
|
font-size: var(--fs-display1) !important;
|
|
15443
|
+
line-height: 1.34;
|
|
15440
15444
|
}
|
|
15441
15445
|
.fs-headline2 {
|
|
15442
15446
|
font-size: var(--fs-headline2) !important;
|
|
15447
|
+
line-height: 1.4;
|
|
15443
15448
|
}
|
|
15444
15449
|
.fs-headline1 {
|
|
15445
15450
|
font-size: var(--fs-headline1) !important;
|
|
15451
|
+
line-height: 1.4;
|
|
15446
15452
|
}
|
|
15447
15453
|
.fs-title {
|
|
15448
15454
|
font-size: var(--fs-title) !important;
|
|
15455
|
+
line-height: 1.4;
|
|
15449
15456
|
}
|
|
15450
15457
|
.fs-subheading {
|
|
15451
15458
|
font-size: var(--fs-subheading) !important;
|
|
15459
|
+
line-height: 1.4;
|
|
15452
15460
|
}
|
|
15453
15461
|
.fs-body3 {
|
|
15454
15462
|
font-size: var(--fs-body3) !important;
|
|
15463
|
+
line-height: 1.4;
|
|
15455
15464
|
}
|
|
15456
15465
|
.fs-body2 {
|
|
15457
15466
|
font-size: var(--fs-body2) !important;
|
|
15467
|
+
line-height: 1.4;
|
|
15458
15468
|
}
|
|
15459
15469
|
.fs-body1 {
|
|
15460
15470
|
font-size: var(--fs-body1) !important;
|
|
15471
|
+
line-height: 1.4;
|
|
15461
15472
|
}
|
|
15462
15473
|
.fs-caption {
|
|
15463
15474
|
font-size: var(--fs-caption) !important;
|
|
15475
|
+
line-height: 1.4;
|
|
15464
15476
|
}
|
|
15465
15477
|
.fs-fine {
|
|
15466
15478
|
font-size: var(--fs-fine) !important;
|
|
15479
|
+
line-height: 1.36;
|
|
15467
15480
|
}
|
|
15468
15481
|
@media (max-width: 640px) {
|
|
15469
15482
|
html .fs-display4 {
|