@total_onion/onion-library 2.0.141 → 2.0.142
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.
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
font-size: core-functions-v3.fontSize(80);
|
|
17
17
|
font-weight: 500;
|
|
18
18
|
text-transform: uppercase;
|
|
19
|
+
text-box-edge: cap alphabetic;
|
|
20
|
+
text-box-trim: trim-both;
|
|
19
21
|
|
|
20
22
|
@include core-mixins-v3.device(breakpoints.$tabPortrait) {
|
|
21
23
|
font-size: core-functions-v3.fontSize(160);
|
|
@@ -290,6 +292,8 @@
|
|
|
290
292
|
font-weight: 500;
|
|
291
293
|
text-transform: uppercase;
|
|
292
294
|
padding-block: core-functions-v3.fluidSize(10);
|
|
295
|
+
text-box-edge: cap alphabetic;
|
|
296
|
+
text-box-trim: trim-both;
|
|
293
297
|
|
|
294
298
|
@include core-mixins-v3.device(breakpoints.$tabPortrait) {
|
|
295
299
|
padding-block: core-functions-v3.fluidSize(40);
|