blip-ds 1.293.0 → 1.293.2
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/blip-ds/blip-ds.esm.js +1 -1
- package/dist/blip-ds/p-0ef20bf0.entry.js +1 -0
- package/dist/blip-ds/p-683bacdd.system.entry.js +1 -0
- package/dist/blip-ds/p-685cbadd.system.entry.js +1 -0
- package/dist/blip-ds/p-8c23a1fd.entry.js +1 -0
- package/dist/blip-ds/p-a39ef3b8.system.js +1 -1
- package/dist/cjs/bds-grid_5.cjs.entry.js +1 -1
- package/dist/cjs/bds-image.cjs.entry.js +2 -2
- package/dist/collection/components/grid/grid.css +528 -528
- package/dist/collection/components/image/image.css +4 -1
- package/dist/collection/components/image/image.js +1 -1
- package/dist/esm/bds-grid_5.entry.js +1 -1
- package/dist/esm/bds-image.entry.js +2 -2
- package/dist/esm-es5/bds-grid_5.entry.js +1 -1
- package/dist/esm-es5/bds-image.entry.js +1 -1
- package/package.json +1 -1
- package/dist/blip-ds/p-106aafba.system.entry.js +0 -1
- package/dist/blip-ds/p-1470b783.entry.js +0 -1
- package/dist/blip-ds/p-e604c9b2.entry.js +0 -1
- package/dist/blip-ds/p-f8c487f9.system.entry.js +0 -1
|
@@ -26,55 +26,55 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
:host(.xxsoffset--auto) {
|
|
29
|
-
margin-left: auto;
|
|
29
|
+
margin-left: auto !important;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
:host(.xxsoffset--1) {
|
|
33
|
-
margin-left: 8.33
|
|
33
|
+
margin-left: 8.33% !important;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
:host(.xxsoffset--2) {
|
|
37
|
-
margin-left: 16.66
|
|
37
|
+
margin-left: 16.66% !important;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
:host(.xxsoffset--3) {
|
|
41
|
-
margin-left: 24.99
|
|
41
|
+
margin-left: 24.99% !important;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
:host(.xxsoffset--4) {
|
|
45
|
-
margin-left: 33.32
|
|
45
|
+
margin-left: 33.32% !important;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
:host(.xxsoffset--5) {
|
|
49
|
-
margin-left: 41.65
|
|
49
|
+
margin-left: 41.65% !important;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
:host(.xxsoffset--6) {
|
|
53
|
-
margin-left: 50
|
|
53
|
+
margin-left: 50% !important;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
:host(.xxsoffset--7) {
|
|
57
|
-
margin-left: 58.33
|
|
57
|
+
margin-left: 58.33% !important;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
:host(.xxsoffset--8) {
|
|
61
|
-
margin-left: 66.66
|
|
61
|
+
margin-left: 66.66% !important;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
:host(.xxsoffset--9) {
|
|
65
|
-
margin-left: 74.99
|
|
65
|
+
margin-left: 74.99% !important;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
:host(.xxsoffset--10) {
|
|
69
|
-
margin-left: 83.32
|
|
69
|
+
margin-left: 83.32% !important;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
:host(.xxsoffset--11) {
|
|
73
|
-
margin-left: 91.65
|
|
73
|
+
margin-left: 91.65% !important;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
:host(.xxsoffset--12) {
|
|
77
|
-
margin-left: 100
|
|
77
|
+
margin-left: 100% !important;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
@media (max-width: 599px) {
|
|
@@ -83,55 +83,55 @@
|
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
:host(.xxsoffset--auto) {
|
|
86
|
-
margin-left: auto;
|
|
86
|
+
margin-left: auto !important;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
:host(.xxsoffset--1) {
|
|
90
|
-
margin-left: 8.33
|
|
90
|
+
margin-left: 8.33% !important;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
:host(.xxsoffset--2) {
|
|
94
|
-
margin-left: 16.66
|
|
94
|
+
margin-left: 16.66% !important;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
:host(.xxsoffset--3) {
|
|
98
|
-
margin-left: 24.99
|
|
98
|
+
margin-left: 24.99% !important;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
:host(.xxsoffset--4) {
|
|
102
|
-
margin-left: 33.32
|
|
102
|
+
margin-left: 33.32% !important;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
:host(.xxsoffset--5) {
|
|
106
|
-
margin-left: 41.65
|
|
106
|
+
margin-left: 41.65% !important;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
:host(.xxsoffset--6) {
|
|
110
|
-
margin-left: 50
|
|
110
|
+
margin-left: 50% !important;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
:host(.xxsoffset--7) {
|
|
114
|
-
margin-left: 58.33
|
|
114
|
+
margin-left: 58.33% !important;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
:host(.xxsoffset--8) {
|
|
118
|
-
margin-left: 66.66
|
|
118
|
+
margin-left: 66.66% !important;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
:host(.xxsoffset--9) {
|
|
122
|
-
margin-left: 74.99
|
|
122
|
+
margin-left: 74.99% !important;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
:host(.xxsoffset--10) {
|
|
126
|
-
margin-left: 83.32
|
|
126
|
+
margin-left: 83.32% !important;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
:host(.xxsoffset--11) {
|
|
130
|
-
margin-left: 91.65
|
|
130
|
+
margin-left: 91.65% !important;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
:host(.xxsoffset--12) {
|
|
134
|
-
margin-left: 100
|
|
134
|
+
margin-left: 100% !important;
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
@media (min-width: 600px) {
|
|
@@ -140,333 +140,333 @@
|
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
:host(.xxsoffset--auto) {
|
|
143
|
-
margin-left: auto;
|
|
143
|
+
margin-left: auto !important;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
:host(.xsoffset--1) {
|
|
147
|
-
margin-left: 8.33
|
|
147
|
+
margin-left: 8.33% !important;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
:host(.xsoffset--2) {
|
|
151
|
-
margin-left: 16.66
|
|
151
|
+
margin-left: 16.66% !important;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
:host(.xsoffset--3) {
|
|
155
|
-
margin-left: 24.99
|
|
155
|
+
margin-left: 24.99% !important;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
:host(.xsoffset--4) {
|
|
159
|
-
margin-left: 33.32
|
|
159
|
+
margin-left: 33.32% !important;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
:host(.xsoffset--5) {
|
|
163
|
-
margin-left: 41.65
|
|
163
|
+
margin-left: 41.65% !important;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
:host(.xsoffset--6) {
|
|
167
|
-
margin-left: 50
|
|
167
|
+
margin-left: 50% !important;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
:host(.xsoffset--7) {
|
|
171
|
-
margin-left: 58.33
|
|
171
|
+
margin-left: 58.33% !important;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
:host(.xsoffset--8) {
|
|
175
|
-
margin-left: 66.66
|
|
175
|
+
margin-left: 66.66% !important;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
:host(.xsoffset--9) {
|
|
179
|
-
margin-left: 74.99
|
|
179
|
+
margin-left: 74.99% !important;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
:host(.xsoffset--10) {
|
|
183
|
-
margin-left: 83.32
|
|
183
|
+
margin-left: 83.32% !important;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
:host(.xsoffset--11) {
|
|
187
|
-
margin-left: 91.65
|
|
187
|
+
margin-left: 91.65% !important;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
:host(.xsoffset--12) {
|
|
191
|
-
margin-left: 100
|
|
191
|
+
margin-left: 100% !important;
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
194
|
@media (min-width: 905px) {
|
|
195
195
|
:host(.container) {
|
|
196
196
|
max-width: 848px;
|
|
197
|
-
margin-left: auto;
|
|
198
|
-
margin-right: auto;
|
|
197
|
+
margin-left: auto !important;
|
|
198
|
+
margin-right: auto !important;
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
:host(.smoffset--auto) {
|
|
202
|
-
margin-left: auto;
|
|
202
|
+
margin-left: auto !important;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
:host(.smoffset--1) {
|
|
206
|
-
margin-left: 8.33
|
|
206
|
+
margin-left: 8.33% !important;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
:host(.smoffset--2) {
|
|
210
|
-
margin-left: 16.66
|
|
210
|
+
margin-left: 16.66% !important;
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
:host(.smoffset--3) {
|
|
214
|
-
margin-left: 24.99
|
|
214
|
+
margin-left: 24.99% !important;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
:host(.smoffset--4) {
|
|
218
|
-
margin-left: 33.32
|
|
218
|
+
margin-left: 33.32% !important;
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
:host(.smoffset--5) {
|
|
222
|
-
margin-left: 41.65
|
|
222
|
+
margin-left: 41.65% !important;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
:host(.smoffset--6) {
|
|
226
|
-
margin-left: 50
|
|
226
|
+
margin-left: 50% !important;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
:host(.smoffset--7) {
|
|
230
|
-
margin-left: 58.33
|
|
230
|
+
margin-left: 58.33% !important;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
:host(.smoffset--8) {
|
|
234
|
-
margin-left: 66.66
|
|
234
|
+
margin-left: 66.66% !important;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
:host(.smoffset--9) {
|
|
238
|
-
margin-left: 74.99
|
|
238
|
+
margin-left: 74.99% !important;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
:host(.smoffset--10) {
|
|
242
|
-
margin-left: 83.32
|
|
242
|
+
margin-left: 83.32% !important;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
:host(.smoffset--11) {
|
|
246
|
-
margin-left: 91.65
|
|
246
|
+
margin-left: 91.65% !important;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
:host(.smoffset--12) {
|
|
250
|
-
margin-left: 100
|
|
250
|
+
margin-left: 100% !important;
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
@media (min-width: 993px) {
|
|
254
254
|
:host(.container) {
|
|
255
255
|
max-width: 944px;
|
|
256
|
-
margin-left: auto;
|
|
257
|
-
margin-right: auto;
|
|
256
|
+
margin-left: auto !important;
|
|
257
|
+
margin-right: auto !important;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
260
|
:host(.mdoffset--auto) {
|
|
261
|
-
margin-left: auto;
|
|
261
|
+
margin-left: auto !important;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
:host(.mdoffset--1) {
|
|
265
|
-
margin-left: 8.33
|
|
265
|
+
margin-left: 8.33% !important;
|
|
266
266
|
}
|
|
267
267
|
|
|
268
268
|
:host(.mdoffset--2) {
|
|
269
|
-
margin-left: 16.66
|
|
269
|
+
margin-left: 16.66% !important;
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
:host(.mdoffset--3) {
|
|
273
|
-
margin-left: 24.99
|
|
273
|
+
margin-left: 24.99% !important;
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
:host(.mdoffset--4) {
|
|
277
|
-
margin-left: 33.32
|
|
277
|
+
margin-left: 33.32% !important;
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
:host(.mdoffset--5) {
|
|
281
|
-
margin-left: 41.65
|
|
281
|
+
margin-left: 41.65% !important;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
:host(.mdoffset--6) {
|
|
285
|
-
margin-left: 50
|
|
285
|
+
margin-left: 50% !important;
|
|
286
286
|
}
|
|
287
287
|
|
|
288
288
|
:host(.mdoffset--7) {
|
|
289
|
-
margin-left: 58.33
|
|
289
|
+
margin-left: 58.33% !important;
|
|
290
290
|
}
|
|
291
291
|
|
|
292
292
|
:host(.mdoffset--8) {
|
|
293
|
-
margin-left: 66.66
|
|
293
|
+
margin-left: 66.66% !important;
|
|
294
294
|
}
|
|
295
295
|
|
|
296
296
|
:host(.mdoffset--9) {
|
|
297
|
-
margin-left: 74.99
|
|
297
|
+
margin-left: 74.99% !important;
|
|
298
298
|
}
|
|
299
299
|
|
|
300
300
|
:host(.mdoffset--10) {
|
|
301
|
-
margin-left: 83.32
|
|
301
|
+
margin-left: 83.32% !important;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
:host(.mdoffset--11) {
|
|
305
|
-
margin-left: 91.65
|
|
305
|
+
margin-left: 91.65% !important;
|
|
306
306
|
}
|
|
307
307
|
|
|
308
308
|
:host(.mdoffset--12) {
|
|
309
|
-
margin-left: 100
|
|
309
|
+
margin-left: 100% !important;
|
|
310
310
|
}
|
|
311
311
|
}
|
|
312
312
|
@media (min-width: 1601px) {
|
|
313
313
|
:host(.container) {
|
|
314
314
|
max-width: 1328px;
|
|
315
|
-
margin-left: auto;
|
|
316
|
-
margin-right: auto;
|
|
315
|
+
margin-left: auto !important;
|
|
316
|
+
margin-right: auto !important;
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
:host(.lgoffset--auto) {
|
|
320
|
-
margin-left: auto;
|
|
320
|
+
margin-left: auto !important;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
:host(.lgoffset--1) {
|
|
324
|
-
margin-left: 8.33
|
|
324
|
+
margin-left: 8.33% !important;
|
|
325
325
|
}
|
|
326
326
|
|
|
327
327
|
:host(.lgoffset--2) {
|
|
328
|
-
margin-left: 16.66
|
|
328
|
+
margin-left: 16.66% !important;
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
:host(.lgoffset--3) {
|
|
332
|
-
margin-left: 24.99
|
|
332
|
+
margin-left: 24.99% !important;
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
:host(.lgoffset--4) {
|
|
336
|
-
margin-left: 33.32
|
|
336
|
+
margin-left: 33.32% !important;
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
:host(.lgoffset--5) {
|
|
340
|
-
margin-left: 41.65
|
|
340
|
+
margin-left: 41.65% !important;
|
|
341
341
|
}
|
|
342
342
|
|
|
343
343
|
:host(.lgoffset--6) {
|
|
344
|
-
margin-left: 50
|
|
344
|
+
margin-left: 50% !important;
|
|
345
345
|
}
|
|
346
346
|
|
|
347
347
|
:host(.lgoffset--7) {
|
|
348
|
-
margin-left: 58.33
|
|
348
|
+
margin-left: 58.33% !important;
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
:host(.lgoffset--8) {
|
|
352
|
-
margin-left: 66.66
|
|
352
|
+
margin-left: 66.66% !important;
|
|
353
353
|
}
|
|
354
354
|
|
|
355
355
|
:host(.lgoffset--9) {
|
|
356
|
-
margin-left: 74.99
|
|
356
|
+
margin-left: 74.99% !important;
|
|
357
357
|
}
|
|
358
358
|
|
|
359
359
|
:host(.lgoffset--10) {
|
|
360
|
-
margin-left: 83.32
|
|
360
|
+
margin-left: 83.32% !important;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
:host(.lgoffset--11) {
|
|
364
|
-
margin-left: 91.65
|
|
364
|
+
margin-left: 91.65% !important;
|
|
365
365
|
}
|
|
366
366
|
|
|
367
367
|
:host(.lgoffset--12) {
|
|
368
|
-
margin-left: 100
|
|
368
|
+
margin-left: 100% !important;
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
371
|
@media (min-width: 1921px) {
|
|
372
372
|
:host(.container) {
|
|
373
373
|
max-width: 1424px;
|
|
374
|
-
margin-left: auto;
|
|
375
|
-
margin-right: auto;
|
|
374
|
+
margin-left: auto !important;
|
|
375
|
+
margin-right: auto !important;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
378
|
:host(.xgoffset--auto) {
|
|
379
|
-
margin-left: auto;
|
|
379
|
+
margin-left: auto !important;
|
|
380
380
|
}
|
|
381
381
|
|
|
382
382
|
:host(.xgoffset--1) {
|
|
383
|
-
margin-left: 8.33
|
|
383
|
+
margin-left: 8.33% !important;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
:host(.xgoffset--2) {
|
|
387
|
-
margin-left: 16.66
|
|
387
|
+
margin-left: 16.66% !important;
|
|
388
388
|
}
|
|
389
389
|
|
|
390
390
|
:host(.xgoffset--3) {
|
|
391
|
-
margin-left: 24.99
|
|
391
|
+
margin-left: 24.99% !important;
|
|
392
392
|
}
|
|
393
393
|
|
|
394
394
|
:host(.xgoffset--4) {
|
|
395
|
-
margin-left: 33.32
|
|
395
|
+
margin-left: 33.32% !important;
|
|
396
396
|
}
|
|
397
397
|
|
|
398
398
|
:host(.xgoffset--5) {
|
|
399
|
-
margin-left: 41.65
|
|
399
|
+
margin-left: 41.65% !important;
|
|
400
400
|
}
|
|
401
401
|
|
|
402
402
|
:host(.xgoffset--6) {
|
|
403
|
-
margin-left: 50
|
|
403
|
+
margin-left: 50% !important;
|
|
404
404
|
}
|
|
405
405
|
|
|
406
406
|
:host(.xgoffset--7) {
|
|
407
|
-
margin-left: 58.33
|
|
407
|
+
margin-left: 58.33% !important;
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
:host(.xgoffset--8) {
|
|
411
|
-
margin-left: 66.66
|
|
411
|
+
margin-left: 66.66% !important;
|
|
412
412
|
}
|
|
413
413
|
|
|
414
414
|
:host(.xgoffset--9) {
|
|
415
|
-
margin-left: 74.99
|
|
415
|
+
margin-left: 74.99% !important;
|
|
416
416
|
}
|
|
417
417
|
|
|
418
418
|
:host(.xgoffset--10) {
|
|
419
|
-
margin-left: 83.32
|
|
419
|
+
margin-left: 83.32% !important;
|
|
420
420
|
}
|
|
421
421
|
|
|
422
422
|
:host(.xgoffset--11) {
|
|
423
|
-
margin-left: 91.65
|
|
423
|
+
margin-left: 91.65% !important;
|
|
424
424
|
}
|
|
425
425
|
|
|
426
426
|
:host(.xgoffset--12) {
|
|
427
|
-
margin-left: 100
|
|
427
|
+
margin-left: 100% !important;
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
430
|
@media (min-width: 600px) {
|
|
431
431
|
:host(.container-fluid) {
|
|
432
432
|
max-width: 100%;
|
|
433
|
-
margin-left: auto;
|
|
434
|
-
margin-right: auto;
|
|
433
|
+
margin-left: auto !important;
|
|
434
|
+
margin-right: auto !important;
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
@media (min-width: 905px) {
|
|
438
438
|
:host(.container-fluid) {
|
|
439
439
|
max-width: 848px;
|
|
440
|
-
margin-left: auto;
|
|
441
|
-
margin-right: auto;
|
|
440
|
+
margin-left: auto !important;
|
|
441
|
+
margin-right: auto !important;
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
444
|
@media (min-width: 993px) {
|
|
445
445
|
:host(.container-fluid) {
|
|
446
446
|
max-width: 944px;
|
|
447
|
-
margin-left: auto;
|
|
448
|
-
margin-right: auto;
|
|
447
|
+
margin-left: auto !important;
|
|
448
|
+
margin-right: auto !important;
|
|
449
449
|
}
|
|
450
450
|
}
|
|
451
451
|
@media (min-width: 1280px) {
|
|
452
452
|
:host(.container-fluid) {
|
|
453
453
|
max-width: 1232px;
|
|
454
|
-
margin-left: auto;
|
|
455
|
-
margin-right: auto;
|
|
454
|
+
margin-left: auto !important;
|
|
455
|
+
margin-right: auto !important;
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
458
|
@media (min-width: 1440px) {
|
|
459
459
|
:host(.container-fluid) {
|
|
460
460
|
max-width: 1328px;
|
|
461
|
-
margin-left: auto;
|
|
462
|
-
margin-right: auto;
|
|
461
|
+
margin-left: auto !important;
|
|
462
|
+
margin-right: auto !important;
|
|
463
463
|
}
|
|
464
464
|
}
|
|
465
465
|
@media (min-width: 1920px) {
|
|
466
466
|
:host(.container-fluid) {
|
|
467
467
|
max-width: 1424px;
|
|
468
|
-
margin-left: auto;
|
|
469
|
-
margin-right: auto;
|
|
468
|
+
margin-left: auto !important;
|
|
469
|
+
margin-right: auto !important;
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
472
|
:host(.flex_wrap--wrap) {
|
|
@@ -600,552 +600,552 @@
|
|
|
600
600
|
:host(.xxs--auto) {
|
|
601
601
|
flex: 1 0 auto;
|
|
602
602
|
width: auto;
|
|
603
|
-
padding-left: 8px;
|
|
604
|
-
padding-right: 8px;
|
|
603
|
+
padding-left: 8px !important;
|
|
604
|
+
padding-right: 8px !important;
|
|
605
605
|
}
|
|
606
606
|
|
|
607
607
|
:host(.xxs--1) {
|
|
608
608
|
flex: 0 0 auto;
|
|
609
609
|
width: 8.33%;
|
|
610
|
-
padding-left: 8px;
|
|
611
|
-
padding-right: 8px;
|
|
610
|
+
padding-left: 8px !important;
|
|
611
|
+
padding-right: 8px !important;
|
|
612
612
|
}
|
|
613
613
|
|
|
614
614
|
:host(.xxs--2) {
|
|
615
615
|
flex: 0 0 auto;
|
|
616
616
|
width: 16.66%;
|
|
617
|
-
padding-left: 8px;
|
|
618
|
-
padding-right: 8px;
|
|
617
|
+
padding-left: 8px !important;
|
|
618
|
+
padding-right: 8px !important;
|
|
619
619
|
}
|
|
620
620
|
|
|
621
621
|
:host(.xxs--3) {
|
|
622
622
|
flex: 0 0 auto;
|
|
623
623
|
width: 24.99%;
|
|
624
|
-
padding-left: 8px;
|
|
625
|
-
padding-right: 8px;
|
|
624
|
+
padding-left: 8px !important;
|
|
625
|
+
padding-right: 8px !important;
|
|
626
626
|
}
|
|
627
627
|
|
|
628
628
|
:host(.xxs--4) {
|
|
629
629
|
flex: 0 0 auto;
|
|
630
630
|
width: 33.32%;
|
|
631
|
-
padding-left: 8px;
|
|
632
|
-
padding-right: 8px;
|
|
631
|
+
padding-left: 8px !important;
|
|
632
|
+
padding-right: 8px !important;
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
:host(.xxs--5) {
|
|
636
636
|
flex: 0 0 auto;
|
|
637
637
|
width: 41.65%;
|
|
638
|
-
padding-left: 8px;
|
|
639
|
-
padding-right: 8px;
|
|
638
|
+
padding-left: 8px !important;
|
|
639
|
+
padding-right: 8px !important;
|
|
640
640
|
}
|
|
641
641
|
|
|
642
642
|
:host(.xxs--6) {
|
|
643
643
|
flex: 0 0 auto;
|
|
644
644
|
width: 50%;
|
|
645
|
-
padding-left: 8px;
|
|
646
|
-
padding-right: 8px;
|
|
645
|
+
padding-left: 8px !important;
|
|
646
|
+
padding-right: 8px !important;
|
|
647
647
|
}
|
|
648
648
|
|
|
649
649
|
:host(.xxs--7) {
|
|
650
650
|
flex: 0 0 auto;
|
|
651
651
|
width: 58.33%;
|
|
652
|
-
padding-left: 8px;
|
|
653
|
-
padding-right: 8px;
|
|
652
|
+
padding-left: 8px !important;
|
|
653
|
+
padding-right: 8px !important;
|
|
654
654
|
}
|
|
655
655
|
|
|
656
656
|
:host(.xxs--8) {
|
|
657
657
|
flex: 0 0 auto;
|
|
658
658
|
width: 66.66%;
|
|
659
|
-
padding-left: 8px;
|
|
660
|
-
padding-right: 8px;
|
|
659
|
+
padding-left: 8px !important;
|
|
660
|
+
padding-right: 8px !important;
|
|
661
661
|
}
|
|
662
662
|
|
|
663
663
|
:host(.xxs--9) {
|
|
664
664
|
flex: 0 0 auto;
|
|
665
665
|
width: 74.99%;
|
|
666
|
-
padding-left: 8px;
|
|
667
|
-
padding-right: 8px;
|
|
666
|
+
padding-left: 8px !important;
|
|
667
|
+
padding-right: 8px !important;
|
|
668
668
|
}
|
|
669
669
|
|
|
670
670
|
:host(.xxs--10) {
|
|
671
671
|
flex: 0 0 auto;
|
|
672
672
|
width: 83.32%;
|
|
673
|
-
padding-left: 8px;
|
|
674
|
-
padding-right: 8px;
|
|
673
|
+
padding-left: 8px !important;
|
|
674
|
+
padding-right: 8px !important;
|
|
675
675
|
}
|
|
676
676
|
|
|
677
677
|
:host(.xxs--11) {
|
|
678
678
|
flex: 0 0 auto;
|
|
679
679
|
width: 91.65%;
|
|
680
|
-
padding-left: 8px;
|
|
681
|
-
padding-right: 8px;
|
|
680
|
+
padding-left: 8px !important;
|
|
681
|
+
padding-right: 8px !important;
|
|
682
682
|
}
|
|
683
683
|
|
|
684
684
|
:host(.xxs--12) {
|
|
685
685
|
flex: 0 0 auto;
|
|
686
686
|
width: 100%;
|
|
687
|
-
padding-left: 8px;
|
|
688
|
-
padding-right: 8px;
|
|
687
|
+
padding-left: 8px !important;
|
|
688
|
+
padding-right: 8px !important;
|
|
689
689
|
}
|
|
690
690
|
|
|
691
691
|
@media (min-width: 600px) {
|
|
692
692
|
:host(.xs--auto) {
|
|
693
693
|
flex: 1 0 auto;
|
|
694
694
|
width: auto;
|
|
695
|
-
padding-left: 8px;
|
|
696
|
-
padding-right: 8px;
|
|
695
|
+
padding-left: 8px !important;
|
|
696
|
+
padding-right: 8px !important;
|
|
697
697
|
}
|
|
698
698
|
|
|
699
699
|
:host(.xs--1) {
|
|
700
700
|
flex: 0 0 auto;
|
|
701
701
|
width: 8.33%;
|
|
702
|
-
padding-left: 8px;
|
|
703
|
-
padding-right: 8px;
|
|
702
|
+
padding-left: 8px !important;
|
|
703
|
+
padding-right: 8px !important;
|
|
704
704
|
}
|
|
705
705
|
|
|
706
706
|
:host(.xs--2) {
|
|
707
707
|
flex: 0 0 auto;
|
|
708
708
|
width: 16.66%;
|
|
709
|
-
padding-left: 8px;
|
|
710
|
-
padding-right: 8px;
|
|
709
|
+
padding-left: 8px !important;
|
|
710
|
+
padding-right: 8px !important;
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
:host(.xs--3) {
|
|
714
714
|
flex: 0 0 auto;
|
|
715
715
|
width: 24.99%;
|
|
716
|
-
padding-left: 8px;
|
|
717
|
-
padding-right: 8px;
|
|
716
|
+
padding-left: 8px !important;
|
|
717
|
+
padding-right: 8px !important;
|
|
718
718
|
}
|
|
719
719
|
|
|
720
720
|
:host(.xs--4) {
|
|
721
721
|
flex: 0 0 auto;
|
|
722
722
|
width: 33.32%;
|
|
723
|
-
padding-left: 8px;
|
|
724
|
-
padding-right: 8px;
|
|
723
|
+
padding-left: 8px !important;
|
|
724
|
+
padding-right: 8px !important;
|
|
725
725
|
}
|
|
726
726
|
|
|
727
727
|
:host(.xs--5) {
|
|
728
728
|
flex: 0 0 auto;
|
|
729
729
|
width: 41.65%;
|
|
730
|
-
padding-left: 8px;
|
|
731
|
-
padding-right: 8px;
|
|
730
|
+
padding-left: 8px !important;
|
|
731
|
+
padding-right: 8px !important;
|
|
732
732
|
}
|
|
733
733
|
|
|
734
734
|
:host(.xs--6) {
|
|
735
735
|
flex: 0 0 auto;
|
|
736
736
|
width: 50%;
|
|
737
|
-
padding-left: 8px;
|
|
738
|
-
padding-right: 8px;
|
|
737
|
+
padding-left: 8px !important;
|
|
738
|
+
padding-right: 8px !important;
|
|
739
739
|
}
|
|
740
740
|
|
|
741
741
|
:host(.xs--7) {
|
|
742
742
|
flex: 0 0 auto;
|
|
743
743
|
width: 58.33%;
|
|
744
|
-
padding-left: 8px;
|
|
745
|
-
padding-right: 8px;
|
|
744
|
+
padding-left: 8px !important;
|
|
745
|
+
padding-right: 8px !important;
|
|
746
746
|
}
|
|
747
747
|
|
|
748
748
|
:host(.xs--8) {
|
|
749
749
|
flex: 0 0 auto;
|
|
750
750
|
width: 66.66%;
|
|
751
|
-
padding-left: 8px;
|
|
752
|
-
padding-right: 8px;
|
|
751
|
+
padding-left: 8px !important;
|
|
752
|
+
padding-right: 8px !important;
|
|
753
753
|
}
|
|
754
754
|
|
|
755
755
|
:host(.xs--9) {
|
|
756
756
|
flex: 0 0 auto;
|
|
757
757
|
width: 74.99%;
|
|
758
|
-
padding-left: 8px;
|
|
759
|
-
padding-right: 8px;
|
|
758
|
+
padding-left: 8px !important;
|
|
759
|
+
padding-right: 8px !important;
|
|
760
760
|
}
|
|
761
761
|
|
|
762
762
|
:host(.xs--10) {
|
|
763
763
|
flex: 0 0 auto;
|
|
764
764
|
width: 83.32%;
|
|
765
|
-
padding-left: 8px;
|
|
766
|
-
padding-right: 8px;
|
|
765
|
+
padding-left: 8px !important;
|
|
766
|
+
padding-right: 8px !important;
|
|
767
767
|
}
|
|
768
768
|
|
|
769
769
|
:host(.xs--11) {
|
|
770
770
|
flex: 0 0 auto;
|
|
771
771
|
width: 91.65%;
|
|
772
|
-
padding-left: 8px;
|
|
773
|
-
padding-right: 8px;
|
|
772
|
+
padding-left: 8px !important;
|
|
773
|
+
padding-right: 8px !important;
|
|
774
774
|
}
|
|
775
775
|
|
|
776
776
|
:host(.xs--12) {
|
|
777
777
|
flex: 0 0 auto;
|
|
778
778
|
width: 100%;
|
|
779
|
-
padding-left: 8px;
|
|
780
|
-
padding-right: 8px;
|
|
779
|
+
padding-left: 8px !important;
|
|
780
|
+
padding-right: 8px !important;
|
|
781
781
|
}
|
|
782
782
|
}
|
|
783
783
|
@media (min-width: 905px) {
|
|
784
784
|
:host(.sm--auto) {
|
|
785
785
|
flex: 1 0 auto;
|
|
786
786
|
width: auto;
|
|
787
|
-
padding-left: 8px;
|
|
788
|
-
padding-right: 8px;
|
|
787
|
+
padding-left: 8px !important;
|
|
788
|
+
padding-right: 8px !important;
|
|
789
789
|
}
|
|
790
790
|
|
|
791
791
|
:host(.sm--1) {
|
|
792
792
|
flex: 0 0 auto;
|
|
793
793
|
width: 8.33%;
|
|
794
|
-
padding-left: 8px;
|
|
795
|
-
padding-right: 8px;
|
|
794
|
+
padding-left: 8px !important;
|
|
795
|
+
padding-right: 8px !important;
|
|
796
796
|
}
|
|
797
797
|
|
|
798
798
|
:host(.sm--2) {
|
|
799
799
|
flex: 0 0 auto;
|
|
800
800
|
width: 16.66%;
|
|
801
|
-
padding-left: 8px;
|
|
802
|
-
padding-right: 8px;
|
|
801
|
+
padding-left: 8px !important;
|
|
802
|
+
padding-right: 8px !important;
|
|
803
803
|
}
|
|
804
804
|
|
|
805
805
|
:host(.sm--3) {
|
|
806
806
|
flex: 0 0 auto;
|
|
807
807
|
width: 24.99%;
|
|
808
|
-
padding-left: 8px;
|
|
809
|
-
padding-right: 8px;
|
|
808
|
+
padding-left: 8px !important;
|
|
809
|
+
padding-right: 8px !important;
|
|
810
810
|
}
|
|
811
811
|
|
|
812
812
|
:host(.sm--4) {
|
|
813
813
|
flex: 0 0 auto;
|
|
814
814
|
width: 33.32%;
|
|
815
|
-
padding-left: 8px;
|
|
816
|
-
padding-right: 8px;
|
|
815
|
+
padding-left: 8px !important;
|
|
816
|
+
padding-right: 8px !important;
|
|
817
817
|
}
|
|
818
818
|
|
|
819
819
|
:host(.sm--5) {
|
|
820
820
|
flex: 0 0 auto;
|
|
821
821
|
width: 41.65%;
|
|
822
|
-
padding-left: 8px;
|
|
823
|
-
padding-right: 8px;
|
|
822
|
+
padding-left: 8px !important;
|
|
823
|
+
padding-right: 8px !important;
|
|
824
824
|
}
|
|
825
825
|
|
|
826
826
|
:host(.sm--6) {
|
|
827
827
|
flex: 0 0 auto;
|
|
828
828
|
width: 50%;
|
|
829
|
-
padding-left: 8px;
|
|
830
|
-
padding-right: 8px;
|
|
829
|
+
padding-left: 8px !important;
|
|
830
|
+
padding-right: 8px !important;
|
|
831
831
|
}
|
|
832
832
|
|
|
833
833
|
:host(.sm--7) {
|
|
834
834
|
flex: 0 0 auto;
|
|
835
835
|
width: 58.33%;
|
|
836
|
-
padding-left: 8px;
|
|
837
|
-
padding-right: 8px;
|
|
836
|
+
padding-left: 8px !important;
|
|
837
|
+
padding-right: 8px !important;
|
|
838
838
|
}
|
|
839
839
|
|
|
840
840
|
:host(.sm--8) {
|
|
841
841
|
flex: 0 0 auto;
|
|
842
842
|
width: 66.66%;
|
|
843
|
-
padding-left: 8px;
|
|
844
|
-
padding-right: 8px;
|
|
843
|
+
padding-left: 8px !important;
|
|
844
|
+
padding-right: 8px !important;
|
|
845
845
|
}
|
|
846
846
|
|
|
847
847
|
:host(.sm--9) {
|
|
848
848
|
flex: 0 0 auto;
|
|
849
849
|
width: 74.99%;
|
|
850
|
-
padding-left: 8px;
|
|
851
|
-
padding-right: 8px;
|
|
850
|
+
padding-left: 8px !important;
|
|
851
|
+
padding-right: 8px !important;
|
|
852
852
|
}
|
|
853
853
|
|
|
854
854
|
:host(.sm--10) {
|
|
855
855
|
flex: 0 0 auto;
|
|
856
856
|
width: 83.32%;
|
|
857
|
-
padding-left: 8px;
|
|
858
|
-
padding-right: 8px;
|
|
857
|
+
padding-left: 8px !important;
|
|
858
|
+
padding-right: 8px !important;
|
|
859
859
|
}
|
|
860
860
|
|
|
861
861
|
:host(.sm--11) {
|
|
862
862
|
flex: 0 0 auto;
|
|
863
863
|
width: 91.65%;
|
|
864
|
-
padding-left: 8px;
|
|
865
|
-
padding-right: 8px;
|
|
864
|
+
padding-left: 8px !important;
|
|
865
|
+
padding-right: 8px !important;
|
|
866
866
|
}
|
|
867
867
|
|
|
868
868
|
:host(.sm--12) {
|
|
869
869
|
flex: 0 0 auto;
|
|
870
870
|
width: 100%;
|
|
871
|
-
padding-left: 8px;
|
|
872
|
-
padding-right: 8px;
|
|
871
|
+
padding-left: 8px !important;
|
|
872
|
+
padding-right: 8px !important;
|
|
873
873
|
}
|
|
874
874
|
}
|
|
875
875
|
@media (min-width: 993px) {
|
|
876
876
|
:host(.md--auto) {
|
|
877
877
|
flex: 1 0 auto;
|
|
878
878
|
width: auto;
|
|
879
|
-
padding-left: 8px;
|
|
880
|
-
padding-right: 8px;
|
|
879
|
+
padding-left: 8px !important;
|
|
880
|
+
padding-right: 8px !important;
|
|
881
881
|
}
|
|
882
882
|
|
|
883
883
|
:host(.md--1) {
|
|
884
884
|
flex: 0 0 auto;
|
|
885
885
|
width: 8.33%;
|
|
886
|
-
padding-left: 8px;
|
|
887
|
-
padding-right: 8px;
|
|
886
|
+
padding-left: 8px !important;
|
|
887
|
+
padding-right: 8px !important;
|
|
888
888
|
}
|
|
889
889
|
|
|
890
890
|
:host(.md--2) {
|
|
891
891
|
flex: 0 0 auto;
|
|
892
892
|
width: 16.66%;
|
|
893
|
-
padding-left: 8px;
|
|
894
|
-
padding-right: 8px;
|
|
893
|
+
padding-left: 8px !important;
|
|
894
|
+
padding-right: 8px !important;
|
|
895
895
|
}
|
|
896
896
|
|
|
897
897
|
:host(.md--3) {
|
|
898
898
|
flex: 0 0 auto;
|
|
899
899
|
width: 24.99%;
|
|
900
|
-
padding-left: 8px;
|
|
901
|
-
padding-right: 8px;
|
|
900
|
+
padding-left: 8px !important;
|
|
901
|
+
padding-right: 8px !important;
|
|
902
902
|
}
|
|
903
903
|
|
|
904
904
|
:host(.md--4) {
|
|
905
905
|
flex: 0 0 auto;
|
|
906
906
|
width: 33.32%;
|
|
907
|
-
padding-left: 8px;
|
|
908
|
-
padding-right: 8px;
|
|
907
|
+
padding-left: 8px !important;
|
|
908
|
+
padding-right: 8px !important;
|
|
909
909
|
}
|
|
910
910
|
|
|
911
911
|
:host(.md--5) {
|
|
912
912
|
flex: 0 0 auto;
|
|
913
913
|
width: 41.65%;
|
|
914
|
-
padding-left: 8px;
|
|
915
|
-
padding-right: 8px;
|
|
914
|
+
padding-left: 8px !important;
|
|
915
|
+
padding-right: 8px !important;
|
|
916
916
|
}
|
|
917
917
|
|
|
918
918
|
:host(.md--6) {
|
|
919
919
|
flex: 0 0 auto;
|
|
920
920
|
width: 50%;
|
|
921
|
-
padding-left: 8px;
|
|
922
|
-
padding-right: 8px;
|
|
921
|
+
padding-left: 8px !important;
|
|
922
|
+
padding-right: 8px !important;
|
|
923
923
|
}
|
|
924
924
|
|
|
925
925
|
:host(.md--7) {
|
|
926
926
|
flex: 0 0 auto;
|
|
927
927
|
width: 58.33%;
|
|
928
|
-
padding-left: 8px;
|
|
929
|
-
padding-right: 8px;
|
|
928
|
+
padding-left: 8px !important;
|
|
929
|
+
padding-right: 8px !important;
|
|
930
930
|
}
|
|
931
931
|
|
|
932
932
|
:host(.md--8) {
|
|
933
933
|
flex: 0 0 auto;
|
|
934
934
|
width: 66.66%;
|
|
935
|
-
padding-left: 8px;
|
|
936
|
-
padding-right: 8px;
|
|
935
|
+
padding-left: 8px !important;
|
|
936
|
+
padding-right: 8px !important;
|
|
937
937
|
}
|
|
938
938
|
|
|
939
939
|
:host(.md--9) {
|
|
940
940
|
flex: 0 0 auto;
|
|
941
941
|
width: 74.99%;
|
|
942
|
-
padding-left: 8px;
|
|
943
|
-
padding-right: 8px;
|
|
942
|
+
padding-left: 8px !important;
|
|
943
|
+
padding-right: 8px !important;
|
|
944
944
|
}
|
|
945
945
|
|
|
946
946
|
:host(.md--10) {
|
|
947
947
|
flex: 0 0 auto;
|
|
948
948
|
width: 83.32%;
|
|
949
|
-
padding-left: 8px;
|
|
950
|
-
padding-right: 8px;
|
|
949
|
+
padding-left: 8px !important;
|
|
950
|
+
padding-right: 8px !important;
|
|
951
951
|
}
|
|
952
952
|
|
|
953
953
|
:host(.md--11) {
|
|
954
954
|
flex: 0 0 auto;
|
|
955
955
|
width: 91.65%;
|
|
956
|
-
padding-left: 8px;
|
|
957
|
-
padding-right: 8px;
|
|
956
|
+
padding-left: 8px !important;
|
|
957
|
+
padding-right: 8px !important;
|
|
958
958
|
}
|
|
959
959
|
|
|
960
960
|
:host(.md--12) {
|
|
961
961
|
flex: 0 0 auto;
|
|
962
962
|
width: 100%;
|
|
963
|
-
padding-left: 8px;
|
|
964
|
-
padding-right: 8px;
|
|
963
|
+
padding-left: 8px !important;
|
|
964
|
+
padding-right: 8px !important;
|
|
965
965
|
}
|
|
966
966
|
}
|
|
967
967
|
@media (min-width: 1601px) {
|
|
968
968
|
:host(.lg--auto) {
|
|
969
969
|
flex: 1 0 auto;
|
|
970
970
|
width: auto;
|
|
971
|
-
padding-left: 8px;
|
|
972
|
-
padding-right: 8px;
|
|
971
|
+
padding-left: 8px !important;
|
|
972
|
+
padding-right: 8px !important;
|
|
973
973
|
}
|
|
974
974
|
|
|
975
975
|
:host(.lg--1) {
|
|
976
976
|
flex: 0 0 auto;
|
|
977
977
|
width: 8.33%;
|
|
978
|
-
padding-left: 8px;
|
|
979
|
-
padding-right: 8px;
|
|
978
|
+
padding-left: 8px !important;
|
|
979
|
+
padding-right: 8px !important;
|
|
980
980
|
}
|
|
981
981
|
|
|
982
982
|
:host(.lg--2) {
|
|
983
983
|
flex: 0 0 auto;
|
|
984
984
|
width: 16.66%;
|
|
985
|
-
padding-left: 8px;
|
|
986
|
-
padding-right: 8px;
|
|
985
|
+
padding-left: 8px !important;
|
|
986
|
+
padding-right: 8px !important;
|
|
987
987
|
}
|
|
988
988
|
|
|
989
989
|
:host(.lg--3) {
|
|
990
990
|
flex: 0 0 auto;
|
|
991
991
|
width: 24.99%;
|
|
992
|
-
padding-left: 8px;
|
|
993
|
-
padding-right: 8px;
|
|
992
|
+
padding-left: 8px !important;
|
|
993
|
+
padding-right: 8px !important;
|
|
994
994
|
}
|
|
995
995
|
|
|
996
996
|
:host(.lg--4) {
|
|
997
997
|
flex: 0 0 auto;
|
|
998
998
|
width: 33.32%;
|
|
999
|
-
padding-left: 8px;
|
|
1000
|
-
padding-right: 8px;
|
|
999
|
+
padding-left: 8px !important;
|
|
1000
|
+
padding-right: 8px !important;
|
|
1001
1001
|
}
|
|
1002
1002
|
|
|
1003
1003
|
:host(.lg--5) {
|
|
1004
1004
|
flex: 0 0 auto;
|
|
1005
1005
|
width: 41.65%;
|
|
1006
|
-
padding-left: 8px;
|
|
1007
|
-
padding-right: 8px;
|
|
1006
|
+
padding-left: 8px !important;
|
|
1007
|
+
padding-right: 8px !important;
|
|
1008
1008
|
}
|
|
1009
1009
|
|
|
1010
1010
|
:host(.lg--6) {
|
|
1011
1011
|
flex: 0 0 auto;
|
|
1012
1012
|
width: 50%;
|
|
1013
|
-
padding-left: 8px;
|
|
1014
|
-
padding-right: 8px;
|
|
1013
|
+
padding-left: 8px !important;
|
|
1014
|
+
padding-right: 8px !important;
|
|
1015
1015
|
}
|
|
1016
1016
|
|
|
1017
1017
|
:host(.lg--7) {
|
|
1018
1018
|
flex: 0 0 auto;
|
|
1019
1019
|
width: 58.33%;
|
|
1020
|
-
padding-left: 8px;
|
|
1021
|
-
padding-right: 8px;
|
|
1020
|
+
padding-left: 8px !important;
|
|
1021
|
+
padding-right: 8px !important;
|
|
1022
1022
|
}
|
|
1023
1023
|
|
|
1024
1024
|
:host(.lg--8) {
|
|
1025
1025
|
flex: 0 0 auto;
|
|
1026
1026
|
width: 66.66%;
|
|
1027
|
-
padding-left: 8px;
|
|
1028
|
-
padding-right: 8px;
|
|
1027
|
+
padding-left: 8px !important;
|
|
1028
|
+
padding-right: 8px !important;
|
|
1029
1029
|
}
|
|
1030
1030
|
|
|
1031
1031
|
:host(.lg--9) {
|
|
1032
1032
|
flex: 0 0 auto;
|
|
1033
1033
|
width: 74.99%;
|
|
1034
|
-
padding-left: 8px;
|
|
1035
|
-
padding-right: 8px;
|
|
1034
|
+
padding-left: 8px !important;
|
|
1035
|
+
padding-right: 8px !important;
|
|
1036
1036
|
}
|
|
1037
1037
|
|
|
1038
1038
|
:host(.lg--10) {
|
|
1039
1039
|
flex: 0 0 auto;
|
|
1040
1040
|
width: 83.32%;
|
|
1041
|
-
padding-left: 8px;
|
|
1042
|
-
padding-right: 8px;
|
|
1041
|
+
padding-left: 8px !important;
|
|
1042
|
+
padding-right: 8px !important;
|
|
1043
1043
|
}
|
|
1044
1044
|
|
|
1045
1045
|
:host(.lg--11) {
|
|
1046
1046
|
flex: 0 0 auto;
|
|
1047
1047
|
width: 91.65%;
|
|
1048
|
-
padding-left: 8px;
|
|
1049
|
-
padding-right: 8px;
|
|
1048
|
+
padding-left: 8px !important;
|
|
1049
|
+
padding-right: 8px !important;
|
|
1050
1050
|
}
|
|
1051
1051
|
|
|
1052
1052
|
:host(.lg--12) {
|
|
1053
1053
|
flex: 0 0 auto;
|
|
1054
1054
|
width: 100%;
|
|
1055
|
-
padding-left: 8px;
|
|
1056
|
-
padding-right: 8px;
|
|
1055
|
+
padding-left: 8px !important;
|
|
1056
|
+
padding-right: 8px !important;
|
|
1057
1057
|
}
|
|
1058
1058
|
}
|
|
1059
1059
|
@media (min-width: 1921px) {
|
|
1060
1060
|
:host(.xg--auto) {
|
|
1061
1061
|
flex: 1 0 auto;
|
|
1062
1062
|
width: auto;
|
|
1063
|
-
padding-left: 8px;
|
|
1064
|
-
padding-right: 8px;
|
|
1063
|
+
padding-left: 8px !important;
|
|
1064
|
+
padding-right: 8px !important;
|
|
1065
1065
|
}
|
|
1066
1066
|
|
|
1067
1067
|
:host(.xg--1) {
|
|
1068
1068
|
flex: 0 0 auto;
|
|
1069
1069
|
width: 8.33%;
|
|
1070
|
-
padding-left: 8px;
|
|
1071
|
-
padding-right: 8px;
|
|
1070
|
+
padding-left: 8px !important;
|
|
1071
|
+
padding-right: 8px !important;
|
|
1072
1072
|
}
|
|
1073
1073
|
|
|
1074
1074
|
:host(.xg--2) {
|
|
1075
1075
|
flex: 0 0 auto;
|
|
1076
1076
|
width: 16.66%;
|
|
1077
|
-
padding-left: 8px;
|
|
1078
|
-
padding-right: 8px;
|
|
1077
|
+
padding-left: 8px !important;
|
|
1078
|
+
padding-right: 8px !important;
|
|
1079
1079
|
}
|
|
1080
1080
|
|
|
1081
1081
|
:host(.xg--3) {
|
|
1082
1082
|
flex: 0 0 auto;
|
|
1083
1083
|
width: 24.99%;
|
|
1084
|
-
padding-left: 8px;
|
|
1085
|
-
padding-right: 8px;
|
|
1084
|
+
padding-left: 8px !important;
|
|
1085
|
+
padding-right: 8px !important;
|
|
1086
1086
|
}
|
|
1087
1087
|
|
|
1088
1088
|
:host(.xg--4) {
|
|
1089
1089
|
flex: 0 0 auto;
|
|
1090
1090
|
width: 33.32%;
|
|
1091
|
-
padding-left: 8px;
|
|
1092
|
-
padding-right: 8px;
|
|
1091
|
+
padding-left: 8px !important;
|
|
1092
|
+
padding-right: 8px !important;
|
|
1093
1093
|
}
|
|
1094
1094
|
|
|
1095
1095
|
:host(.xg--5) {
|
|
1096
1096
|
flex: 0 0 auto;
|
|
1097
1097
|
width: 41.65%;
|
|
1098
|
-
padding-left: 8px;
|
|
1099
|
-
padding-right: 8px;
|
|
1098
|
+
padding-left: 8px !important;
|
|
1099
|
+
padding-right: 8px !important;
|
|
1100
1100
|
}
|
|
1101
1101
|
|
|
1102
1102
|
:host(.xg--6) {
|
|
1103
1103
|
flex: 0 0 auto;
|
|
1104
1104
|
width: 50%;
|
|
1105
|
-
padding-left: 8px;
|
|
1106
|
-
padding-right: 8px;
|
|
1105
|
+
padding-left: 8px !important;
|
|
1106
|
+
padding-right: 8px !important;
|
|
1107
1107
|
}
|
|
1108
1108
|
|
|
1109
1109
|
:host(.xg--7) {
|
|
1110
1110
|
flex: 0 0 auto;
|
|
1111
1111
|
width: 58.33%;
|
|
1112
|
-
padding-left: 8px;
|
|
1113
|
-
padding-right: 8px;
|
|
1112
|
+
padding-left: 8px !important;
|
|
1113
|
+
padding-right: 8px !important;
|
|
1114
1114
|
}
|
|
1115
1115
|
|
|
1116
1116
|
:host(.xg--8) {
|
|
1117
1117
|
flex: 0 0 auto;
|
|
1118
1118
|
width: 66.66%;
|
|
1119
|
-
padding-left: 8px;
|
|
1120
|
-
padding-right: 8px;
|
|
1119
|
+
padding-left: 8px !important;
|
|
1120
|
+
padding-right: 8px !important;
|
|
1121
1121
|
}
|
|
1122
1122
|
|
|
1123
1123
|
:host(.xg--9) {
|
|
1124
1124
|
flex: 0 0 auto;
|
|
1125
1125
|
width: 74.99%;
|
|
1126
|
-
padding-left: 8px;
|
|
1127
|
-
padding-right: 8px;
|
|
1126
|
+
padding-left: 8px !important;
|
|
1127
|
+
padding-right: 8px !important;
|
|
1128
1128
|
}
|
|
1129
1129
|
|
|
1130
1130
|
:host(.xg--10) {
|
|
1131
1131
|
flex: 0 0 auto;
|
|
1132
1132
|
width: 83.32%;
|
|
1133
|
-
padding-left: 8px;
|
|
1134
|
-
padding-right: 8px;
|
|
1133
|
+
padding-left: 8px !important;
|
|
1134
|
+
padding-right: 8px !important;
|
|
1135
1135
|
}
|
|
1136
1136
|
|
|
1137
1137
|
:host(.xg--11) {
|
|
1138
1138
|
flex: 0 0 auto;
|
|
1139
1139
|
width: 91.65%;
|
|
1140
|
-
padding-left: 8px;
|
|
1141
|
-
padding-right: 8px;
|
|
1140
|
+
padding-left: 8px !important;
|
|
1141
|
+
padding-right: 8px !important;
|
|
1142
1142
|
}
|
|
1143
1143
|
|
|
1144
1144
|
:host(.xg--12) {
|
|
1145
1145
|
flex: 0 0 auto;
|
|
1146
1146
|
width: 100%;
|
|
1147
|
-
padding-left: 8px;
|
|
1148
|
-
padding-right: 8px;
|
|
1147
|
+
padding-left: 8px !important;
|
|
1148
|
+
padding-right: 8px !important;
|
|
1149
1149
|
}
|
|
1150
1150
|
}
|
|
1151
1151
|
@media (min-width: 1280px) {
|
|
@@ -1347,871 +1347,871 @@
|
|
|
1347
1347
|
}
|
|
1348
1348
|
}
|
|
1349
1349
|
:host(.padding--none) {
|
|
1350
|
-
padding: 0;
|
|
1350
|
+
padding: 0 !important;
|
|
1351
1351
|
}
|
|
1352
1352
|
|
|
1353
1353
|
:host(.padding--l-none) {
|
|
1354
|
-
padding-left: 0;
|
|
1354
|
+
padding-left: 0 !important;
|
|
1355
1355
|
}
|
|
1356
1356
|
|
|
1357
1357
|
:host(.padding--r-none) {
|
|
1358
|
-
padding-right: 0;
|
|
1358
|
+
padding-right: 0 !important;
|
|
1359
1359
|
}
|
|
1360
1360
|
|
|
1361
1361
|
:host(.padding--t-none) {
|
|
1362
|
-
padding-top: 0;
|
|
1362
|
+
padding-top: 0 !important;
|
|
1363
1363
|
}
|
|
1364
1364
|
|
|
1365
1365
|
:host(.padding--b-none) {
|
|
1366
|
-
padding-bottom: 0;
|
|
1366
|
+
padding-bottom: 0 !important;
|
|
1367
1367
|
}
|
|
1368
1368
|
|
|
1369
1369
|
:host(.padding--x-none) {
|
|
1370
|
-
padding-left: 0;
|
|
1371
|
-
padding-right: 0;
|
|
1370
|
+
padding-left: 0 !important;
|
|
1371
|
+
padding-right: 0 !important;
|
|
1372
1372
|
}
|
|
1373
1373
|
|
|
1374
1374
|
:host(.padding--y-none) {
|
|
1375
|
-
padding-top: 0;
|
|
1376
|
-
padding-bottom: 0;
|
|
1375
|
+
padding-top: 0 !important;
|
|
1376
|
+
padding-bottom: 0 !important;
|
|
1377
1377
|
}
|
|
1378
1378
|
|
|
1379
1379
|
:host(.padding--half) {
|
|
1380
|
-
padding: 4px;
|
|
1380
|
+
padding: 4px !important;
|
|
1381
1381
|
}
|
|
1382
1382
|
|
|
1383
1383
|
:host(.padding--l-half) {
|
|
1384
|
-
padding-left: 4px;
|
|
1384
|
+
padding-left: 4px !important;
|
|
1385
1385
|
}
|
|
1386
1386
|
|
|
1387
1387
|
:host(.padding--r-half) {
|
|
1388
|
-
padding-right: 4px;
|
|
1388
|
+
padding-right: 4px !important;
|
|
1389
1389
|
}
|
|
1390
1390
|
|
|
1391
1391
|
:host(.padding--t-half) {
|
|
1392
|
-
padding-top: 4px;
|
|
1392
|
+
padding-top: 4px !important;
|
|
1393
1393
|
}
|
|
1394
1394
|
|
|
1395
1395
|
:host(.padding--b-half) {
|
|
1396
|
-
padding-bottom: 4px;
|
|
1396
|
+
padding-bottom: 4px !important;
|
|
1397
1397
|
}
|
|
1398
1398
|
|
|
1399
1399
|
:host(.padding--x-half) {
|
|
1400
|
-
padding-left: 4px;
|
|
1401
|
-
padding-right: 4px;
|
|
1400
|
+
padding-left: 4px !important;
|
|
1401
|
+
padding-right: 4px !important;
|
|
1402
1402
|
}
|
|
1403
1403
|
|
|
1404
1404
|
:host(.padding--y-half) {
|
|
1405
|
-
padding-top: 4px;
|
|
1406
|
-
padding-bottom: 4px;
|
|
1405
|
+
padding-top: 4px !important;
|
|
1406
|
+
padding-bottom: 4px !important;
|
|
1407
1407
|
}
|
|
1408
1408
|
|
|
1409
1409
|
:host(.padding--1) {
|
|
1410
|
-
padding: 8px;
|
|
1410
|
+
padding: 8px !important;
|
|
1411
1411
|
}
|
|
1412
1412
|
|
|
1413
1413
|
:host(.padding--l-1) {
|
|
1414
|
-
padding-left: 8px;
|
|
1414
|
+
padding-left: 8px !important;
|
|
1415
1415
|
}
|
|
1416
1416
|
|
|
1417
1417
|
:host(.padding--r-1) {
|
|
1418
|
-
padding-right: 8px;
|
|
1418
|
+
padding-right: 8px !important;
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
1421
1421
|
:host(.padding--t-1) {
|
|
1422
|
-
padding-top: 8px;
|
|
1422
|
+
padding-top: 8px !important;
|
|
1423
1423
|
}
|
|
1424
1424
|
|
|
1425
1425
|
:host(.padding--b-1) {
|
|
1426
|
-
padding-bottom: 8px;
|
|
1426
|
+
padding-bottom: 8px !important;
|
|
1427
1427
|
}
|
|
1428
1428
|
|
|
1429
1429
|
:host(.padding--x-1) {
|
|
1430
|
-
padding-left: 8px;
|
|
1431
|
-
padding-right: 8px;
|
|
1430
|
+
padding-left: 8px !important;
|
|
1431
|
+
padding-right: 8px !important;
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
1434
|
:host(.padding--y-1) {
|
|
1435
|
-
padding-top: 8px;
|
|
1436
|
-
padding-bottom: 8px;
|
|
1435
|
+
padding-top: 8px !important;
|
|
1436
|
+
padding-bottom: 8px !important;
|
|
1437
1437
|
}
|
|
1438
1438
|
|
|
1439
1439
|
:host(.padding--2) {
|
|
1440
|
-
padding: 16px;
|
|
1440
|
+
padding: 16px !important;
|
|
1441
1441
|
}
|
|
1442
1442
|
|
|
1443
1443
|
:host(.padding--l-2) {
|
|
1444
|
-
padding-left: 16px;
|
|
1444
|
+
padding-left: 16px !important;
|
|
1445
1445
|
}
|
|
1446
1446
|
|
|
1447
1447
|
:host(.padding--r-2) {
|
|
1448
|
-
padding-right: 16px;
|
|
1448
|
+
padding-right: 16px !important;
|
|
1449
1449
|
}
|
|
1450
1450
|
|
|
1451
1451
|
:host(.padding--t-2) {
|
|
1452
|
-
padding-top: 16px;
|
|
1452
|
+
padding-top: 16px !important;
|
|
1453
1453
|
}
|
|
1454
1454
|
|
|
1455
1455
|
:host(.padding--b-2) {
|
|
1456
|
-
padding-bottom: 16px;
|
|
1456
|
+
padding-bottom: 16px !important;
|
|
1457
1457
|
}
|
|
1458
1458
|
|
|
1459
1459
|
:host(.padding--x-2) {
|
|
1460
|
-
padding-left: 16px;
|
|
1461
|
-
padding-right: 16px;
|
|
1460
|
+
padding-left: 16px !important;
|
|
1461
|
+
padding-right: 16px !important;
|
|
1462
1462
|
}
|
|
1463
1463
|
|
|
1464
1464
|
:host(.padding--y-2) {
|
|
1465
|
-
padding-top: 16px;
|
|
1466
|
-
padding-bottom: 16px;
|
|
1465
|
+
padding-top: 16px !important;
|
|
1466
|
+
padding-bottom: 16px !important;
|
|
1467
1467
|
}
|
|
1468
1468
|
|
|
1469
1469
|
:host(.padding--3) {
|
|
1470
|
-
padding: 24px;
|
|
1470
|
+
padding: 24px !important;
|
|
1471
1471
|
}
|
|
1472
1472
|
|
|
1473
1473
|
:host(.padding--l-3) {
|
|
1474
|
-
padding-left: 24px;
|
|
1474
|
+
padding-left: 24px !important;
|
|
1475
1475
|
}
|
|
1476
1476
|
|
|
1477
1477
|
:host(.padding--r-3) {
|
|
1478
|
-
padding-right: 24px;
|
|
1478
|
+
padding-right: 24px !important;
|
|
1479
1479
|
}
|
|
1480
1480
|
|
|
1481
1481
|
:host(.padding--t-3) {
|
|
1482
|
-
padding-top: 24px;
|
|
1482
|
+
padding-top: 24px !important;
|
|
1483
1483
|
}
|
|
1484
1484
|
|
|
1485
1485
|
:host(.padding--b-3) {
|
|
1486
|
-
padding-bottom: 24px;
|
|
1486
|
+
padding-bottom: 24px !important;
|
|
1487
1487
|
}
|
|
1488
1488
|
|
|
1489
1489
|
:host(.padding--x-3) {
|
|
1490
|
-
padding-left: 24px;
|
|
1491
|
-
padding-right: 24px;
|
|
1490
|
+
padding-left: 24px !important;
|
|
1491
|
+
padding-right: 24px !important;
|
|
1492
1492
|
}
|
|
1493
1493
|
|
|
1494
1494
|
:host(.padding--y-3) {
|
|
1495
|
-
padding-top: 24px;
|
|
1496
|
-
padding-bottom: 24px;
|
|
1495
|
+
padding-top: 24px !important;
|
|
1496
|
+
padding-bottom: 24px !important;
|
|
1497
1497
|
}
|
|
1498
1498
|
|
|
1499
1499
|
:host(.padding--4) {
|
|
1500
|
-
padding: 32px;
|
|
1500
|
+
padding: 32px !important;
|
|
1501
1501
|
}
|
|
1502
1502
|
|
|
1503
1503
|
:host(.padding--l-4) {
|
|
1504
|
-
padding-left: 32px;
|
|
1504
|
+
padding-left: 32px !important;
|
|
1505
1505
|
}
|
|
1506
1506
|
|
|
1507
1507
|
:host(.padding--r-4) {
|
|
1508
|
-
padding-right: 32px;
|
|
1508
|
+
padding-right: 32px !important;
|
|
1509
1509
|
}
|
|
1510
1510
|
|
|
1511
1511
|
:host(.padding--t-4) {
|
|
1512
|
-
padding-top: 32px;
|
|
1512
|
+
padding-top: 32px !important;
|
|
1513
1513
|
}
|
|
1514
1514
|
|
|
1515
1515
|
:host(.padding--b-4) {
|
|
1516
|
-
padding-bottom: 32px;
|
|
1516
|
+
padding-bottom: 32px !important;
|
|
1517
1517
|
}
|
|
1518
1518
|
|
|
1519
1519
|
:host(.padding--x-4) {
|
|
1520
|
-
padding-left: 32px;
|
|
1521
|
-
padding-right: 32px;
|
|
1520
|
+
padding-left: 32px !important;
|
|
1521
|
+
padding-right: 32px !important;
|
|
1522
1522
|
}
|
|
1523
1523
|
|
|
1524
1524
|
:host(.padding--y-4) {
|
|
1525
|
-
padding-top: 32px;
|
|
1526
|
-
padding-bottom: 32px;
|
|
1525
|
+
padding-top: 32px !important;
|
|
1526
|
+
padding-bottom: 32px !important;
|
|
1527
1527
|
}
|
|
1528
1528
|
|
|
1529
1529
|
:host(.padding--5) {
|
|
1530
|
-
padding: 40px;
|
|
1530
|
+
padding: 40px !important;
|
|
1531
1531
|
}
|
|
1532
1532
|
|
|
1533
1533
|
:host(.padding--l-5) {
|
|
1534
|
-
padding-left: 40px;
|
|
1534
|
+
padding-left: 40px !important;
|
|
1535
1535
|
}
|
|
1536
1536
|
|
|
1537
1537
|
:host(.padding--r-5) {
|
|
1538
|
-
padding-right: 40px;
|
|
1538
|
+
padding-right: 40px !important;
|
|
1539
1539
|
}
|
|
1540
1540
|
|
|
1541
1541
|
:host(.padding--t-5) {
|
|
1542
|
-
padding-top: 40px;
|
|
1542
|
+
padding-top: 40px !important;
|
|
1543
1543
|
}
|
|
1544
1544
|
|
|
1545
1545
|
:host(.padding--b-5) {
|
|
1546
|
-
padding-bottom: 40px;
|
|
1546
|
+
padding-bottom: 40px !important;
|
|
1547
1547
|
}
|
|
1548
1548
|
|
|
1549
1549
|
:host(.padding--x-5) {
|
|
1550
|
-
padding-left: 40px;
|
|
1551
|
-
padding-right: 40px;
|
|
1550
|
+
padding-left: 40px !important;
|
|
1551
|
+
padding-right: 40px !important;
|
|
1552
1552
|
}
|
|
1553
1553
|
|
|
1554
1554
|
:host(.padding--y-5) {
|
|
1555
|
-
padding-top: 40px;
|
|
1556
|
-
padding-bottom: 40px;
|
|
1555
|
+
padding-top: 40px !important;
|
|
1556
|
+
padding-bottom: 40px !important;
|
|
1557
1557
|
}
|
|
1558
1558
|
|
|
1559
1559
|
:host(.padding--6) {
|
|
1560
|
-
padding: 48px;
|
|
1560
|
+
padding: 48px !important;
|
|
1561
1561
|
}
|
|
1562
1562
|
|
|
1563
1563
|
:host(.padding--l-6) {
|
|
1564
|
-
padding-left: 48px;
|
|
1564
|
+
padding-left: 48px !important;
|
|
1565
1565
|
}
|
|
1566
1566
|
|
|
1567
1567
|
:host(.padding--r-6) {
|
|
1568
|
-
padding-right: 48px;
|
|
1568
|
+
padding-right: 48px !important;
|
|
1569
1569
|
}
|
|
1570
1570
|
|
|
1571
1571
|
:host(.padding--t-6) {
|
|
1572
|
-
padding-top: 48px;
|
|
1572
|
+
padding-top: 48px !important;
|
|
1573
1573
|
}
|
|
1574
1574
|
|
|
1575
1575
|
:host(.padding--b-6) {
|
|
1576
|
-
padding-bottom: 48px;
|
|
1576
|
+
padding-bottom: 48px !important;
|
|
1577
1577
|
}
|
|
1578
1578
|
|
|
1579
1579
|
:host(.padding--x-6) {
|
|
1580
|
-
padding-left: 48px;
|
|
1581
|
-
padding-right: 48px;
|
|
1580
|
+
padding-left: 48px !important;
|
|
1581
|
+
padding-right: 48px !important;
|
|
1582
1582
|
}
|
|
1583
1583
|
|
|
1584
1584
|
:host(.padding--y-6) {
|
|
1585
|
-
padding-top: 48px;
|
|
1586
|
-
padding-bottom: 48px;
|
|
1585
|
+
padding-top: 48px !important;
|
|
1586
|
+
padding-bottom: 48px !important;
|
|
1587
1587
|
}
|
|
1588
1588
|
|
|
1589
1589
|
:host(.padding--7) {
|
|
1590
|
-
padding: 56px;
|
|
1590
|
+
padding: 56px !important;
|
|
1591
1591
|
}
|
|
1592
1592
|
|
|
1593
1593
|
:host(.padding--l-7) {
|
|
1594
|
-
padding-left: 56px;
|
|
1594
|
+
padding-left: 56px !important;
|
|
1595
1595
|
}
|
|
1596
1596
|
|
|
1597
1597
|
:host(.padding--r-7) {
|
|
1598
|
-
padding-right: 56px;
|
|
1598
|
+
padding-right: 56px !important;
|
|
1599
1599
|
}
|
|
1600
1600
|
|
|
1601
1601
|
:host(.padding--t-7) {
|
|
1602
|
-
padding-top: 56px;
|
|
1602
|
+
padding-top: 56px !important;
|
|
1603
1603
|
}
|
|
1604
1604
|
|
|
1605
1605
|
:host(.padding--b-7) {
|
|
1606
|
-
padding-bottom: 56px;
|
|
1606
|
+
padding-bottom: 56px !important;
|
|
1607
1607
|
}
|
|
1608
1608
|
|
|
1609
1609
|
:host(.padding--x-7) {
|
|
1610
|
-
padding-left: 56px;
|
|
1611
|
-
padding-right: 56px;
|
|
1610
|
+
padding-left: 56px !important;
|
|
1611
|
+
padding-right: 56px !important;
|
|
1612
1612
|
}
|
|
1613
1613
|
|
|
1614
1614
|
:host(.padding--y-7) {
|
|
1615
|
-
padding-top: 56px;
|
|
1616
|
-
padding-bottom: 56px;
|
|
1615
|
+
padding-top: 56px !important;
|
|
1616
|
+
padding-bottom: 56px !important;
|
|
1617
1617
|
}
|
|
1618
1618
|
|
|
1619
1619
|
:host(.padding--8) {
|
|
1620
|
-
padding: 64px;
|
|
1620
|
+
padding: 64px !important;
|
|
1621
1621
|
}
|
|
1622
1622
|
|
|
1623
1623
|
:host(.padding--l-8) {
|
|
1624
|
-
padding-left: 64px;
|
|
1624
|
+
padding-left: 64px !important;
|
|
1625
1625
|
}
|
|
1626
1626
|
|
|
1627
1627
|
:host(.padding--r-8) {
|
|
1628
|
-
padding-right: 64px;
|
|
1628
|
+
padding-right: 64px !important;
|
|
1629
1629
|
}
|
|
1630
1630
|
|
|
1631
1631
|
:host(.padding--t-8) {
|
|
1632
|
-
padding-top: 64px;
|
|
1632
|
+
padding-top: 64px !important;
|
|
1633
1633
|
}
|
|
1634
1634
|
|
|
1635
1635
|
:host(.padding--b-8) {
|
|
1636
|
-
padding-bottom: 64px;
|
|
1636
|
+
padding-bottom: 64px !important;
|
|
1637
1637
|
}
|
|
1638
1638
|
|
|
1639
1639
|
:host(.padding--x-8) {
|
|
1640
|
-
padding-left: 64px;
|
|
1641
|
-
padding-right: 64px;
|
|
1640
|
+
padding-left: 64px !important;
|
|
1641
|
+
padding-right: 64px !important;
|
|
1642
1642
|
}
|
|
1643
1643
|
|
|
1644
1644
|
:host(.padding--y-8) {
|
|
1645
|
-
padding-top: 64px;
|
|
1646
|
-
padding-bottom: 64px;
|
|
1645
|
+
padding-top: 64px !important;
|
|
1646
|
+
padding-bottom: 64px !important;
|
|
1647
1647
|
}
|
|
1648
1648
|
|
|
1649
1649
|
:host(.padding--9) {
|
|
1650
|
-
padding: 72px;
|
|
1650
|
+
padding: 72px !important;
|
|
1651
1651
|
}
|
|
1652
1652
|
|
|
1653
1653
|
:host(.padding--l-9) {
|
|
1654
|
-
padding-left: 72px;
|
|
1654
|
+
padding-left: 72px !important;
|
|
1655
1655
|
}
|
|
1656
1656
|
|
|
1657
1657
|
:host(.padding--r-9) {
|
|
1658
|
-
padding-right: 72px;
|
|
1658
|
+
padding-right: 72px !important;
|
|
1659
1659
|
}
|
|
1660
1660
|
|
|
1661
1661
|
:host(.padding--t-9) {
|
|
1662
|
-
padding-top: 72px;
|
|
1662
|
+
padding-top: 72px !important;
|
|
1663
1663
|
}
|
|
1664
1664
|
|
|
1665
1665
|
:host(.padding--b-9) {
|
|
1666
|
-
padding-bottom: 72px;
|
|
1666
|
+
padding-bottom: 72px !important;
|
|
1667
1667
|
}
|
|
1668
1668
|
|
|
1669
1669
|
:host(.padding--x-9) {
|
|
1670
|
-
padding-left: 72px;
|
|
1671
|
-
padding-right: 72px;
|
|
1670
|
+
padding-left: 72px !important;
|
|
1671
|
+
padding-right: 72px !important;
|
|
1672
1672
|
}
|
|
1673
1673
|
|
|
1674
1674
|
:host(.padding--y-9) {
|
|
1675
|
-
padding-top: 72px;
|
|
1676
|
-
padding-bottom: 72px;
|
|
1675
|
+
padding-top: 72px !important;
|
|
1676
|
+
padding-bottom: 72px !important;
|
|
1677
1677
|
}
|
|
1678
1678
|
|
|
1679
1679
|
:host(.padding--10) {
|
|
1680
|
-
padding: 80px;
|
|
1680
|
+
padding: 80px !important;
|
|
1681
1681
|
}
|
|
1682
1682
|
|
|
1683
1683
|
:host(.padding--l-10) {
|
|
1684
|
-
padding-left: 80px;
|
|
1684
|
+
padding-left: 80px !important;
|
|
1685
1685
|
}
|
|
1686
1686
|
|
|
1687
1687
|
:host(.padding--r-10) {
|
|
1688
|
-
padding-right: 80px;
|
|
1688
|
+
padding-right: 80px !important;
|
|
1689
1689
|
}
|
|
1690
1690
|
|
|
1691
1691
|
:host(.padding--t-10) {
|
|
1692
|
-
padding-top: 80px;
|
|
1692
|
+
padding-top: 80px !important;
|
|
1693
1693
|
}
|
|
1694
1694
|
|
|
1695
1695
|
:host(.padding--b-10) {
|
|
1696
|
-
padding-bottom: 80px;
|
|
1696
|
+
padding-bottom: 80px !important;
|
|
1697
1697
|
}
|
|
1698
1698
|
|
|
1699
1699
|
:host(.padding--x-10) {
|
|
1700
|
-
padding-left: 80px;
|
|
1701
|
-
padding-right: 80px;
|
|
1700
|
+
padding-left: 80px !important;
|
|
1701
|
+
padding-right: 80px !important;
|
|
1702
1702
|
}
|
|
1703
1703
|
|
|
1704
1704
|
:host(.padding--y-10) {
|
|
1705
|
-
padding-top: 80px;
|
|
1706
|
-
padding-bottom: 80px;
|
|
1705
|
+
padding-top: 80px !important;
|
|
1706
|
+
padding-bottom: 80px !important;
|
|
1707
1707
|
}
|
|
1708
1708
|
|
|
1709
1709
|
:host(.padding--11) {
|
|
1710
|
-
padding: 88px;
|
|
1710
|
+
padding: 88px !important;
|
|
1711
1711
|
}
|
|
1712
1712
|
|
|
1713
1713
|
:host(.padding--l-11) {
|
|
1714
|
-
padding-left: 88px;
|
|
1714
|
+
padding-left: 88px !important;
|
|
1715
1715
|
}
|
|
1716
1716
|
|
|
1717
1717
|
:host(.padding--r-11) {
|
|
1718
|
-
padding-right: 88px;
|
|
1718
|
+
padding-right: 88px !important;
|
|
1719
1719
|
}
|
|
1720
1720
|
|
|
1721
1721
|
:host(.padding--t-11) {
|
|
1722
|
-
padding-top: 88px;
|
|
1722
|
+
padding-top: 88px !important;
|
|
1723
1723
|
}
|
|
1724
1724
|
|
|
1725
1725
|
:host(.padding--b-11) {
|
|
1726
|
-
padding-bottom: 88px;
|
|
1726
|
+
padding-bottom: 88px !important;
|
|
1727
1727
|
}
|
|
1728
1728
|
|
|
1729
1729
|
:host(.padding--x-11) {
|
|
1730
|
-
padding-left: 88px;
|
|
1731
|
-
padding-right: 88px;
|
|
1730
|
+
padding-left: 88px !important;
|
|
1731
|
+
padding-right: 88px !important;
|
|
1732
1732
|
}
|
|
1733
1733
|
|
|
1734
1734
|
:host(.padding--y-11) {
|
|
1735
|
-
padding-top: 88px;
|
|
1736
|
-
padding-bottom: 88px;
|
|
1735
|
+
padding-top: 88px !important;
|
|
1736
|
+
padding-bottom: 88px !important;
|
|
1737
1737
|
}
|
|
1738
1738
|
|
|
1739
1739
|
:host(.padding--12) {
|
|
1740
|
-
padding: 96px;
|
|
1740
|
+
padding: 96px !important;
|
|
1741
1741
|
}
|
|
1742
1742
|
|
|
1743
1743
|
:host(.padding--l-12) {
|
|
1744
|
-
padding-left: 96px;
|
|
1744
|
+
padding-left: 96px !important;
|
|
1745
1745
|
}
|
|
1746
1746
|
|
|
1747
1747
|
:host(.padding--r-12) {
|
|
1748
|
-
padding-right: 96px;
|
|
1748
|
+
padding-right: 96px !important;
|
|
1749
1749
|
}
|
|
1750
1750
|
|
|
1751
1751
|
:host(.padding--t-12) {
|
|
1752
|
-
padding-top: 96px;
|
|
1752
|
+
padding-top: 96px !important;
|
|
1753
1753
|
}
|
|
1754
1754
|
|
|
1755
1755
|
:host(.padding--b-12) {
|
|
1756
|
-
padding-bottom: 96px;
|
|
1756
|
+
padding-bottom: 96px !important;
|
|
1757
1757
|
}
|
|
1758
1758
|
|
|
1759
1759
|
:host(.padding--x-12) {
|
|
1760
|
-
padding-left: 96px;
|
|
1761
|
-
padding-right: 96px;
|
|
1760
|
+
padding-left: 96px !important;
|
|
1761
|
+
padding-right: 96px !important;
|
|
1762
1762
|
}
|
|
1763
1763
|
|
|
1764
1764
|
:host(.padding--y-12) {
|
|
1765
|
-
padding-top: 96px;
|
|
1766
|
-
padding-bottom: 96px;
|
|
1765
|
+
padding-top: 96px !important;
|
|
1766
|
+
padding-bottom: 96px !important;
|
|
1767
1767
|
}
|
|
1768
1768
|
|
|
1769
1769
|
:host(.margin--auto) {
|
|
1770
|
-
margin: auto;
|
|
1770
|
+
margin: auto !important;
|
|
1771
1771
|
}
|
|
1772
1772
|
|
|
1773
1773
|
:host(.margin--l-auto) {
|
|
1774
|
-
margin-left: auto;
|
|
1774
|
+
margin-left: auto !important;
|
|
1775
1775
|
}
|
|
1776
1776
|
|
|
1777
1777
|
:host(.margin--r-auto) {
|
|
1778
|
-
margin-right: auto;
|
|
1778
|
+
margin-right: auto !important;
|
|
1779
1779
|
}
|
|
1780
1780
|
|
|
1781
1781
|
:host(.margin--t-auto) {
|
|
1782
|
-
margin-top: auto;
|
|
1782
|
+
margin-top: auto !important;
|
|
1783
1783
|
}
|
|
1784
1784
|
|
|
1785
1785
|
:host(.margin--b-auto) {
|
|
1786
|
-
margin-bottom: auto;
|
|
1786
|
+
margin-bottom: auto !important;
|
|
1787
1787
|
}
|
|
1788
1788
|
|
|
1789
1789
|
:host(.margin--x-auto) {
|
|
1790
|
-
margin-left: auto;
|
|
1791
|
-
margin-right: auto;
|
|
1790
|
+
margin-left: auto !important;
|
|
1791
|
+
margin-right: auto !important;
|
|
1792
1792
|
}
|
|
1793
1793
|
|
|
1794
1794
|
:host(.margin--y-auto) {
|
|
1795
|
-
margin-top: auto;
|
|
1796
|
-
margin-bottom: auto;
|
|
1795
|
+
margin-top: auto !important;
|
|
1796
|
+
margin-bottom: auto !important;
|
|
1797
1797
|
}
|
|
1798
1798
|
|
|
1799
1799
|
:host(.margin--none) {
|
|
1800
|
-
margin: 0;
|
|
1800
|
+
margin: 0 !important;
|
|
1801
1801
|
}
|
|
1802
1802
|
|
|
1803
1803
|
:host(.margin--l-none) {
|
|
1804
|
-
margin-left: 0;
|
|
1804
|
+
margin-left: 0 !important;
|
|
1805
1805
|
}
|
|
1806
1806
|
|
|
1807
1807
|
:host(.margin--r-none) {
|
|
1808
|
-
margin-right: 0;
|
|
1808
|
+
margin-right: 0 !important;
|
|
1809
1809
|
}
|
|
1810
1810
|
|
|
1811
1811
|
:host(.margin--t-none) {
|
|
1812
|
-
margin-top: 0;
|
|
1812
|
+
margin-top: 0 !important;
|
|
1813
1813
|
}
|
|
1814
1814
|
|
|
1815
1815
|
:host(.margin--b-none) {
|
|
1816
|
-
margin-bottom: 0;
|
|
1816
|
+
margin-bottom: 0 !important;
|
|
1817
1817
|
}
|
|
1818
1818
|
|
|
1819
1819
|
:host(.margin--x-none) {
|
|
1820
|
-
margin-left: 0;
|
|
1821
|
-
margin-right: 0;
|
|
1820
|
+
margin-left: 0 !important;
|
|
1821
|
+
margin-right: 0 !important;
|
|
1822
1822
|
}
|
|
1823
1823
|
|
|
1824
1824
|
:host(.margin--y-none) {
|
|
1825
|
-
margin-top: 0;
|
|
1826
|
-
margin-bottom: 0;
|
|
1825
|
+
margin-top: 0 !important;
|
|
1826
|
+
margin-bottom: 0 !important;
|
|
1827
1827
|
}
|
|
1828
1828
|
|
|
1829
1829
|
:host(.margin--half) {
|
|
1830
|
-
margin: 4px;
|
|
1830
|
+
margin: 4px !important;
|
|
1831
1831
|
}
|
|
1832
1832
|
|
|
1833
1833
|
:host(.margin--l-half) {
|
|
1834
|
-
margin-left: 4px;
|
|
1834
|
+
margin-left: 4px !important;
|
|
1835
1835
|
}
|
|
1836
1836
|
|
|
1837
1837
|
:host(.margin--r-half) {
|
|
1838
|
-
margin-right: 4px;
|
|
1838
|
+
margin-right: 4px !important;
|
|
1839
1839
|
}
|
|
1840
1840
|
|
|
1841
1841
|
:host(.margin--t-half) {
|
|
1842
|
-
margin-top: 4px;
|
|
1842
|
+
margin-top: 4px !important;
|
|
1843
1843
|
}
|
|
1844
1844
|
|
|
1845
1845
|
:host(.margin--b-half) {
|
|
1846
|
-
margin-bottom: 4px;
|
|
1846
|
+
margin-bottom: 4px !important;
|
|
1847
1847
|
}
|
|
1848
1848
|
|
|
1849
1849
|
:host(.margin--x-half) {
|
|
1850
|
-
margin-left: 4px;
|
|
1851
|
-
margin-right: 4px;
|
|
1850
|
+
margin-left: 4px !important;
|
|
1851
|
+
margin-right: 4px !important;
|
|
1852
1852
|
}
|
|
1853
1853
|
|
|
1854
1854
|
:host(.margin--y-half) {
|
|
1855
|
-
margin-top: 4px;
|
|
1856
|
-
margin-bottom: 4px;
|
|
1855
|
+
margin-top: 4px !important;
|
|
1856
|
+
margin-bottom: 4px !important;
|
|
1857
1857
|
}
|
|
1858
1858
|
|
|
1859
1859
|
:host(.margin--1) {
|
|
1860
|
-
margin: 8px;
|
|
1860
|
+
margin: 8px !important;
|
|
1861
1861
|
}
|
|
1862
1862
|
|
|
1863
1863
|
:host(.margin--l-1) {
|
|
1864
|
-
margin-left: 8px;
|
|
1864
|
+
margin-left: 8px !important;
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
1867
|
:host(.margin--r-1) {
|
|
1868
|
-
margin-right: 8px;
|
|
1868
|
+
margin-right: 8px !important;
|
|
1869
1869
|
}
|
|
1870
1870
|
|
|
1871
1871
|
:host(.margin--t-1) {
|
|
1872
|
-
margin-top: 8px;
|
|
1872
|
+
margin-top: 8px !important;
|
|
1873
1873
|
}
|
|
1874
1874
|
|
|
1875
1875
|
:host(.margin--b-1) {
|
|
1876
|
-
margin-bottom: 8px;
|
|
1876
|
+
margin-bottom: 8px !important;
|
|
1877
1877
|
}
|
|
1878
1878
|
|
|
1879
1879
|
:host(.margin--x-1) {
|
|
1880
|
-
margin-left: 8px;
|
|
1881
|
-
margin-right: 8px;
|
|
1880
|
+
margin-left: 8px !important;
|
|
1881
|
+
margin-right: 8px !important;
|
|
1882
1882
|
}
|
|
1883
1883
|
|
|
1884
1884
|
:host(.margin--y-1) {
|
|
1885
|
-
margin-top: 8px;
|
|
1886
|
-
margin-bottom: 8px;
|
|
1885
|
+
margin-top: 8px !important;
|
|
1886
|
+
margin-bottom: 8px !important;
|
|
1887
1887
|
}
|
|
1888
1888
|
|
|
1889
1889
|
:host(.margin--2) {
|
|
1890
|
-
margin: 16px;
|
|
1890
|
+
margin: 16px !important;
|
|
1891
1891
|
}
|
|
1892
1892
|
|
|
1893
1893
|
:host(.margin--l-2) {
|
|
1894
|
-
margin-left: 16px;
|
|
1894
|
+
margin-left: 16px !important;
|
|
1895
1895
|
}
|
|
1896
1896
|
|
|
1897
1897
|
:host(.margin--r-2) {
|
|
1898
|
-
margin-right: 16px;
|
|
1898
|
+
margin-right: 16px !important;
|
|
1899
1899
|
}
|
|
1900
1900
|
|
|
1901
1901
|
:host(.margin--t-2) {
|
|
1902
|
-
margin-top: 16px;
|
|
1902
|
+
margin-top: 16px !important;
|
|
1903
1903
|
}
|
|
1904
1904
|
|
|
1905
1905
|
:host(.margin--b-2) {
|
|
1906
|
-
margin-bottom: 16px;
|
|
1906
|
+
margin-bottom: 16px !important;
|
|
1907
1907
|
}
|
|
1908
1908
|
|
|
1909
1909
|
:host(.margin--x-2) {
|
|
1910
|
-
margin-left: 16px;
|
|
1911
|
-
margin-right: 16px;
|
|
1910
|
+
margin-left: 16px !important;
|
|
1911
|
+
margin-right: 16px !important;
|
|
1912
1912
|
}
|
|
1913
1913
|
|
|
1914
1914
|
:host(.margin--y-2) {
|
|
1915
|
-
margin-top: 16px;
|
|
1916
|
-
margin-bottom: 16px;
|
|
1915
|
+
margin-top: 16px !important;
|
|
1916
|
+
margin-bottom: 16px !important;
|
|
1917
1917
|
}
|
|
1918
1918
|
|
|
1919
1919
|
:host(.margin--3) {
|
|
1920
|
-
margin: 24px;
|
|
1920
|
+
margin: 24px !important;
|
|
1921
1921
|
}
|
|
1922
1922
|
|
|
1923
1923
|
:host(.margin--l-3) {
|
|
1924
|
-
margin-left: 24px;
|
|
1924
|
+
margin-left: 24px !important;
|
|
1925
1925
|
}
|
|
1926
1926
|
|
|
1927
1927
|
:host(.margin--r-3) {
|
|
1928
|
-
margin-right: 24px;
|
|
1928
|
+
margin-right: 24px !important;
|
|
1929
1929
|
}
|
|
1930
1930
|
|
|
1931
1931
|
:host(.margin--t-3) {
|
|
1932
|
-
margin-top: 24px;
|
|
1932
|
+
margin-top: 24px !important;
|
|
1933
1933
|
}
|
|
1934
1934
|
|
|
1935
1935
|
:host(.margin--b-3) {
|
|
1936
|
-
margin-bottom: 24px;
|
|
1936
|
+
margin-bottom: 24px !important;
|
|
1937
1937
|
}
|
|
1938
1938
|
|
|
1939
1939
|
:host(.margin--x-3) {
|
|
1940
|
-
margin-left: 24px;
|
|
1941
|
-
margin-right: 24px;
|
|
1940
|
+
margin-left: 24px !important;
|
|
1941
|
+
margin-right: 24px !important;
|
|
1942
1942
|
}
|
|
1943
1943
|
|
|
1944
1944
|
:host(.margin--y-3) {
|
|
1945
|
-
margin-top: 24px;
|
|
1946
|
-
margin-bottom: 24px;
|
|
1945
|
+
margin-top: 24px !important;
|
|
1946
|
+
margin-bottom: 24px !important;
|
|
1947
1947
|
}
|
|
1948
1948
|
|
|
1949
1949
|
:host(.margin--4) {
|
|
1950
|
-
margin: 32px;
|
|
1950
|
+
margin: 32px !important;
|
|
1951
1951
|
}
|
|
1952
1952
|
|
|
1953
1953
|
:host(.margin--l-4) {
|
|
1954
|
-
margin-left: 32px;
|
|
1954
|
+
margin-left: 32px !important;
|
|
1955
1955
|
}
|
|
1956
1956
|
|
|
1957
1957
|
:host(.margin--r-4) {
|
|
1958
|
-
margin-right: 32px;
|
|
1958
|
+
margin-right: 32px !important;
|
|
1959
1959
|
}
|
|
1960
1960
|
|
|
1961
1961
|
:host(.margin--t-4) {
|
|
1962
|
-
margin-top: 32px;
|
|
1962
|
+
margin-top: 32px !important;
|
|
1963
1963
|
}
|
|
1964
1964
|
|
|
1965
1965
|
:host(.margin--b-4) {
|
|
1966
|
-
margin-bottom: 32px;
|
|
1966
|
+
margin-bottom: 32px !important;
|
|
1967
1967
|
}
|
|
1968
1968
|
|
|
1969
1969
|
:host(.margin--x-4) {
|
|
1970
|
-
margin-left: 32px;
|
|
1971
|
-
margin-right: 32px;
|
|
1970
|
+
margin-left: 32px !important;
|
|
1971
|
+
margin-right: 32px !important;
|
|
1972
1972
|
}
|
|
1973
1973
|
|
|
1974
1974
|
:host(.margin--y-4) {
|
|
1975
|
-
margin-top: 32px;
|
|
1976
|
-
margin-bottom: 32px;
|
|
1975
|
+
margin-top: 32px !important;
|
|
1976
|
+
margin-bottom: 32px !important;
|
|
1977
1977
|
}
|
|
1978
1978
|
|
|
1979
1979
|
:host(.margin--5) {
|
|
1980
|
-
margin: 40px;
|
|
1980
|
+
margin: 40px !important;
|
|
1981
1981
|
}
|
|
1982
1982
|
|
|
1983
1983
|
:host(.margin--l-5) {
|
|
1984
|
-
margin-left: 40px;
|
|
1984
|
+
margin-left: 40px !important;
|
|
1985
1985
|
}
|
|
1986
1986
|
|
|
1987
1987
|
:host(.margin--r-5) {
|
|
1988
|
-
margin-right: 40px;
|
|
1988
|
+
margin-right: 40px !important;
|
|
1989
1989
|
}
|
|
1990
1990
|
|
|
1991
1991
|
:host(.margin--t-5) {
|
|
1992
|
-
margin-top: 40px;
|
|
1992
|
+
margin-top: 40px !important;
|
|
1993
1993
|
}
|
|
1994
1994
|
|
|
1995
1995
|
:host(.margin--b-5) {
|
|
1996
|
-
margin-bottom: 40px;
|
|
1996
|
+
margin-bottom: 40px !important;
|
|
1997
1997
|
}
|
|
1998
1998
|
|
|
1999
1999
|
:host(.margin--x-5) {
|
|
2000
|
-
margin-left: 40px;
|
|
2001
|
-
margin-right: 40px;
|
|
2000
|
+
margin-left: 40px !important;
|
|
2001
|
+
margin-right: 40px !important;
|
|
2002
2002
|
}
|
|
2003
2003
|
|
|
2004
2004
|
:host(.margin--y-5) {
|
|
2005
|
-
margin-top: 40px;
|
|
2006
|
-
margin-bottom: 40px;
|
|
2005
|
+
margin-top: 40px !important;
|
|
2006
|
+
margin-bottom: 40px !important;
|
|
2007
2007
|
}
|
|
2008
2008
|
|
|
2009
2009
|
:host(.margin--6) {
|
|
2010
|
-
margin: 48px;
|
|
2010
|
+
margin: 48px !important;
|
|
2011
2011
|
}
|
|
2012
2012
|
|
|
2013
2013
|
:host(.margin--l-6) {
|
|
2014
|
-
margin-left: 48px;
|
|
2014
|
+
margin-left: 48px !important;
|
|
2015
2015
|
}
|
|
2016
2016
|
|
|
2017
2017
|
:host(.margin--r-6) {
|
|
2018
|
-
margin-right: 48px;
|
|
2018
|
+
margin-right: 48px !important;
|
|
2019
2019
|
}
|
|
2020
2020
|
|
|
2021
2021
|
:host(.margin--t-6) {
|
|
2022
|
-
margin-top: 48px;
|
|
2022
|
+
margin-top: 48px !important;
|
|
2023
2023
|
}
|
|
2024
2024
|
|
|
2025
2025
|
:host(.margin--b-6) {
|
|
2026
|
-
margin-bottom: 48px;
|
|
2026
|
+
margin-bottom: 48px !important;
|
|
2027
2027
|
}
|
|
2028
2028
|
|
|
2029
2029
|
:host(.margin--x-6) {
|
|
2030
|
-
margin-left: 48px;
|
|
2031
|
-
margin-right: 48px;
|
|
2030
|
+
margin-left: 48px !important;
|
|
2031
|
+
margin-right: 48px !important;
|
|
2032
2032
|
}
|
|
2033
2033
|
|
|
2034
2034
|
:host(.margin--y-6) {
|
|
2035
|
-
margin-top: 48px;
|
|
2036
|
-
margin-bottom: 48px;
|
|
2035
|
+
margin-top: 48px !important;
|
|
2036
|
+
margin-bottom: 48px !important;
|
|
2037
2037
|
}
|
|
2038
2038
|
|
|
2039
2039
|
:host(.margin--7) {
|
|
2040
|
-
margin: 56px;
|
|
2040
|
+
margin: 56px !important;
|
|
2041
2041
|
}
|
|
2042
2042
|
|
|
2043
2043
|
:host(.margin--l-7) {
|
|
2044
|
-
margin-left: 56px;
|
|
2044
|
+
margin-left: 56px !important;
|
|
2045
2045
|
}
|
|
2046
2046
|
|
|
2047
2047
|
:host(.margin--r-7) {
|
|
2048
|
-
margin-right: 56px;
|
|
2048
|
+
margin-right: 56px !important;
|
|
2049
2049
|
}
|
|
2050
2050
|
|
|
2051
2051
|
:host(.margin--t-7) {
|
|
2052
|
-
margin-top: 56px;
|
|
2052
|
+
margin-top: 56px !important;
|
|
2053
2053
|
}
|
|
2054
2054
|
|
|
2055
2055
|
:host(.margin--b-7) {
|
|
2056
|
-
margin-bottom: 56px;
|
|
2056
|
+
margin-bottom: 56px !important;
|
|
2057
2057
|
}
|
|
2058
2058
|
|
|
2059
2059
|
:host(.margin--x-7) {
|
|
2060
|
-
margin-left: 56px;
|
|
2061
|
-
margin-right: 56px;
|
|
2060
|
+
margin-left: 56px !important;
|
|
2061
|
+
margin-right: 56px !important;
|
|
2062
2062
|
}
|
|
2063
2063
|
|
|
2064
2064
|
:host(.margin--y-7) {
|
|
2065
|
-
margin-top: 56px;
|
|
2066
|
-
margin-bottom: 56px;
|
|
2065
|
+
margin-top: 56px !important;
|
|
2066
|
+
margin-bottom: 56px !important;
|
|
2067
2067
|
}
|
|
2068
2068
|
|
|
2069
2069
|
:host(.margin--8) {
|
|
2070
|
-
margin: 64px;
|
|
2070
|
+
margin: 64px !important;
|
|
2071
2071
|
}
|
|
2072
2072
|
|
|
2073
2073
|
:host(.margin--l-8) {
|
|
2074
|
-
margin-left: 64px;
|
|
2074
|
+
margin-left: 64px !important;
|
|
2075
2075
|
}
|
|
2076
2076
|
|
|
2077
2077
|
:host(.margin--r-8) {
|
|
2078
|
-
margin-right: 64px;
|
|
2078
|
+
margin-right: 64px !important;
|
|
2079
2079
|
}
|
|
2080
2080
|
|
|
2081
2081
|
:host(.margin--t-8) {
|
|
2082
|
-
margin-top: 64px;
|
|
2082
|
+
margin-top: 64px !important;
|
|
2083
2083
|
}
|
|
2084
2084
|
|
|
2085
2085
|
:host(.margin--b-8) {
|
|
2086
|
-
margin-bottom: 64px;
|
|
2086
|
+
margin-bottom: 64px !important;
|
|
2087
2087
|
}
|
|
2088
2088
|
|
|
2089
2089
|
:host(.margin--x-8) {
|
|
2090
|
-
margin-left: 64px;
|
|
2091
|
-
margin-right: 64px;
|
|
2090
|
+
margin-left: 64px !important;
|
|
2091
|
+
margin-right: 64px !important;
|
|
2092
2092
|
}
|
|
2093
2093
|
|
|
2094
2094
|
:host(.margin--y-8) {
|
|
2095
|
-
margin-top: 64px;
|
|
2096
|
-
margin-bottom: 64px;
|
|
2095
|
+
margin-top: 64px !important;
|
|
2096
|
+
margin-bottom: 64px !important;
|
|
2097
2097
|
}
|
|
2098
2098
|
|
|
2099
2099
|
:host(.margin--9) {
|
|
2100
|
-
margin: 72px;
|
|
2100
|
+
margin: 72px !important;
|
|
2101
2101
|
}
|
|
2102
2102
|
|
|
2103
2103
|
:host(.margin--l-9) {
|
|
2104
|
-
margin-left: 72px;
|
|
2104
|
+
margin-left: 72px !important;
|
|
2105
2105
|
}
|
|
2106
2106
|
|
|
2107
2107
|
:host(.margin--r-9) {
|
|
2108
|
-
margin-right: 72px;
|
|
2108
|
+
margin-right: 72px !important;
|
|
2109
2109
|
}
|
|
2110
2110
|
|
|
2111
2111
|
:host(.margin--t-9) {
|
|
2112
|
-
margin-top: 72px;
|
|
2112
|
+
margin-top: 72px !important;
|
|
2113
2113
|
}
|
|
2114
2114
|
|
|
2115
2115
|
:host(.margin--b-9) {
|
|
2116
|
-
margin-bottom: 72px;
|
|
2116
|
+
margin-bottom: 72px !important;
|
|
2117
2117
|
}
|
|
2118
2118
|
|
|
2119
2119
|
:host(.margin--x-9) {
|
|
2120
|
-
margin-left: 72px;
|
|
2121
|
-
margin-right: 72px;
|
|
2120
|
+
margin-left: 72px !important;
|
|
2121
|
+
margin-right: 72px !important;
|
|
2122
2122
|
}
|
|
2123
2123
|
|
|
2124
2124
|
:host(.margin--y-9) {
|
|
2125
|
-
margin-top: 72px;
|
|
2126
|
-
margin-bottom: 72px;
|
|
2125
|
+
margin-top: 72px !important;
|
|
2126
|
+
margin-bottom: 72px !important;
|
|
2127
2127
|
}
|
|
2128
2128
|
|
|
2129
2129
|
:host(.margin--10) {
|
|
2130
|
-
margin: 80px;
|
|
2130
|
+
margin: 80px !important;
|
|
2131
2131
|
}
|
|
2132
2132
|
|
|
2133
2133
|
:host(.margin--l-10) {
|
|
2134
|
-
margin-left: 80px;
|
|
2134
|
+
margin-left: 80px !important;
|
|
2135
2135
|
}
|
|
2136
2136
|
|
|
2137
2137
|
:host(.margin--r-10) {
|
|
2138
|
-
margin-right: 80px;
|
|
2138
|
+
margin-right: 80px !important;
|
|
2139
2139
|
}
|
|
2140
2140
|
|
|
2141
2141
|
:host(.margin--t-10) {
|
|
2142
|
-
margin-top: 80px;
|
|
2142
|
+
margin-top: 80px !important;
|
|
2143
2143
|
}
|
|
2144
2144
|
|
|
2145
2145
|
:host(.margin--b-10) {
|
|
2146
|
-
margin-bottom: 80px;
|
|
2146
|
+
margin-bottom: 80px !important;
|
|
2147
2147
|
}
|
|
2148
2148
|
|
|
2149
2149
|
:host(.margin--x-10) {
|
|
2150
|
-
margin-left: 80px;
|
|
2151
|
-
margin-right: 80px;
|
|
2150
|
+
margin-left: 80px !important;
|
|
2151
|
+
margin-right: 80px !important;
|
|
2152
2152
|
}
|
|
2153
2153
|
|
|
2154
2154
|
:host(.margin--y-10) {
|
|
2155
|
-
margin-top: 80px;
|
|
2156
|
-
margin-bottom: 80px;
|
|
2155
|
+
margin-top: 80px !important;
|
|
2156
|
+
margin-bottom: 80px !important;
|
|
2157
2157
|
}
|
|
2158
2158
|
|
|
2159
2159
|
:host(.margin--11) {
|
|
2160
|
-
margin: 88px;
|
|
2160
|
+
margin: 88px !important;
|
|
2161
2161
|
}
|
|
2162
2162
|
|
|
2163
2163
|
:host(.margin--l-11) {
|
|
2164
|
-
margin-left: 88px;
|
|
2164
|
+
margin-left: 88px !important;
|
|
2165
2165
|
}
|
|
2166
2166
|
|
|
2167
2167
|
:host(.margin--r-11) {
|
|
2168
|
-
margin-right: 88px;
|
|
2168
|
+
margin-right: 88px !important;
|
|
2169
2169
|
}
|
|
2170
2170
|
|
|
2171
2171
|
:host(.margin--t-11) {
|
|
2172
|
-
margin-top: 88px;
|
|
2172
|
+
margin-top: 88px !important;
|
|
2173
2173
|
}
|
|
2174
2174
|
|
|
2175
2175
|
:host(.margin--b-11) {
|
|
2176
|
-
margin-bottom: 88px;
|
|
2176
|
+
margin-bottom: 88px !important;
|
|
2177
2177
|
}
|
|
2178
2178
|
|
|
2179
2179
|
:host(.margin--x-11) {
|
|
2180
|
-
margin-left: 88px;
|
|
2181
|
-
margin-right: 88px;
|
|
2180
|
+
margin-left: 88px !important;
|
|
2181
|
+
margin-right: 88px !important;
|
|
2182
2182
|
}
|
|
2183
2183
|
|
|
2184
2184
|
:host(.margin--y-11) {
|
|
2185
|
-
margin-top: 88px;
|
|
2186
|
-
margin-bottom: 88px;
|
|
2185
|
+
margin-top: 88px !important;
|
|
2186
|
+
margin-bottom: 88px !important;
|
|
2187
2187
|
}
|
|
2188
2188
|
|
|
2189
2189
|
:host(.margin--12) {
|
|
2190
|
-
margin: 96px;
|
|
2190
|
+
margin: 96px !important;
|
|
2191
2191
|
}
|
|
2192
2192
|
|
|
2193
2193
|
:host(.margin--l-12) {
|
|
2194
|
-
margin-left: 96px;
|
|
2194
|
+
margin-left: 96px !important;
|
|
2195
2195
|
}
|
|
2196
2196
|
|
|
2197
2197
|
:host(.margin--r-12) {
|
|
2198
|
-
margin-right: 96px;
|
|
2198
|
+
margin-right: 96px !important;
|
|
2199
2199
|
}
|
|
2200
2200
|
|
|
2201
2201
|
:host(.margin--t-12) {
|
|
2202
|
-
margin-top: 96px;
|
|
2202
|
+
margin-top: 96px !important;
|
|
2203
2203
|
}
|
|
2204
2204
|
|
|
2205
2205
|
:host(.margin--b-12) {
|
|
2206
|
-
margin-bottom: 96px;
|
|
2206
|
+
margin-bottom: 96px !important;
|
|
2207
2207
|
}
|
|
2208
2208
|
|
|
2209
2209
|
:host(.margin--x-12) {
|
|
2210
|
-
margin-left: 96px;
|
|
2211
|
-
margin-right: 96px;
|
|
2210
|
+
margin-left: 96px !important;
|
|
2211
|
+
margin-right: 96px !important;
|
|
2212
2212
|
}
|
|
2213
2213
|
|
|
2214
2214
|
:host(.margin--y-12) {
|
|
2215
|
-
margin-top: 96px;
|
|
2216
|
-
margin-bottom: 96px;
|
|
2215
|
+
margin-top: 96px !important;
|
|
2216
|
+
margin-bottom: 96px !important;
|
|
2217
2217
|
}
|