@total_onion/onion-library 1.0.82 → 1.0.84
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/components/block-post-info-v3/post-info-v3.scss +16 -17
- package/components/block-section-separator-v3/section-separator-v3.scss +11 -9
- package/components/block-single-responsive-image-v3/single-responsive-image-v3.scss +0 -2
- package/components/block-standard-content-v3/standard-content-v3.scss +0 -1
- package/components/block-sub-group-container-v3/sub-group-container-v3.scss +6 -12
- package/components/component-animations-v3/animations-v3.scss +117 -0
- package/components/component-content-container-settings-v3/content-container-settings-v3.scss +13 -13
- package/components/component-element-positioning-v3/element-positioning-v3.scss +2 -3
- package/components/component-grid-layout-container-v3/grid-layout-container-v3.scss +5 -5
- package/components/component-grid-layout-element-v3/grid-layout-element-v3.scss +25 -0
- package/components/component-text-editor-settings-element-classes-v3/text-editor-settings-element-classes-v3.twig +4 -1
- package/components/component-text-editor-settings-v3/group_687a4e2334e37.json +26 -11
- package/components/fields-animations-v3/animations-v3.scss +121 -0
- package/components/fields-core-critical-v3/core-critical-v3.scss +5 -5
- package/components/fields-core-css-sizing-vars-v3/core-css-sizing-vars-v3.scss +20 -86
- package/components/fields-core-mixins-v3/core-mixins-v3.scss +1563 -1759
- package/components/fields-core-typography-mixins-v3/core-typography-mixins-v3.scss +988 -0
- package/components/fields-core-typography-v3/core-typography-v3.php +53 -53
- package/components/fields-core-typography-v3/core-typography-v3.scss +445 -166
- package/package.json +1 -1
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
@use 'Assets/scss/modules/library-modules/core-mixins-v3/core-mixins-v3';
|
|
2
|
+
@use 'Assets/scss/modules/library-modules/core-typography-mixins-v3/core-typography-mixins-v3';
|
|
3
|
+
@use 'Assets/scss/modules/library-modules/core-functions-v3/core-functions-v3';
|
|
4
|
+
@use 'Assets/scss/theme/breakpoints';
|
|
2
5
|
@use 'sass:math';
|
|
3
6
|
|
|
4
7
|
/* Box sizing rules */
|
|
@@ -10,7 +13,7 @@
|
|
|
10
13
|
|
|
11
14
|
//***** TYPOGRAPHY *****\\
|
|
12
15
|
body {
|
|
13
|
-
@include core-mixins-v3.fontSecondary();
|
|
16
|
+
@include core-typography-mixins-v3.fontSecondary();
|
|
14
17
|
}
|
|
15
18
|
|
|
16
19
|
h1,
|
|
@@ -21,7 +24,7 @@ h5,
|
|
|
21
24
|
h6 {
|
|
22
25
|
margin: 0; //reset default margin
|
|
23
26
|
font-weight: unset; //reset default font weight
|
|
24
|
-
@include core-mixins-v3.fontPrimary();
|
|
27
|
+
@include core-typography-mixins-v3.fontPrimary();
|
|
25
28
|
margin-top: unset;
|
|
26
29
|
}
|
|
27
30
|
.override-element-styles {
|
|
@@ -57,141 +60,141 @@ h6 {
|
|
|
57
60
|
}
|
|
58
61
|
}
|
|
59
62
|
|
|
60
|
-
h1 {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
h2 {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
h3 {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
h4 {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
h5 {
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
h6 {
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.sh1-sizing {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.sh2-sizing {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.sh3-sizing {
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.sh4-sizing {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.sh5-sizing {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.sh6-sizing {
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
}
|
|
63
|
+
// // h1 {
|
|
64
|
+
// // @include core-mixins-v3.h1();
|
|
65
|
+
|
|
66
|
+
// // &:has(.font-tertiary) {
|
|
67
|
+
// // line-height: calc(
|
|
68
|
+
// // var(--h1-line-height) *
|
|
69
|
+
// // var(--global-line-height-multiplier-tertiary)
|
|
70
|
+
// // );
|
|
71
|
+
// // }
|
|
72
|
+
// // }
|
|
73
|
+
|
|
74
|
+
// // h2 {
|
|
75
|
+
// // @include core-mixins-v3.h2();
|
|
76
|
+
|
|
77
|
+
// // &:has(.font-tertiary) {
|
|
78
|
+
// // line-height: calc(
|
|
79
|
+
// // var(--h2-line-height) *
|
|
80
|
+
// // var(--global-line-height-multiplier-tertiary)
|
|
81
|
+
// // );
|
|
82
|
+
// // }
|
|
83
|
+
// // }
|
|
84
|
+
|
|
85
|
+
// // h3 {
|
|
86
|
+
// // @include core-mixins-v3.h3();
|
|
87
|
+
|
|
88
|
+
// // &:has(.font-tertiary) {
|
|
89
|
+
// // line-height: calc(
|
|
90
|
+
// // var(--h3-line-height) *
|
|
91
|
+
// // var(--global-line-height-multiplier-tertiary)
|
|
92
|
+
// // );
|
|
93
|
+
// // }
|
|
94
|
+
// // }
|
|
95
|
+
|
|
96
|
+
// // h4 {
|
|
97
|
+
// // @include core-mixins-v3.h4();
|
|
98
|
+
|
|
99
|
+
// // &:has(.font-tertiary) {
|
|
100
|
+
// // line-height: calc(
|
|
101
|
+
// // var(--h4-line-height) *
|
|
102
|
+
// // var(--global-line-height-multiplier-tertiary)
|
|
103
|
+
// // );
|
|
104
|
+
// // }
|
|
105
|
+
// // }
|
|
106
|
+
|
|
107
|
+
// // h5 {
|
|
108
|
+
// // @include core-mixins-v3.h5();
|
|
109
|
+
|
|
110
|
+
// // &:has(.font-tertiary) {
|
|
111
|
+
// // line-height: calc(
|
|
112
|
+
// // var(--h5-line-height) *
|
|
113
|
+
// // var(--global-line-height-multiplier-tertiary)
|
|
114
|
+
// // );
|
|
115
|
+
// // }
|
|
116
|
+
// // }
|
|
117
|
+
|
|
118
|
+
// // h6 {
|
|
119
|
+
// // @include core-mixins-v3.h6();
|
|
120
|
+
|
|
121
|
+
// // &:has(.font-tertiary) {
|
|
122
|
+
// // line-height: calc(
|
|
123
|
+
// // var(--h6-line-height) *
|
|
124
|
+
// // var(--global-line-height-multiplier-tertiary)
|
|
125
|
+
// // );
|
|
126
|
+
// // }
|
|
127
|
+
// // }
|
|
128
|
+
|
|
129
|
+
// // .sh1-sizing {
|
|
130
|
+
// // @include core-mixins-v3.sh1();
|
|
131
|
+
|
|
132
|
+
// // &:has(.font-tertiary) {
|
|
133
|
+
// // line-height: calc(
|
|
134
|
+
// // var(--sh1-line-height) *
|
|
135
|
+
// // var(--global-line-height-multiplier-tertiary)
|
|
136
|
+
// // );
|
|
137
|
+
// // }
|
|
138
|
+
// // }
|
|
139
|
+
|
|
140
|
+
// // .sh2-sizing {
|
|
141
|
+
// // @include core-mixins-v3.sh2();
|
|
142
|
+
|
|
143
|
+
// // &:has(.font-tertiary) {
|
|
144
|
+
// // line-height: calc(
|
|
145
|
+
// // var(--h2-line-height) *
|
|
146
|
+
// // var(--global-line-height-multiplier-tertiary)
|
|
147
|
+
// // );
|
|
148
|
+
// // }
|
|
149
|
+
// // }
|
|
150
|
+
|
|
151
|
+
// // .sh3-sizing {
|
|
152
|
+
// // @include core-mixins-v3.sh3();
|
|
153
|
+
|
|
154
|
+
// // &:has(.font-tertiary) {
|
|
155
|
+
// // line-height: calc(
|
|
156
|
+
// // var(--sh3-line-height) *
|
|
157
|
+
// // var(--global-line-height-multiplier-tertiary)
|
|
158
|
+
// // );
|
|
159
|
+
// // }
|
|
160
|
+
// // }
|
|
161
|
+
|
|
162
|
+
// // .sh4-sizing {
|
|
163
|
+
// // @include core-mixins-v3.sh4();
|
|
164
|
+
|
|
165
|
+
// // &:has(.font-tertiary) {
|
|
166
|
+
// // line-height: calc(
|
|
167
|
+
// // var(--sh4-line-height) *
|
|
168
|
+
// // var(--global-line-height-multiplier-tertiary)
|
|
169
|
+
// // );
|
|
170
|
+
// // }
|
|
171
|
+
// // }
|
|
172
|
+
|
|
173
|
+
// // .sh5-sizing {
|
|
174
|
+
// // @include core-mixins-v3.sh5();
|
|
175
|
+
|
|
176
|
+
// // &:has(.font-tertiary) {
|
|
177
|
+
// // line-height: calc(
|
|
178
|
+
// // var(--sh5-line-height) *
|
|
179
|
+
// // var(--global-line-height-multiplier-tertiary)
|
|
180
|
+
// // );
|
|
181
|
+
// // }
|
|
182
|
+
// // }
|
|
183
|
+
|
|
184
|
+
// // .sh6-sizing {
|
|
185
|
+
// // @include core-mixins-v3.sh6();
|
|
186
|
+
|
|
187
|
+
// // &:has(.font-tertiary) {
|
|
188
|
+
// // line-height: calc(
|
|
189
|
+
// // var(--sh6-line-height) *
|
|
190
|
+
// // var(--global-line-height-multiplier-tertiary)
|
|
191
|
+
// // );
|
|
192
|
+
// // }
|
|
193
|
+
// // }
|
|
191
194
|
|
|
192
195
|
p {
|
|
193
196
|
margin: 0; //reset default margin
|
|
194
|
-
@include core-mixins-v3.p();
|
|
197
|
+
@include core-typography-mixins-v3.p();
|
|
195
198
|
}
|
|
196
199
|
|
|
197
200
|
a:not([class*='cmpl-cta-style-']) {
|
|
@@ -258,7 +261,7 @@ ul {
|
|
|
258
261
|
list-style-type: disc;
|
|
259
262
|
}
|
|
260
263
|
li {
|
|
261
|
-
@include core-mixins-v3.p
|
|
264
|
+
@include core-typography-mixins-v3.p();
|
|
262
265
|
}
|
|
263
266
|
ol {
|
|
264
267
|
padding: 0; //reset default padding
|
|
@@ -279,95 +282,371 @@ ol {
|
|
|
279
282
|
}
|
|
280
283
|
}
|
|
281
284
|
.font-primary {
|
|
282
|
-
@include core-mixins-v3.fontPrimary();
|
|
285
|
+
@include core-typography-mixins-v3.fontPrimary();
|
|
283
286
|
}
|
|
284
287
|
.font-secondary {
|
|
285
|
-
@include core-mixins-v3.fontSecondary();
|
|
288
|
+
@include core-typography-mixins-v3.fontSecondary();
|
|
286
289
|
}
|
|
287
290
|
.font-tertiary {
|
|
288
|
-
@include core-mixins-v3.fontTertiary();
|
|
291
|
+
@include core-typography-mixins-v3.fontTertiary();
|
|
289
292
|
}
|
|
290
293
|
.font-quaternary {
|
|
291
|
-
@include core-mixins-v3.fontQuaternary();
|
|
294
|
+
@include core-typography-mixins-v3.fontQuaternary();
|
|
292
295
|
}
|
|
293
296
|
.h1-l-sizing,
|
|
294
297
|
.h-extra-large {
|
|
295
|
-
@include core-mixins-v3.h-
|
|
298
|
+
@include core-typography-mixins-v3.h-xl();
|
|
299
|
+
&-mobile {
|
|
300
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
301
|
+
@include core-typography-mixins-v3.h-xl-size();
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
&-portrait {
|
|
305
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
306
|
+
@include core-typography-mixins-v3.h-xl-size();
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
&-desktop {
|
|
310
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
311
|
+
@include core-typography-mixins-v3.h-xl-size();
|
|
312
|
+
}
|
|
313
|
+
}
|
|
296
314
|
}
|
|
297
315
|
.h1-sizing,
|
|
298
316
|
.h-large {
|
|
299
|
-
@include core-mixins-v3.h-
|
|
317
|
+
@include core-typography-mixins-v3.h-l();
|
|
318
|
+
&-mobile {
|
|
319
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
320
|
+
@include core-typography-mixins-v3.h-l-size();
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
&-portrait {
|
|
324
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
325
|
+
@include core-typography-mixins-v3.h-l-size();
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
&-desktop {
|
|
329
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
330
|
+
@include core-typography-mixins-v3.h-l-size();
|
|
331
|
+
}
|
|
332
|
+
}
|
|
300
333
|
}
|
|
301
|
-
|
|
302
334
|
.h2-sizing,
|
|
303
335
|
.h-medium {
|
|
304
|
-
@include core-mixins-v3.h-
|
|
336
|
+
@include core-typography-mixins-v3.h-m();
|
|
305
337
|
&-mobile {
|
|
338
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
339
|
+
@include core-typography-mixins-v3.h-m-size();
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
&-portrait {
|
|
343
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
344
|
+
@include core-typography-mixins-v3.h-m-size();
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
&-desktop {
|
|
348
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
349
|
+
@include core-typography-mixins-v3.h-m-size();
|
|
350
|
+
}
|
|
306
351
|
}
|
|
307
352
|
}
|
|
308
353
|
.h3-sizing,
|
|
309
354
|
.h-small {
|
|
310
|
-
@include core-mixins-v3.h-
|
|
355
|
+
@include core-typography-mixins-v3.h-s();
|
|
356
|
+
&-mobile {
|
|
357
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
358
|
+
@include core-typography-mixins-v3.h-s-size();
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
&-portrait {
|
|
362
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
363
|
+
@include core-typography-mixins-v3.h-s-size();
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
&-desktop {
|
|
367
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
368
|
+
@include core-typography-mixins-v3.h-s-size();
|
|
369
|
+
}
|
|
370
|
+
}
|
|
311
371
|
}
|
|
312
372
|
.h4-sizing,
|
|
313
373
|
.h-xsmall {
|
|
314
|
-
@include core-mixins-v3.h-
|
|
374
|
+
@include core-typography-mixins-v3.h-xs();
|
|
375
|
+
&-mobile {
|
|
376
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
377
|
+
@include core-typography-mixins-v3.h-xs-size();
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
&-portrait {
|
|
381
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
382
|
+
@include core-typography-mixins-v3.h-xs-size();
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
&-desktop {
|
|
386
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
387
|
+
@include core-typography-mixins-v3.h-xs-size();
|
|
388
|
+
}
|
|
389
|
+
}
|
|
315
390
|
}
|
|
316
391
|
.h5-sizing,
|
|
317
392
|
.h-xxsmall {
|
|
318
|
-
@include core-mixins-v3.h-
|
|
393
|
+
@include core-typography-mixins-v3.h-xxs();
|
|
394
|
+
&-mobile {
|
|
395
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
396
|
+
@include core-typography-mixins-v3.h-xxs-size();
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
&-portrait {
|
|
400
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
401
|
+
@include core-typography-mixins-v3.h-xxs-size();
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
&-desktop {
|
|
405
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
406
|
+
@include core-typography-mixins-v3.h-xxs-size();
|
|
407
|
+
}
|
|
408
|
+
}
|
|
319
409
|
}
|
|
320
410
|
.h6-sizing,
|
|
321
411
|
.h-xxxsmall {
|
|
322
|
-
@include core-mixins-v3.h-
|
|
412
|
+
@include core-typography-mixins-v3.h-xxxs();
|
|
413
|
+
&-mobile {
|
|
414
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
415
|
+
@include core-typography-mixins-v3.h-xxxs-size();
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
&-portrait {
|
|
419
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
420
|
+
@include core-typography-mixins-v3.h-xxxs-size();
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
&-desktop {
|
|
424
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
425
|
+
@include core-typography-mixins-v3.h-xxxs-size();
|
|
426
|
+
}
|
|
427
|
+
}
|
|
323
428
|
}
|
|
324
429
|
.sh1-sizing,
|
|
325
430
|
.sh-extra-large {
|
|
326
|
-
@include core-mixins-v3.sh-
|
|
431
|
+
@include core-typography-mixins-v3.sh-xl();
|
|
432
|
+
&-mobile {
|
|
433
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
434
|
+
@include core-typography-mixins-v3.sh-xl-size();
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
&-portrait {
|
|
438
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
439
|
+
@include core-typography-mixins-v3.sh-xl-size();
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
&-desktop {
|
|
443
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
444
|
+
@include core-typography-mixins-v3.sh-xl-size();
|
|
445
|
+
}
|
|
446
|
+
}
|
|
327
447
|
}
|
|
328
448
|
|
|
329
449
|
.sh2-sizing,
|
|
330
450
|
.sh-large {
|
|
331
|
-
@include core-mixins-v3.sh-
|
|
451
|
+
@include core-typography-mixins-v3.sh-l();
|
|
452
|
+
&-mobile {
|
|
453
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
454
|
+
@include core-typography-mixins-v3.sh-l-size();
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
&-portrait {
|
|
458
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
459
|
+
@include core-typography-mixins-v3.sh-l-size();
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
&-desktop {
|
|
463
|
+
@media (#{breakpoints.$tabLandscape} <= width) {
|
|
464
|
+
// @include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
465
|
+
@include core-typography-mixins-v3.sh-l-size();
|
|
466
|
+
}
|
|
467
|
+
}
|
|
332
468
|
}
|
|
333
|
-
|
|
334
469
|
.sh3-sizing,
|
|
335
470
|
.sh-medium {
|
|
336
|
-
@include core-mixins-v3.sh-
|
|
471
|
+
@include core-typography-mixins-v3.sh-m();
|
|
472
|
+
&-mobile {
|
|
473
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
474
|
+
@include core-typography-mixins-v3.sh-m-size();
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
&-portrait {
|
|
478
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
479
|
+
@include core-typography-mixins-v3.sh-m-size();
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
&-desktop {
|
|
483
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
484
|
+
@include core-typography-mixins-v3.sh-m-size();
|
|
485
|
+
}
|
|
486
|
+
}
|
|
337
487
|
}
|
|
338
|
-
|
|
339
488
|
.sh4-sizing,
|
|
340
489
|
.sh-small {
|
|
341
|
-
@include core-mixins-v3.sh-
|
|
490
|
+
@include core-typography-mixins-v3.sh-s();
|
|
491
|
+
&-mobile {
|
|
492
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
493
|
+
@include core-typography-mixins-v3.sh-s-size();
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
&-portrait {
|
|
497
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
498
|
+
@include core-typography-mixins-v3.sh-s-size();
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
&-desktop {
|
|
502
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
503
|
+
@include core-typography-mixins-v3.sh-s-size();
|
|
504
|
+
}
|
|
505
|
+
}
|
|
342
506
|
}
|
|
343
|
-
|
|
344
507
|
.sh5-sizing,
|
|
345
508
|
.sh-xsmall {
|
|
346
|
-
@include core-mixins-v3.sh-
|
|
509
|
+
@include core-typography-mixins-v3.sh-xs();
|
|
510
|
+
&-mobile {
|
|
511
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
512
|
+
@include core-typography-mixins-v3.sh-xs-size();
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
&-portrait {
|
|
516
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
517
|
+
@include core-typography-mixins-v3.sh-xs-size();
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
&-desktop {
|
|
521
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
522
|
+
@include core-typography-mixins-v3.sh-xs-size();
|
|
523
|
+
}
|
|
524
|
+
}
|
|
347
525
|
}
|
|
348
|
-
|
|
349
526
|
.sh6-sizing,
|
|
350
527
|
.sh-xxsmall {
|
|
351
|
-
@include core-mixins-v3.sh-
|
|
528
|
+
@include core-typography-mixins-v3.sh-xxs();
|
|
529
|
+
&-mobile {
|
|
530
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
531
|
+
@include core-typography-mixins-v3.sh-xxs-size();
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
&-portrait {
|
|
535
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
536
|
+
@include core-typography-mixins-v3.sh-xxs-size();
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
&-desktop {
|
|
540
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
541
|
+
@include core-typography-mixins-v3.sh-xxs-size();
|
|
542
|
+
}
|
|
543
|
+
}
|
|
352
544
|
}
|
|
353
|
-
|
|
354
545
|
.p-l-sizing {
|
|
355
|
-
@include core-mixins-v3.p-
|
|
546
|
+
@include core-typography-mixins-v3.p-l();
|
|
547
|
+
&-mobile {
|
|
548
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
549
|
+
@include core-typography-mixins-v3.p-l-size();
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
&-portrait {
|
|
553
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
554
|
+
@include core-typography-mixins-v3.p-l-size();
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
&-desktop {
|
|
558
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
559
|
+
@include core-typography-mixins-v3.p-l-size();
|
|
560
|
+
}
|
|
561
|
+
}
|
|
356
562
|
}
|
|
357
563
|
.p-sizing {
|
|
358
|
-
@include core-mixins-v3.p
|
|
564
|
+
@include core-typography-mixins-v3.p();
|
|
565
|
+
&-mobile {
|
|
566
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
567
|
+
@include core-typography-mixins-v3.p-size();
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
&-portrait {
|
|
571
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
572
|
+
@include core-typography-mixins-v3.p-size();
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
&-desktop {
|
|
576
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
577
|
+
@include core-typography-mixins-v3.p-size();
|
|
578
|
+
}
|
|
579
|
+
}
|
|
359
580
|
}
|
|
360
581
|
.p-s-sizing {
|
|
361
|
-
@include core-mixins-v3.p-
|
|
582
|
+
@include core-typography-mixins-v3.p-s();
|
|
583
|
+
&-mobile {
|
|
584
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
585
|
+
@include core-typography-mixins-v3.p-s-size();
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
&-portrait {
|
|
589
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
590
|
+
@include core-typography-mixins-v3.p-s-size();
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
&-desktop {
|
|
594
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
595
|
+
@include core-typography-mixins-v3.p-s-size();
|
|
596
|
+
}
|
|
597
|
+
}
|
|
362
598
|
}
|
|
363
599
|
.p-xs-sizing {
|
|
364
|
-
@include core-mixins-v3.p-
|
|
600
|
+
@include core-typography-mixins-v3.p-xs();
|
|
601
|
+
&-mobile {
|
|
602
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
603
|
+
@include core-typography-mixins-v3.p-xs-size();
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
&-portrait {
|
|
607
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
608
|
+
@include core-typography-mixins-v3.p-xs-size();
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
&-desktop {
|
|
612
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
613
|
+
@include core-typography-mixins-v3.p-xs-size();
|
|
614
|
+
}
|
|
615
|
+
}
|
|
365
616
|
}
|
|
366
|
-
|
|
367
617
|
.p-xxs-sizing {
|
|
368
|
-
@include core-mixins-v3.p-xxs();
|
|
618
|
+
@include core-typography-mixins-v3.p-xxs();
|
|
619
|
+
&-mobile {
|
|
620
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
621
|
+
@include core-typography-mixins-v3.p-xxs-size();
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
&-portrait {
|
|
625
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
626
|
+
@include core-typography-mixins-v3.p-xxs-size();
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
&-desktop {
|
|
630
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
631
|
+
@include core-typography-mixins-v3.p-xxs-size();
|
|
632
|
+
}
|
|
633
|
+
}
|
|
369
634
|
}
|
|
370
|
-
|
|
371
635
|
.p-xxxs-sizing {
|
|
372
|
-
@include core-mixins-v3.p-xxxs();
|
|
636
|
+
@include core-typography-mixins-v3.p-xxxs();
|
|
637
|
+
&-mobile {
|
|
638
|
+
@media ( width <= #{breakpoints.$tabPortrait}) {
|
|
639
|
+
@include core-typography-mixins-v3.p-xxxs-size();
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
&-portrait {
|
|
643
|
+
@media (#{breakpoints.$tabPortrait} <= width <= #{breakpoints.$tabLandscape}) {
|
|
644
|
+
@include core-typography-mixins-v3.p-xxxs-size();
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
&-desktop {
|
|
648
|
+
@include core-mixins-v3.device(breakpoints.$tabLandscape) {
|
|
649
|
+
@include core-typography-mixins-v3.p-xxxs-size();
|
|
650
|
+
}
|
|
651
|
+
}
|
|
373
652
|
}
|