holygrail2 1.0.0
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/.editorconfig +13 -0
- package/.prettierrc +6 -0
- package/.stylelintrc +27 -0
- package/.vscode/settings.json +3 -0
- package/assets/images/minilogo.png +0 -0
- package/cssconfig.json +373 -0
- package/dist/style.css +10376 -0
- package/dist/style.css.map +1 -0
- package/doc/docs.css +1764 -0
- package/doc/docs.css.map +1 -0
- package/guide/index.html +3202 -0
- package/package.json +59 -0
- package/readme.md +123 -0
- package/scss/_partials.scss +44 -0
- package/scss/abstract/_0debug.scss +192 -0
- package/scss/abstract/_all.scss +4 -0
- package/scss/abstract/_breakpoints.scss +27 -0
- package/scss/abstract/_fonts.scss +22 -0
- package/scss/abstract/_mixins.scss +691 -0
- package/scss/abstract/_reset.scss +124 -0
- package/scss/abstract/_setup.scss +385 -0
- package/scss/base/_alignment.scss +294 -0
- package/scss/base/_animations.scss +64 -0
- package/scss/base/_extras.scss +21 -0
- package/scss/base/_grid.scss +361 -0
- package/scss/base/_height.scss +19 -0
- package/scss/base/_helpers.scss +814 -0
- package/scss/base/_icons.scss +162 -0
- package/scss/base/_ratios.scss +262 -0
- package/scss/base/_rtl.scss +480 -0
- package/scss/base/_spacing.scss +60 -0
- package/scss/base/_types.scss +117 -0
- package/scss/docs.scss +680 -0
- package/scss/elements/_animated.scss +73 -0
- package/scss/elements/_banners.scss +68 -0
- package/scss/elements/_buttons.scss +1324 -0
- package/scss/elements/_checkbox.scss +722 -0
- package/scss/elements/_color_selector.scss +112 -0
- package/scss/elements/_datalist.scss +55 -0
- package/scss/elements/_form.scss +708 -0
- package/scss/elements/_links.scss +268 -0
- package/scss/elements/_list.scss +271 -0
- package/scss/elements/_modal.scss +141 -0
- package/scss/elements/_progressbar.scss +20 -0
- package/scss/elements/_tabs.scss +216 -0
- package/scss/elements/_tabs_specials.scss +216 -0
- package/scss/elements/_tag.scss +58 -0
- package/scss/elements/_tooltip.scss +176 -0
- package/scss/layouts/_box3.scss +64 -0
- package/scss/layouts/_box4.scss +19 -0
- package/scss/layouts/_card.scss +24 -0
- package/scss/layouts/_card9.scss +348 -0
- package/scss/layouts/_feel.scss +2 -0
- package/scss/layouts/_header_account.scss +144 -0
- package/scss/layouts/_hgbread.scss +51 -0
- package/scss/layouts/_row1.scss +108 -0
- package/scss/style.scss +1 -0
package/doc/docs.css
ADDED
|
@@ -0,0 +1,1764 @@
|
|
|
1
|
+
*,
|
|
2
|
+
*::before,
|
|
3
|
+
*::after {
|
|
4
|
+
box-sizing: border-box;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
html,
|
|
8
|
+
body,
|
|
9
|
+
div,
|
|
10
|
+
span,
|
|
11
|
+
select,
|
|
12
|
+
object,
|
|
13
|
+
iframe,
|
|
14
|
+
h1,
|
|
15
|
+
h2,
|
|
16
|
+
h3,
|
|
17
|
+
h4,
|
|
18
|
+
h5,
|
|
19
|
+
h6,
|
|
20
|
+
p,
|
|
21
|
+
blockquote,
|
|
22
|
+
pre,
|
|
23
|
+
abbr,
|
|
24
|
+
address,
|
|
25
|
+
cite,
|
|
26
|
+
code,
|
|
27
|
+
del,
|
|
28
|
+
dfn,
|
|
29
|
+
em,
|
|
30
|
+
img,
|
|
31
|
+
ins,
|
|
32
|
+
kbd,
|
|
33
|
+
q,
|
|
34
|
+
samp,
|
|
35
|
+
small,
|
|
36
|
+
strong,
|
|
37
|
+
sub,
|
|
38
|
+
sup,
|
|
39
|
+
var,
|
|
40
|
+
b,
|
|
41
|
+
i,
|
|
42
|
+
dl,
|
|
43
|
+
dt,
|
|
44
|
+
dd,
|
|
45
|
+
ol,
|
|
46
|
+
ul,
|
|
47
|
+
li,
|
|
48
|
+
fieldset,
|
|
49
|
+
form,
|
|
50
|
+
label,
|
|
51
|
+
legend,
|
|
52
|
+
table,
|
|
53
|
+
caption,
|
|
54
|
+
tbody,
|
|
55
|
+
tfoot,
|
|
56
|
+
thead,
|
|
57
|
+
tr,
|
|
58
|
+
th,
|
|
59
|
+
td,
|
|
60
|
+
article,
|
|
61
|
+
aside,
|
|
62
|
+
figure,
|
|
63
|
+
footer,
|
|
64
|
+
header,
|
|
65
|
+
main,
|
|
66
|
+
menu,
|
|
67
|
+
nav,
|
|
68
|
+
section,
|
|
69
|
+
time,
|
|
70
|
+
mark,
|
|
71
|
+
audio,
|
|
72
|
+
video {
|
|
73
|
+
margin: 0;
|
|
74
|
+
padding: 0;
|
|
75
|
+
border: 0;
|
|
76
|
+
outline: 0;
|
|
77
|
+
font-size: 100%;
|
|
78
|
+
vertical-align: baseline;
|
|
79
|
+
background: transparent;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
h1,
|
|
83
|
+
h2,
|
|
84
|
+
h3,
|
|
85
|
+
h4,
|
|
86
|
+
h5,
|
|
87
|
+
h6 {
|
|
88
|
+
margin: 0;
|
|
89
|
+
padding: 0;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
article,
|
|
93
|
+
aside,
|
|
94
|
+
details,
|
|
95
|
+
figcaption,
|
|
96
|
+
figure,
|
|
97
|
+
footer,
|
|
98
|
+
header,
|
|
99
|
+
main,
|
|
100
|
+
menu,
|
|
101
|
+
nav,
|
|
102
|
+
section,
|
|
103
|
+
summary {
|
|
104
|
+
display: block;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
img {
|
|
108
|
+
max-width: 100%;
|
|
109
|
+
border-width: 0;
|
|
110
|
+
vertical-align: middle;
|
|
111
|
+
-ms-interpolation-mode: bicubic;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/* Reset de arrows en inputs */
|
|
115
|
+
input::-webkit-outer-spin-button,
|
|
116
|
+
input::-webkit-inner-spin-button {
|
|
117
|
+
-webkit-appearance: none;
|
|
118
|
+
margin: 0;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/* Firefox */
|
|
122
|
+
input[type=number] {
|
|
123
|
+
-moz-appearance: textfield;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
@keyframes underline {
|
|
127
|
+
0% {
|
|
128
|
+
width: 0;
|
|
129
|
+
}
|
|
130
|
+
100% {
|
|
131
|
+
width: 100%;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
@keyframes opacity {
|
|
135
|
+
0% {
|
|
136
|
+
opacity: 0;
|
|
137
|
+
}
|
|
138
|
+
100% {
|
|
139
|
+
opacity: 1;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
@keyframes stretch {
|
|
143
|
+
0% {
|
|
144
|
+
height: 0;
|
|
145
|
+
}
|
|
146
|
+
100% {
|
|
147
|
+
height: 80px;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
@keyframes fadeInDown {
|
|
151
|
+
from {
|
|
152
|
+
opacity: 0;
|
|
153
|
+
transform: translate(-50%, -100%);
|
|
154
|
+
}
|
|
155
|
+
to {
|
|
156
|
+
opacity: 1;
|
|
157
|
+
transform: translate(-50%, 0);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
@keyframes bounce {
|
|
161
|
+
0% {
|
|
162
|
+
transform: translateZ(0);
|
|
163
|
+
}
|
|
164
|
+
to {
|
|
165
|
+
transform: translate3d(0, -15px, 0);
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
@keyframes fadein {
|
|
169
|
+
from {
|
|
170
|
+
opacity: 0;
|
|
171
|
+
}
|
|
172
|
+
to {
|
|
173
|
+
opacity: 1;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
@keyframes fadeout {
|
|
177
|
+
from {
|
|
178
|
+
opacity: 1;
|
|
179
|
+
}
|
|
180
|
+
to {
|
|
181
|
+
opacity: 0;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
@keyframes spin {
|
|
185
|
+
100% {
|
|
186
|
+
transform: rotate(-360deg);
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
.var-a-break-xs::after {
|
|
190
|
+
display: inline-block;
|
|
191
|
+
content: "break-xs";
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.var-b-break-xs::after {
|
|
195
|
+
content: "1px";
|
|
196
|
+
display: inline-block;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.var-a-break-sm::after {
|
|
200
|
+
display: inline-block;
|
|
201
|
+
content: "break-sm";
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.var-b-break-sm::after {
|
|
205
|
+
content: "768px";
|
|
206
|
+
display: inline-block;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.var-a-break-md::after {
|
|
210
|
+
display: inline-block;
|
|
211
|
+
content: "break-md";
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.var-b-break-md::after {
|
|
215
|
+
content: "992px";
|
|
216
|
+
display: inline-block;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.var-a-break-lg::after {
|
|
220
|
+
display: inline-block;
|
|
221
|
+
content: "break-lg";
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.var-b-break-lg::after {
|
|
225
|
+
content: "1280px";
|
|
226
|
+
display: inline-block;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.var-a-break-xl::after {
|
|
230
|
+
display: inline-block;
|
|
231
|
+
content: "break-xl";
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.var-b-break-xl::after {
|
|
235
|
+
content: "1440px";
|
|
236
|
+
display: inline-block;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.var-a-min-vw::after {
|
|
240
|
+
display: inline-block;
|
|
241
|
+
content: "min-vw";
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.var-b-min-vw::after {
|
|
245
|
+
content: "320px";
|
|
246
|
+
display: inline-block;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.var-a-height-xs::after {
|
|
250
|
+
display: inline-block;
|
|
251
|
+
content: "height-xs";
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.var-b-height-xs::after {
|
|
255
|
+
content: "60px";
|
|
256
|
+
display: inline-block;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.var-a-height-sm::after {
|
|
260
|
+
display: inline-block;
|
|
261
|
+
content: "height-sm";
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.var-b-height-sm::after {
|
|
265
|
+
content: "100px";
|
|
266
|
+
display: inline-block;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.var-a-height-md::after {
|
|
270
|
+
display: inline-block;
|
|
271
|
+
content: "height-md";
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.var-b-height-md::after {
|
|
275
|
+
content: "350px";
|
|
276
|
+
display: inline-block;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.var-a-height-lg::after {
|
|
280
|
+
display: inline-block;
|
|
281
|
+
content: "height-lg";
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.var-b-height-lg::after {
|
|
285
|
+
content: "400px";
|
|
286
|
+
display: inline-block;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.var-a-height-xl::after {
|
|
290
|
+
display: inline-block;
|
|
291
|
+
content: "height-xl";
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.var-b-height-xl::after {
|
|
295
|
+
content: "450px";
|
|
296
|
+
display: inline-block;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.var-a-height-full::after {
|
|
300
|
+
display: inline-block;
|
|
301
|
+
content: "height-full";
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.var-b-height-full::after {
|
|
305
|
+
content: "100vh";
|
|
306
|
+
display: inline-block;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.var-a-height-home::after {
|
|
310
|
+
display: inline-block;
|
|
311
|
+
content: "height-home";
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.var-b-height-home::after {
|
|
315
|
+
content: "calc(100vh - 80px)";
|
|
316
|
+
display: inline-block;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.var-a-container::after {
|
|
320
|
+
display: inline-block;
|
|
321
|
+
content: "container";
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.var-b-container::after {
|
|
325
|
+
content: "800px";
|
|
326
|
+
display: inline-block;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.var-a-container-2::after {
|
|
330
|
+
display: inline-block;
|
|
331
|
+
content: "container-2";
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.var-b-container-2::after {
|
|
335
|
+
content: "700px";
|
|
336
|
+
display: inline-block;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.var-a-container-3::after {
|
|
340
|
+
display: inline-block;
|
|
341
|
+
content: "container-3";
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.var-b-container-3::after {
|
|
345
|
+
content: "900px";
|
|
346
|
+
display: inline-block;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.var-a-container-4::after {
|
|
350
|
+
display: inline-block;
|
|
351
|
+
content: "container-4";
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.var-b-container-4::after {
|
|
355
|
+
content: "356px";
|
|
356
|
+
display: inline-block;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.var-a-font-primary::after {
|
|
360
|
+
display: inline-block;
|
|
361
|
+
content: "font-primary";
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.var-b-font-primary::after {
|
|
365
|
+
content: "arial, sans-serif";
|
|
366
|
+
display: inline-block;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.var-a-font-family-secondary::after {
|
|
370
|
+
display: inline-block;
|
|
371
|
+
content: "font-family-secondary";
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.var-b-font-family-secondary::after {
|
|
375
|
+
content: "arial black, sans-serif";
|
|
376
|
+
display: inline-block;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.var-a-font-primary-weight-light::after {
|
|
380
|
+
display: inline-block;
|
|
381
|
+
content: "font-primary-weight-light";
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.var-b-font-primary-weight-light::after {
|
|
385
|
+
content: "100";
|
|
386
|
+
display: inline-block;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.var-a-font-primary-weight-regular::after {
|
|
390
|
+
display: inline-block;
|
|
391
|
+
content: "font-primary-weight-regular";
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.var-b-font-primary-weight-regular::after {
|
|
395
|
+
content: "500";
|
|
396
|
+
display: inline-block;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.var-a-font-primary-weight-medium::after {
|
|
400
|
+
display: inline-block;
|
|
401
|
+
content: "font-primary-weight-medium";
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.var-b-font-primary-weight-medium::after {
|
|
405
|
+
content: "500";
|
|
406
|
+
display: inline-block;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.var-a-font-primary-weight-bold::after {
|
|
410
|
+
display: inline-block;
|
|
411
|
+
content: "font-primary-weight-bold";
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.var-b-font-primary-weight-bold::after {
|
|
415
|
+
content: "900";
|
|
416
|
+
display: inline-block;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.var-a-font-secondary-weight-light::after {
|
|
420
|
+
display: inline-block;
|
|
421
|
+
content: "font-secondary-weight-light";
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.var-b-font-secondary-weight-light::after {
|
|
425
|
+
content: "300";
|
|
426
|
+
display: inline-block;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.var-a-font-secondary-weight-medium::after {
|
|
430
|
+
display: inline-block;
|
|
431
|
+
content: "font-secondary-weight-medium";
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.var-b-font-secondary-weight-medium::after {
|
|
435
|
+
content: "400";
|
|
436
|
+
display: inline-block;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.var-a-xl::after {
|
|
440
|
+
display: inline-block;
|
|
441
|
+
content: "xl";
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.var-b-xl::after {
|
|
445
|
+
content: "1500px";
|
|
446
|
+
display: inline-block;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.var-a-c-white::before {
|
|
450
|
+
display: inline-block;
|
|
451
|
+
content: "c-white";
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.var-b-c-white::before {
|
|
455
|
+
content: "#fff";
|
|
456
|
+
display: inline-block;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.var-a-c-black::before {
|
|
460
|
+
display: inline-block;
|
|
461
|
+
content: "c-black";
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.var-b-c-black::before {
|
|
465
|
+
content: "#000";
|
|
466
|
+
display: inline-block;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.var-a-c-dark-grey::before {
|
|
470
|
+
display: inline-block;
|
|
471
|
+
content: "c-dark-grey";
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.var-b-c-dark-grey::before {
|
|
475
|
+
content: "#8e8e8e";
|
|
476
|
+
display: inline-block;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.var-a-c-middle-grey::before {
|
|
480
|
+
display: inline-block;
|
|
481
|
+
content: "c-middle-grey";
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.var-b-c-middle-grey::before {
|
|
485
|
+
content: "#e3e3e3";
|
|
486
|
+
display: inline-block;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.var-a-c-light-grey::before {
|
|
490
|
+
display: inline-block;
|
|
491
|
+
content: "c-light-grey";
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.var-b-c-light-grey::before {
|
|
495
|
+
content: "#f0f0f0";
|
|
496
|
+
display: inline-block;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
.var-a-c-primary::before {
|
|
500
|
+
display: inline-block;
|
|
501
|
+
content: "c-primary";
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.var-b-c-primary::before {
|
|
505
|
+
content: "#000";
|
|
506
|
+
display: inline-block;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
.var-a-c-secondary::before {
|
|
510
|
+
display: inline-block;
|
|
511
|
+
content: "c-secondary";
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.var-b-c-secondary::before {
|
|
515
|
+
content: "#000";
|
|
516
|
+
display: inline-block;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.var-a-c-accent::before {
|
|
520
|
+
display: inline-block;
|
|
521
|
+
content: "c-accent";
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.var-b-c-accent::before {
|
|
525
|
+
content: "#b40016";
|
|
526
|
+
display: inline-block;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.var-a-c-error::before {
|
|
530
|
+
display: inline-block;
|
|
531
|
+
content: "c-error";
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.var-b-c-error::before {
|
|
535
|
+
content: "#b40016";
|
|
536
|
+
display: inline-block;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.var-a-c-sale::before {
|
|
540
|
+
display: inline-block;
|
|
541
|
+
content: "c-sale";
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.var-b-c-sale::before {
|
|
545
|
+
content: "#b40016";
|
|
546
|
+
display: inline-block;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.var-a-c-info::before {
|
|
550
|
+
display: inline-block;
|
|
551
|
+
content: "c-info";
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.var-b-c-info::before {
|
|
555
|
+
content: "#1a32a4";
|
|
556
|
+
display: inline-block;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.var-a-c-valid::before {
|
|
560
|
+
display: inline-block;
|
|
561
|
+
content: "c-valid";
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.var-b-c-valid::before {
|
|
565
|
+
content: "#76ae4a";
|
|
566
|
+
display: inline-block;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
.var-a-c-warning::before {
|
|
570
|
+
display: inline-block;
|
|
571
|
+
content: "c-warning";
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.var-b-c-warning::before {
|
|
575
|
+
content: "#ffc700";
|
|
576
|
+
display: inline-block;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.var-a-c-feel::before {
|
|
580
|
+
display: inline-block;
|
|
581
|
+
content: "c-feel";
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
.var-b-c-feel::before {
|
|
585
|
+
content: "#fb9962";
|
|
586
|
+
display: inline-block;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.var-a-c-feel-dark::before {
|
|
590
|
+
display: inline-block;
|
|
591
|
+
content: "c-feel-dark";
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.var-b-c-feel-dark::before {
|
|
595
|
+
content: "#c94c07";
|
|
596
|
+
display: inline-block;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.var-a-c-feel-light::before {
|
|
600
|
+
display: inline-block;
|
|
601
|
+
content: "c-feel-light";
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.var-b-c-feel-light::before {
|
|
605
|
+
content: "#fccbb0";
|
|
606
|
+
display: inline-block;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.var-a-c-limited::before {
|
|
610
|
+
display: inline-block;
|
|
611
|
+
content: "c-limited";
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.var-b-c-limited::before {
|
|
615
|
+
content: "#000";
|
|
616
|
+
display: inline-block;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.var-a-c-success::before {
|
|
620
|
+
display: inline-block;
|
|
621
|
+
content: "c-success";
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
.var-b-c-success::before {
|
|
625
|
+
content: "#76ae4a";
|
|
626
|
+
display: inline-block;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.var-a-c-alert::before {
|
|
630
|
+
display: inline-block;
|
|
631
|
+
content: "c-alert";
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
.var-b-c-alert::before {
|
|
635
|
+
content: "#ffc700";
|
|
636
|
+
display: inline-block;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.var-a-c-facebook::before {
|
|
640
|
+
display: inline-block;
|
|
641
|
+
content: "c-facebook";
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.var-b-c-facebook::before {
|
|
645
|
+
content: "#1977f3";
|
|
646
|
+
display: inline-block;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.var-a-c-google::before {
|
|
650
|
+
display: inline-block;
|
|
651
|
+
content: "c-google";
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.var-b-c-google::before {
|
|
655
|
+
content: "#4285f4";
|
|
656
|
+
display: inline-block;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
.var-a-c-naver::before {
|
|
660
|
+
display: inline-block;
|
|
661
|
+
content: "c-naver";
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.var-b-c-naver::before {
|
|
665
|
+
content: "#03cf5d";
|
|
666
|
+
display: inline-block;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.var-a-c-wechat::before {
|
|
670
|
+
display: inline-block;
|
|
671
|
+
content: "c-wechat";
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
.var-b-c-wechat::before {
|
|
675
|
+
content: "#2dc100";
|
|
676
|
+
display: inline-block;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
.bg-c-white {
|
|
680
|
+
background-color: #fff;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.bg-c-black {
|
|
684
|
+
background-color: #000;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
.bg-c-dark-grey {
|
|
688
|
+
background-color: #8e8e8e;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.bg-c-middle-grey {
|
|
692
|
+
background-color: #e3e3e3;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.bg-c-light-grey {
|
|
696
|
+
background-color: #f0f0f0;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.bg-c-primary {
|
|
700
|
+
background-color: #000;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.bg-c-secondary {
|
|
704
|
+
background-color: #000;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.bg-c-accent {
|
|
708
|
+
background-color: #b40016;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
.bg-c-error {
|
|
712
|
+
background-color: #b40016;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
.bg-c-sale {
|
|
716
|
+
background-color: #b40016;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
.bg-c-info {
|
|
720
|
+
background-color: #1a32a4;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.bg-c-valid {
|
|
724
|
+
background-color: #76ae4a;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.bg-c-warning {
|
|
728
|
+
background-color: #ffc700;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.bg-c-feel {
|
|
732
|
+
background-color: #fb9962;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.bg-c-feel-dark {
|
|
736
|
+
background-color: #c94c07;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.bg-c-feel-light {
|
|
740
|
+
background-color: #fccbb0;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
.bg-c-limited {
|
|
744
|
+
background-color: #000;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.bg-c-success {
|
|
748
|
+
background-color: #76ae4a;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.bg-c-alert {
|
|
752
|
+
background-color: #ffc700;
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
.bg-c-facebook {
|
|
756
|
+
background-color: #1977f3;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.bg-c-google {
|
|
760
|
+
background-color: #4285f4;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.bg-c-naver {
|
|
764
|
+
background-color: #03cf5d;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.bg-c-wechat {
|
|
768
|
+
background-color: #2dc100;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.marginbox-top .filas:nth-child(1) .item::after {
|
|
772
|
+
content: "mtr-128";
|
|
773
|
+
}
|
|
774
|
+
.marginbox-top .filas:nth-child(1) .item-0 {
|
|
775
|
+
word-wrap: break-word;
|
|
776
|
+
}
|
|
777
|
+
.marginbox-top .filas:nth-child(1) .item-1::after {
|
|
778
|
+
content: "64px";
|
|
779
|
+
}
|
|
780
|
+
.marginbox-top .filas:nth-child(1) .item-2::after {
|
|
781
|
+
content: "128px";
|
|
782
|
+
}
|
|
783
|
+
.marginbox-top .filas:nth-child(1) .item-3::after {
|
|
784
|
+
content: "128px";
|
|
785
|
+
}
|
|
786
|
+
.marginbox-top .filas:nth-child(1) .item-4::after {
|
|
787
|
+
content: "128px";
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
.marginbox-bottom .filas:nth-child(1) .item::after {
|
|
791
|
+
content: "mbr-24";
|
|
792
|
+
}
|
|
793
|
+
.marginbox-bottom .filas:nth-child(1) .item-0 {
|
|
794
|
+
word-wrap: break-word;
|
|
795
|
+
}
|
|
796
|
+
.marginbox-bottom .filas:nth-child(1) .item-1::after {
|
|
797
|
+
content: "16px";
|
|
798
|
+
}
|
|
799
|
+
.marginbox-bottom .filas:nth-child(1) .item-2::after {
|
|
800
|
+
content: "24px";
|
|
801
|
+
}
|
|
802
|
+
.marginbox-bottom .filas:nth-child(1) .item-3::after {
|
|
803
|
+
content: "24px";
|
|
804
|
+
}
|
|
805
|
+
.marginbox-bottom .filas:nth-child(1) .item-4::after {
|
|
806
|
+
content: "24px";
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.marginbox-bottom .filas:nth-child(2) .item::after {
|
|
810
|
+
content: "mbr-32";
|
|
811
|
+
}
|
|
812
|
+
.marginbox-bottom .filas:nth-child(2) .item-0 {
|
|
813
|
+
word-wrap: break-word;
|
|
814
|
+
}
|
|
815
|
+
.marginbox-bottom .filas:nth-child(2) .item-1::after {
|
|
816
|
+
content: "24px";
|
|
817
|
+
}
|
|
818
|
+
.marginbox-bottom .filas:nth-child(2) .item-2::after {
|
|
819
|
+
content: "32px";
|
|
820
|
+
}
|
|
821
|
+
.marginbox-bottom .filas:nth-child(2) .item-3::after {
|
|
822
|
+
content: "32px";
|
|
823
|
+
}
|
|
824
|
+
.marginbox-bottom .filas:nth-child(2) .item-4::after {
|
|
825
|
+
content: "32px";
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
.marginbox-bottom .filas:nth-child(3) .item::after {
|
|
829
|
+
content: "mbr-64";
|
|
830
|
+
}
|
|
831
|
+
.marginbox-bottom .filas:nth-child(3) .item-0 {
|
|
832
|
+
word-wrap: break-word;
|
|
833
|
+
}
|
|
834
|
+
.marginbox-bottom .filas:nth-child(3) .item-1::after {
|
|
835
|
+
content: "32px";
|
|
836
|
+
}
|
|
837
|
+
.marginbox-bottom .filas:nth-child(3) .item-2::after {
|
|
838
|
+
content: "64px";
|
|
839
|
+
}
|
|
840
|
+
.marginbox-bottom .filas:nth-child(3) .item-3::after {
|
|
841
|
+
content: "64px";
|
|
842
|
+
}
|
|
843
|
+
.marginbox-bottom .filas:nth-child(3) .item-4::after {
|
|
844
|
+
content: "64px";
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
.marginbox-bottom .filas:nth-child(4) .item::after {
|
|
848
|
+
content: "mbr-128";
|
|
849
|
+
}
|
|
850
|
+
.marginbox-bottom .filas:nth-child(4) .item-0 {
|
|
851
|
+
word-wrap: break-word;
|
|
852
|
+
}
|
|
853
|
+
.marginbox-bottom .filas:nth-child(4) .item-1::after {
|
|
854
|
+
content: "64px";
|
|
855
|
+
}
|
|
856
|
+
.marginbox-bottom .filas:nth-child(4) .item-2::after {
|
|
857
|
+
content: "128px";
|
|
858
|
+
}
|
|
859
|
+
.marginbox-bottom .filas:nth-child(4) .item-3::after {
|
|
860
|
+
content: "128px";
|
|
861
|
+
}
|
|
862
|
+
.marginbox-bottom .filas:nth-child(4) .item-4::after {
|
|
863
|
+
content: "128px";
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
.marginbox-bottom .filas:nth-child(5) .item::after {
|
|
867
|
+
content: "mbr-20-40";
|
|
868
|
+
}
|
|
869
|
+
.marginbox-bottom .filas:nth-child(5) .item-0 {
|
|
870
|
+
word-wrap: break-word;
|
|
871
|
+
}
|
|
872
|
+
.marginbox-bottom .filas:nth-child(5) .item-1::after {
|
|
873
|
+
content: "20px";
|
|
874
|
+
}
|
|
875
|
+
.marginbox-bottom .filas:nth-child(5) .item-2::after {
|
|
876
|
+
content: "40px";
|
|
877
|
+
}
|
|
878
|
+
.marginbox-bottom .filas:nth-child(5) .item-3::after {
|
|
879
|
+
content: "40px";
|
|
880
|
+
}
|
|
881
|
+
.marginbox-bottom .filas:nth-child(5) .item-4::after {
|
|
882
|
+
content: "40px";
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
.paddingbox .filas:nth-child(1) .item::after {
|
|
886
|
+
content: "p-body";
|
|
887
|
+
}
|
|
888
|
+
.paddingbox .filas:nth-child(1) .item-0 {
|
|
889
|
+
word-wrap: break-word;
|
|
890
|
+
}
|
|
891
|
+
.paddingbox .filas:nth-child(1) .item-1::after {
|
|
892
|
+
content: "16px";
|
|
893
|
+
}
|
|
894
|
+
.paddingbox .filas:nth-child(1) .item-2::after {
|
|
895
|
+
content: "16px";
|
|
896
|
+
}
|
|
897
|
+
.paddingbox .filas:nth-child(1) .item-3::after {
|
|
898
|
+
content: "40px";
|
|
899
|
+
}
|
|
900
|
+
.paddingbox .filas:nth-child(1) .item-4::after {
|
|
901
|
+
content: "40px";
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
.paddingbox-top .filas:nth-child(1) .item::after {
|
|
905
|
+
content: "ptr-120";
|
|
906
|
+
}
|
|
907
|
+
.paddingbox-top .filas:nth-child(1) .item-0 {
|
|
908
|
+
word-wrap: break-word;
|
|
909
|
+
}
|
|
910
|
+
.paddingbox-top .filas:nth-child(1) .item-1::after {
|
|
911
|
+
content: "64px";
|
|
912
|
+
}
|
|
913
|
+
.paddingbox-top .filas:nth-child(1) .item-2::after {
|
|
914
|
+
content: "64px";
|
|
915
|
+
}
|
|
916
|
+
.paddingbox-top .filas:nth-child(1) .item-3::after {
|
|
917
|
+
content: "120px";
|
|
918
|
+
}
|
|
919
|
+
.paddingbox-top .filas:nth-child(1) .item-4::after {
|
|
920
|
+
content: "120px";
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
.paddingbox-top .filas:nth-child(2) .item::after {
|
|
924
|
+
content: "ptr-128";
|
|
925
|
+
}
|
|
926
|
+
.paddingbox-top .filas:nth-child(2) .item-0 {
|
|
927
|
+
word-wrap: break-word;
|
|
928
|
+
}
|
|
929
|
+
.paddingbox-top .filas:nth-child(2) .item-1::after {
|
|
930
|
+
content: "64px";
|
|
931
|
+
}
|
|
932
|
+
.paddingbox-top .filas:nth-child(2) .item-2::after {
|
|
933
|
+
content: "64px";
|
|
934
|
+
}
|
|
935
|
+
.paddingbox-top .filas:nth-child(2) .item-3::after {
|
|
936
|
+
content: "128px";
|
|
937
|
+
}
|
|
938
|
+
.paddingbox-top .filas:nth-child(2) .item-4::after {
|
|
939
|
+
content: "128px";
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
.paddingbox-left .filas:nth-child(1) .item::after {
|
|
943
|
+
content: "pl-body";
|
|
944
|
+
}
|
|
945
|
+
.paddingbox-left .filas:nth-child(1) .item-0 {
|
|
946
|
+
word-wrap: break-word;
|
|
947
|
+
}
|
|
948
|
+
.paddingbox-left .filas:nth-child(1) .item-1::after {
|
|
949
|
+
content: "16px";
|
|
950
|
+
}
|
|
951
|
+
.paddingbox-left .filas:nth-child(1) .item-2::after {
|
|
952
|
+
content: "16px";
|
|
953
|
+
}
|
|
954
|
+
.paddingbox-left .filas:nth-child(1) .item-3::after {
|
|
955
|
+
content: "40px";
|
|
956
|
+
}
|
|
957
|
+
.paddingbox-left .filas:nth-child(1) .item-4::after {
|
|
958
|
+
content: "40px";
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
.paddingbox-bottom .filas:nth-child(1) .item::after {
|
|
962
|
+
content: "pbr-128";
|
|
963
|
+
}
|
|
964
|
+
.paddingbox-bottom .filas:nth-child(1) .item-0 {
|
|
965
|
+
word-wrap: break-word;
|
|
966
|
+
}
|
|
967
|
+
.paddingbox-bottom .filas:nth-child(1) .item-1::after {
|
|
968
|
+
content: "64px";
|
|
969
|
+
}
|
|
970
|
+
.paddingbox-bottom .filas:nth-child(1) .item-2::after {
|
|
971
|
+
content: "64px";
|
|
972
|
+
}
|
|
973
|
+
.paddingbox-bottom .filas:nth-child(1) .item-3::after {
|
|
974
|
+
content: "128px";
|
|
975
|
+
}
|
|
976
|
+
.paddingbox-bottom .filas:nth-child(1) .item-4::after {
|
|
977
|
+
content: "128px";
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
.paddingbox-right .filas:nth-child(1) .item::after {
|
|
981
|
+
content: "pr-body";
|
|
982
|
+
}
|
|
983
|
+
.paddingbox-right .filas:nth-child(1) .item-0 {
|
|
984
|
+
word-wrap: break-word;
|
|
985
|
+
}
|
|
986
|
+
.paddingbox-right .filas:nth-child(1) .item-1::after {
|
|
987
|
+
content: "16px";
|
|
988
|
+
}
|
|
989
|
+
.paddingbox-right .filas:nth-child(1) .item-2::after {
|
|
990
|
+
content: "16px";
|
|
991
|
+
}
|
|
992
|
+
.paddingbox-right .filas:nth-child(1) .item-3::after {
|
|
993
|
+
content: "40px";
|
|
994
|
+
}
|
|
995
|
+
.paddingbox-right .filas:nth-child(1) .item-4::after {
|
|
996
|
+
content: "40px";
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
.heights .filas:nth-child(1) .item::after {
|
|
1000
|
+
content: "height-xs";
|
|
1001
|
+
}
|
|
1002
|
+
.heights .filas:nth-child(1) .item-1::after {
|
|
1003
|
+
content: "80px";
|
|
1004
|
+
}
|
|
1005
|
+
.heights .filas:nth-child(1) .item-2::after {
|
|
1006
|
+
content: "80px";
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
.heights .filas:nth-child(2) .item::after {
|
|
1010
|
+
content: "height-sm";
|
|
1011
|
+
}
|
|
1012
|
+
.heights .filas:nth-child(2) .item-1::after {
|
|
1013
|
+
content: "100px";
|
|
1014
|
+
}
|
|
1015
|
+
.heights .filas:nth-child(2) .item-2::after {
|
|
1016
|
+
content: "100px";
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
.heights .filas:nth-child(3) .item::after {
|
|
1020
|
+
content: "height-128";
|
|
1021
|
+
}
|
|
1022
|
+
.heights .filas:nth-child(3) .item-1::after {
|
|
1023
|
+
content: "128px";
|
|
1024
|
+
}
|
|
1025
|
+
.heights .filas:nth-child(3) .item-2::after {
|
|
1026
|
+
content: "128px";
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
.heights .filas:nth-child(4) .item::after {
|
|
1030
|
+
content: "height-md";
|
|
1031
|
+
}
|
|
1032
|
+
.heights .filas:nth-child(4) .item-1::after {
|
|
1033
|
+
content: "350px";
|
|
1034
|
+
}
|
|
1035
|
+
.heights .filas:nth-child(4) .item-2::after {
|
|
1036
|
+
content: "350px";
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
.heights .filas:nth-child(5) .item::after {
|
|
1040
|
+
content: "height-lg";
|
|
1041
|
+
}
|
|
1042
|
+
.heights .filas:nth-child(5) .item-1::after {
|
|
1043
|
+
content: "400px";
|
|
1044
|
+
}
|
|
1045
|
+
.heights .filas:nth-child(5) .item-2::after {
|
|
1046
|
+
content: "400px";
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
.heights .filas:nth-child(6) .item::after {
|
|
1050
|
+
content: "height-xl";
|
|
1051
|
+
}
|
|
1052
|
+
.heights .filas:nth-child(6) .item-1::after {
|
|
1053
|
+
content: "450px";
|
|
1054
|
+
}
|
|
1055
|
+
.heights .filas:nth-child(6) .item-2::after {
|
|
1056
|
+
content: "450px";
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
.heights .filas:nth-child(7) .item::after {
|
|
1060
|
+
content: "height-full";
|
|
1061
|
+
}
|
|
1062
|
+
.heights .filas:nth-child(7) .item-1::after {
|
|
1063
|
+
content: "100vh";
|
|
1064
|
+
}
|
|
1065
|
+
.heights .filas:nth-child(7) .item-2::after {
|
|
1066
|
+
content: "100vh";
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
.heights .filas:nth-child(8) .item::after {
|
|
1070
|
+
content: "height-big";
|
|
1071
|
+
}
|
|
1072
|
+
.heights .filas:nth-child(8) .item-1::after {
|
|
1073
|
+
content: "300px";
|
|
1074
|
+
}
|
|
1075
|
+
.heights .filas:nth-child(8) .item-2::after {
|
|
1076
|
+
content: "500px";
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
.heights .filas:nth-child(9) .item::after {
|
|
1080
|
+
content: "height-medium";
|
|
1081
|
+
}
|
|
1082
|
+
.heights .filas:nth-child(9) .item-1::after {
|
|
1083
|
+
content: "200px";
|
|
1084
|
+
}
|
|
1085
|
+
.heights .filas:nth-child(9) .item-2::after {
|
|
1086
|
+
content: "400px";
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
.heights .filas:nth-child(10) .item::after {
|
|
1090
|
+
content: "height-mini";
|
|
1091
|
+
}
|
|
1092
|
+
.heights .filas:nth-child(10) .item-1::after {
|
|
1093
|
+
content: "100px";
|
|
1094
|
+
}
|
|
1095
|
+
.heights .filas:nth-child(10) .item-2::after {
|
|
1096
|
+
content: "300px";
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
.heights .filas:nth-child(11) .item::after {
|
|
1100
|
+
content: "height-home";
|
|
1101
|
+
}
|
|
1102
|
+
.heights .filas:nth-child(11) .item-1::after {
|
|
1103
|
+
content: "calc(100vh - 80px)";
|
|
1104
|
+
}
|
|
1105
|
+
.heights .filas:nth-child(11) .item-2::after {
|
|
1106
|
+
content: "calc(100vh - 80px)";
|
|
1107
|
+
}
|
|
1108
|
+
|
|
1109
|
+
.fluids .filas:nth-child(1) .item::after {
|
|
1110
|
+
content: "2";
|
|
1111
|
+
}
|
|
1112
|
+
.fluids .filas:nth-child(1) .item-1::after {
|
|
1113
|
+
content: "40px";
|
|
1114
|
+
}
|
|
1115
|
+
.fluids .filas:nth-child(1) .item-2::after {
|
|
1116
|
+
content: "100px";
|
|
1117
|
+
}
|
|
1118
|
+
.fluids .filas:nth-child(1) .item-3::after {
|
|
1119
|
+
content: "0.9";
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
.fluids .filas:nth-child(2) .item::after {
|
|
1123
|
+
content: "1";
|
|
1124
|
+
}
|
|
1125
|
+
.fluids .filas:nth-child(2) .item-1::after {
|
|
1126
|
+
content: "60px";
|
|
1127
|
+
}
|
|
1128
|
+
.fluids .filas:nth-child(2) .item-2::after {
|
|
1129
|
+
content: "160px";
|
|
1130
|
+
}
|
|
1131
|
+
.fluids .filas:nth-child(2) .item-3::after {
|
|
1132
|
+
content: "0.8";
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
.minheaders .filas:nth-child(1) .item::after {
|
|
1136
|
+
content: "tit-m";
|
|
1137
|
+
}
|
|
1138
|
+
.minheaders .filas:nth-child(1) .item-1::after {
|
|
1139
|
+
content: "14px";
|
|
1140
|
+
}
|
|
1141
|
+
.minheaders .filas:nth-child(1) .item-2::after {
|
|
1142
|
+
content: "16px";
|
|
1143
|
+
}
|
|
1144
|
+
.minheaders .filas:nth-child(1) .item-3::after {
|
|
1145
|
+
content: "1.2";
|
|
1146
|
+
}
|
|
1147
|
+
.minheaders .filas:nth-child(1) .item-4::after {
|
|
1148
|
+
content: "medium";
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
.minheaders .filas:nth-child(2) .item::after {
|
|
1152
|
+
content: "tit-s";
|
|
1153
|
+
}
|
|
1154
|
+
.minheaders .filas:nth-child(2) .item-1::after {
|
|
1155
|
+
content: "13px";
|
|
1156
|
+
}
|
|
1157
|
+
.minheaders .filas:nth-child(2) .item-2::after {
|
|
1158
|
+
content: "13px";
|
|
1159
|
+
}
|
|
1160
|
+
.minheaders .filas:nth-child(2) .item-3::after {
|
|
1161
|
+
content: "1.2";
|
|
1162
|
+
}
|
|
1163
|
+
.minheaders .filas:nth-child(2) .item-4::after {
|
|
1164
|
+
content: "medium";
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
.minheaders .filas:nth-child(3) .item::after {
|
|
1168
|
+
content: "tit-xs";
|
|
1169
|
+
}
|
|
1170
|
+
.minheaders .filas:nth-child(3) .item-1::after {
|
|
1171
|
+
content: "12px";
|
|
1172
|
+
}
|
|
1173
|
+
.minheaders .filas:nth-child(3) .item-2::after {
|
|
1174
|
+
content: "12px";
|
|
1175
|
+
}
|
|
1176
|
+
.minheaders .filas:nth-child(3) .item-3::after {
|
|
1177
|
+
content: "1.2";
|
|
1178
|
+
}
|
|
1179
|
+
.minheaders .filas:nth-child(3) .item-4::after {
|
|
1180
|
+
content: "regular";
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
.minheaders .filas:nth-child(4) .item::after {
|
|
1184
|
+
content: "tit-xs-b";
|
|
1185
|
+
}
|
|
1186
|
+
.minheaders .filas:nth-child(4) .item-1::after {
|
|
1187
|
+
content: "12px";
|
|
1188
|
+
}
|
|
1189
|
+
.minheaders .filas:nth-child(4) .item-2::after {
|
|
1190
|
+
content: "12px";
|
|
1191
|
+
}
|
|
1192
|
+
.minheaders .filas:nth-child(4) .item-3::after {
|
|
1193
|
+
content: "1.2";
|
|
1194
|
+
}
|
|
1195
|
+
.minheaders .filas:nth-child(4) .item-4::after {
|
|
1196
|
+
content: "bold";
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.minheaders .filas:nth-child(5) .item::after {
|
|
1200
|
+
content: "sub-xs";
|
|
1201
|
+
}
|
|
1202
|
+
.minheaders .filas:nth-child(5) .item-1::after {
|
|
1203
|
+
content: "11px";
|
|
1204
|
+
}
|
|
1205
|
+
.minheaders .filas:nth-child(5) .item-2::after {
|
|
1206
|
+
content: "11px";
|
|
1207
|
+
}
|
|
1208
|
+
.minheaders .filas:nth-child(5) .item-3::after {
|
|
1209
|
+
content: "1.2";
|
|
1210
|
+
}
|
|
1211
|
+
.minheaders .filas:nth-child(5) .item-4::after {
|
|
1212
|
+
content: "regular";
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
.minheaders .filas:nth-child(6) .item::after {
|
|
1216
|
+
content: "p-m";
|
|
1217
|
+
}
|
|
1218
|
+
.minheaders .filas:nth-child(6) .item-1::after {
|
|
1219
|
+
content: "12px";
|
|
1220
|
+
}
|
|
1221
|
+
.minheaders .filas:nth-child(6) .item-2::after {
|
|
1222
|
+
content: "12px";
|
|
1223
|
+
}
|
|
1224
|
+
.minheaders .filas:nth-child(6) .item-3::after {
|
|
1225
|
+
content: "1.2";
|
|
1226
|
+
}
|
|
1227
|
+
.minheaders .filas:nth-child(6) .item-4::after {
|
|
1228
|
+
content: "regular";
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
.minheaders .filas:nth-child(7) .item::after {
|
|
1232
|
+
content: "p-s";
|
|
1233
|
+
}
|
|
1234
|
+
.minheaders .filas:nth-child(7) .item-1::after {
|
|
1235
|
+
content: "12px";
|
|
1236
|
+
}
|
|
1237
|
+
.minheaders .filas:nth-child(7) .item-2::after {
|
|
1238
|
+
content: "12px";
|
|
1239
|
+
}
|
|
1240
|
+
.minheaders .filas:nth-child(7) .item-3::after {
|
|
1241
|
+
content: "1.2";
|
|
1242
|
+
}
|
|
1243
|
+
.minheaders .filas:nth-child(7) .item-4::after {
|
|
1244
|
+
content: "regular";
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
.minheaders .filas:nth-child(8) .item::after {
|
|
1248
|
+
content: "p-xs";
|
|
1249
|
+
}
|
|
1250
|
+
.minheaders .filas:nth-child(8) .item-1::after {
|
|
1251
|
+
content: "11px";
|
|
1252
|
+
}
|
|
1253
|
+
.minheaders .filas:nth-child(8) .item-2::after {
|
|
1254
|
+
content: "11px";
|
|
1255
|
+
}
|
|
1256
|
+
.minheaders .filas:nth-child(8) .item-3::after {
|
|
1257
|
+
content: "1.2";
|
|
1258
|
+
}
|
|
1259
|
+
.minheaders .filas:nth-child(8) .item-4::after {
|
|
1260
|
+
content: "regular";
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
.minheaders .filas:nth-child(9) .item::after {
|
|
1264
|
+
content: "p-tag";
|
|
1265
|
+
}
|
|
1266
|
+
.minheaders .filas:nth-child(9) .item-1::after {
|
|
1267
|
+
content: "10px";
|
|
1268
|
+
}
|
|
1269
|
+
.minheaders .filas:nth-child(9) .item-2::after {
|
|
1270
|
+
content: "10px";
|
|
1271
|
+
}
|
|
1272
|
+
.minheaders .filas:nth-child(9) .item-3::after {
|
|
1273
|
+
content: "1.3";
|
|
1274
|
+
}
|
|
1275
|
+
.minheaders .filas:nth-child(9) .item-4::after {
|
|
1276
|
+
content: "regular";
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
.minheaders .filas:nth-child(10) .item::after {
|
|
1280
|
+
content: "p-m-b";
|
|
1281
|
+
}
|
|
1282
|
+
.minheaders .filas:nth-child(10) .item-1::after {
|
|
1283
|
+
content: "12px";
|
|
1284
|
+
}
|
|
1285
|
+
.minheaders .filas:nth-child(10) .item-2::after {
|
|
1286
|
+
content: "13px";
|
|
1287
|
+
}
|
|
1288
|
+
.minheaders .filas:nth-child(10) .item-3::after {
|
|
1289
|
+
content: "1.2";
|
|
1290
|
+
}
|
|
1291
|
+
.minheaders .filas:nth-child(10) .item-4::after {
|
|
1292
|
+
content: "bold";
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
.minheaders .filas:nth-child(11) .item::after {
|
|
1296
|
+
content: "p-m-m";
|
|
1297
|
+
}
|
|
1298
|
+
.minheaders .filas:nth-child(11) .item-1::after {
|
|
1299
|
+
content: "12px";
|
|
1300
|
+
}
|
|
1301
|
+
.minheaders .filas:nth-child(11) .item-2::after {
|
|
1302
|
+
content: "13px";
|
|
1303
|
+
}
|
|
1304
|
+
.minheaders .filas:nth-child(11) .item-3::after {
|
|
1305
|
+
content: "1.2";
|
|
1306
|
+
}
|
|
1307
|
+
.minheaders .filas:nth-child(11) .item-4::after {
|
|
1308
|
+
content: "medium";
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
.minheaders .filas:nth-child(12) .item::after {
|
|
1312
|
+
content: "p-xs-b";
|
|
1313
|
+
}
|
|
1314
|
+
.minheaders .filas:nth-child(12) .item-1::after {
|
|
1315
|
+
content: "11px";
|
|
1316
|
+
}
|
|
1317
|
+
.minheaders .filas:nth-child(12) .item-2::after {
|
|
1318
|
+
content: "12px";
|
|
1319
|
+
}
|
|
1320
|
+
.minheaders .filas:nth-child(12) .item-3::after {
|
|
1321
|
+
content: "1.3";
|
|
1322
|
+
}
|
|
1323
|
+
.minheaders .filas:nth-child(12) .item-4::after {
|
|
1324
|
+
content: "bold";
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
.minheaders .filas:nth-child(13) .item::after {
|
|
1328
|
+
content: "p-xxs-b";
|
|
1329
|
+
}
|
|
1330
|
+
.minheaders .filas:nth-child(13) .item-1::after {
|
|
1331
|
+
content: "9px";
|
|
1332
|
+
}
|
|
1333
|
+
.minheaders .filas:nth-child(13) .item-2::after {
|
|
1334
|
+
content: "9px";
|
|
1335
|
+
}
|
|
1336
|
+
.minheaders .filas:nth-child(13) .item-3::after {
|
|
1337
|
+
content: "1.3";
|
|
1338
|
+
}
|
|
1339
|
+
.minheaders .filas:nth-child(13) .item-4::after {
|
|
1340
|
+
content: "bold";
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
.font-family-a::after {
|
|
1344
|
+
content: "arial, sans-serif";
|
|
1345
|
+
position: relative;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.font-family-b::after {
|
|
1349
|
+
content: '"arial black", sans-serif';
|
|
1350
|
+
position: relative;
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
.font-family-c::after {
|
|
1354
|
+
content: '"ms-serif", serif';
|
|
1355
|
+
position: relative;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
.mini-site-main {
|
|
1359
|
+
padding-left: 200px;
|
|
1360
|
+
padding-right: 20px;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
.tag-color-wrap .wrap-item {
|
|
1364
|
+
position: relative;
|
|
1365
|
+
width: 100%;
|
|
1366
|
+
margin: 10px 10px 0 0;
|
|
1367
|
+
padding: 5px;
|
|
1368
|
+
box-shadow: 0 9px 25px rgba(0, 0, 0, 0.15);
|
|
1369
|
+
}
|
|
1370
|
+
.tag-color-wrap .wrap-item::after {
|
|
1371
|
+
position: absolute;
|
|
1372
|
+
margin-top: -50px;
|
|
1373
|
+
bottom: 10px;
|
|
1374
|
+
font-size: 12px;
|
|
1375
|
+
left: 16px;
|
|
1376
|
+
}
|
|
1377
|
+
.tag-color-wrap .wrap-item ::before {
|
|
1378
|
+
width: 100%;
|
|
1379
|
+
text-align: center;
|
|
1380
|
+
position: absolute;
|
|
1381
|
+
z-index: 10;
|
|
1382
|
+
font-size: 12px;
|
|
1383
|
+
margin-top: -40px;
|
|
1384
|
+
left: 0;
|
|
1385
|
+
color: white;
|
|
1386
|
+
bottom: 27px;
|
|
1387
|
+
}
|
|
1388
|
+
.tag-color-wrap .wrap-item .item {
|
|
1389
|
+
height: 100px;
|
|
1390
|
+
margin: 0;
|
|
1391
|
+
position: relative;
|
|
1392
|
+
}
|
|
1393
|
+
.tag-color-wrap .wrap-item .item::after {
|
|
1394
|
+
font-size: 12px;
|
|
1395
|
+
position: absolute;
|
|
1396
|
+
margin-top: -20px;
|
|
1397
|
+
width: 100%;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.site-menu-mobile {
|
|
1401
|
+
background-color: #000;
|
|
1402
|
+
position: fixed;
|
|
1403
|
+
height: 100vh;
|
|
1404
|
+
width: 60px;
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
.guide section {
|
|
1408
|
+
padding-bottom: 20px;
|
|
1409
|
+
}
|
|
1410
|
+
.guide .element-code {
|
|
1411
|
+
width: 100%;
|
|
1412
|
+
max-width: 500px;
|
|
1413
|
+
min-height: 200px;
|
|
1414
|
+
margin: 20px auto;
|
|
1415
|
+
}
|
|
1416
|
+
.guide .title-zone {
|
|
1417
|
+
color: #000;
|
|
1418
|
+
margin-bottom: 20px;
|
|
1419
|
+
padding: 100px 0 10px;
|
|
1420
|
+
}
|
|
1421
|
+
.guide .site-main {
|
|
1422
|
+
position: relative;
|
|
1423
|
+
margin: 0 0 0 55px;
|
|
1424
|
+
padding: 0 8px;
|
|
1425
|
+
}
|
|
1426
|
+
@media (min-width: 1280px) {
|
|
1427
|
+
.guide .site-main {
|
|
1428
|
+
margin: 0 0 0 180px;
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
.guide .mb-5 {
|
|
1432
|
+
margin-bottom: 5px;
|
|
1433
|
+
}
|
|
1434
|
+
.guide .menu-lateral ul.list-clear li {
|
|
1435
|
+
margin: 0;
|
|
1436
|
+
line-height: 1.2;
|
|
1437
|
+
}
|
|
1438
|
+
.guide .menu-lateral {
|
|
1439
|
+
padding-left: 10px;
|
|
1440
|
+
}
|
|
1441
|
+
.guide .guide-logo-menu img {
|
|
1442
|
+
padding-top: 20px;
|
|
1443
|
+
}
|
|
1444
|
+
.guide .list-clear {
|
|
1445
|
+
margin-bottom: 30px;
|
|
1446
|
+
}
|
|
1447
|
+
.guide .guide-title {
|
|
1448
|
+
color: #878787;
|
|
1449
|
+
font-size: 11px;
|
|
1450
|
+
font-family: Arial, Helvetica, sans-serif !important;
|
|
1451
|
+
text-transform: uppercase;
|
|
1452
|
+
}
|
|
1453
|
+
.guide .guide-text {
|
|
1454
|
+
text-align: center;
|
|
1455
|
+
width: 100%;
|
|
1456
|
+
color: #b7c1c8;
|
|
1457
|
+
font-size: 8px;
|
|
1458
|
+
font-family: Arial, Helvetica, sans-serif !important;
|
|
1459
|
+
text-transform: uppercase;
|
|
1460
|
+
padding: 10px 0;
|
|
1461
|
+
float: left;
|
|
1462
|
+
}
|
|
1463
|
+
.guide .guide-text span {
|
|
1464
|
+
width: 100%;
|
|
1465
|
+
clear: both;
|
|
1466
|
+
float: left;
|
|
1467
|
+
}
|
|
1468
|
+
.guide .menulateral {
|
|
1469
|
+
position: fixed;
|
|
1470
|
+
top: 62px;
|
|
1471
|
+
overflow: auto;
|
|
1472
|
+
height: calc(100vh - 62px);
|
|
1473
|
+
font-size: 10px;
|
|
1474
|
+
box-sizing: border-box;
|
|
1475
|
+
-webkit-box-flex: 0;
|
|
1476
|
+
width: 180px;
|
|
1477
|
+
padding: 0 0 0 20px;
|
|
1478
|
+
}
|
|
1479
|
+
.guide .menulateral html {
|
|
1480
|
+
font-size: 12px;
|
|
1481
|
+
}
|
|
1482
|
+
.guide .guide-hover {
|
|
1483
|
+
text-decoration: none;
|
|
1484
|
+
opacity: 0.6;
|
|
1485
|
+
}
|
|
1486
|
+
.guide code[class*=language-],
|
|
1487
|
+
.guide pre[class*=language-] {
|
|
1488
|
+
font-size: 12px;
|
|
1489
|
+
}
|
|
1490
|
+
.guide table {
|
|
1491
|
+
width: 100%;
|
|
1492
|
+
max-width: 100%;
|
|
1493
|
+
border-collapse: collapse;
|
|
1494
|
+
caption-side: bottom;
|
|
1495
|
+
font-size: 12px;
|
|
1496
|
+
text-align: left;
|
|
1497
|
+
}
|
|
1498
|
+
.guide table th:nth-child(1) {
|
|
1499
|
+
width: 150px;
|
|
1500
|
+
}
|
|
1501
|
+
.guide table thead tr th,
|
|
1502
|
+
.guide table thead tr td,
|
|
1503
|
+
.guide table tbody tr th,
|
|
1504
|
+
.guide table tbody tr td,
|
|
1505
|
+
.guide table tfoot tr th,
|
|
1506
|
+
.guide table tfoot tr td {
|
|
1507
|
+
padding: 10px;
|
|
1508
|
+
vertical-align: top;
|
|
1509
|
+
border: 1px solid #eaeaea;
|
|
1510
|
+
}
|
|
1511
|
+
.guide table thead tr th p:last-child,
|
|
1512
|
+
.guide table thead tr td p:last-child,
|
|
1513
|
+
.guide table tbody tr th p:last-child,
|
|
1514
|
+
.guide table tbody tr td p:last-child,
|
|
1515
|
+
.guide table tfoot tr th p:last-child,
|
|
1516
|
+
.guide table tfoot tr td p:last-child {
|
|
1517
|
+
margin-bottom: 0;
|
|
1518
|
+
}
|
|
1519
|
+
.guide table td:first-child > code {
|
|
1520
|
+
white-space: nowrap;
|
|
1521
|
+
}
|
|
1522
|
+
.guide table thead {
|
|
1523
|
+
background-color: #363636;
|
|
1524
|
+
color: #fff;
|
|
1525
|
+
}
|
|
1526
|
+
.guide table td:first-child {
|
|
1527
|
+
color: #363636 !important;
|
|
1528
|
+
}
|
|
1529
|
+
.guide code {
|
|
1530
|
+
background-color: #f1f1f1;
|
|
1531
|
+
padding-left: 4px;
|
|
1532
|
+
padding-right: 4px;
|
|
1533
|
+
color: #6759bb;
|
|
1534
|
+
}
|
|
1535
|
+
.guide pre > code {
|
|
1536
|
+
background-color: transparent;
|
|
1537
|
+
}
|
|
1538
|
+
.guide a {
|
|
1539
|
+
text-decoration: none;
|
|
1540
|
+
}
|
|
1541
|
+
.guide .item-w {
|
|
1542
|
+
width: 40px;
|
|
1543
|
+
height: 40px;
|
|
1544
|
+
padding: 4px;
|
|
1545
|
+
background: #eceff3;
|
|
1546
|
+
}
|
|
1547
|
+
.guide .item-i {
|
|
1548
|
+
min-width: 20%;
|
|
1549
|
+
min-height: 20%;
|
|
1550
|
+
display: block;
|
|
1551
|
+
border: 1px solid #fff;
|
|
1552
|
+
box-sizing: border-box;
|
|
1553
|
+
}
|
|
1554
|
+
.guide .item-i:nth-child(1) {
|
|
1555
|
+
background-color: #363636;
|
|
1556
|
+
opacity: 0.93;
|
|
1557
|
+
}
|
|
1558
|
+
.guide .item-i:nth-child(2) {
|
|
1559
|
+
background-color: #363636;
|
|
1560
|
+
opacity: 0.83;
|
|
1561
|
+
}
|
|
1562
|
+
.guide .item-i:nth-child(3) {
|
|
1563
|
+
background-color: #363636;
|
|
1564
|
+
opacity: 0.79;
|
|
1565
|
+
}
|
|
1566
|
+
.guide .item-i:nth-child(4) {
|
|
1567
|
+
background-color: #363636;
|
|
1568
|
+
opacity: 0.72;
|
|
1569
|
+
}
|
|
1570
|
+
.guide .item-i:nth-child(5) {
|
|
1571
|
+
background-color: #363636;
|
|
1572
|
+
opacity: 0.65;
|
|
1573
|
+
}
|
|
1574
|
+
.guide .item-i:nth-child(6) {
|
|
1575
|
+
background-color: #363636;
|
|
1576
|
+
opacity: 0.58;
|
|
1577
|
+
}
|
|
1578
|
+
.guide .item-i:nth-child(7) {
|
|
1579
|
+
background-color: #363636;
|
|
1580
|
+
opacity: 0.51;
|
|
1581
|
+
}
|
|
1582
|
+
.guide .item-i:nth-child(8) {
|
|
1583
|
+
background-color: #363636;
|
|
1584
|
+
opacity: 0.44;
|
|
1585
|
+
}
|
|
1586
|
+
.guide .item-i:nth-child(9) {
|
|
1587
|
+
background-color: #363636;
|
|
1588
|
+
opacity: 0.37;
|
|
1589
|
+
}
|
|
1590
|
+
.guide .item-i:nth-child(10) {
|
|
1591
|
+
background-color: #363636;
|
|
1592
|
+
opacity: 0.3;
|
|
1593
|
+
}
|
|
1594
|
+
.guide .box-demo,
|
|
1595
|
+
.guide .box-demo2 {
|
|
1596
|
+
height: 100%;
|
|
1597
|
+
box-sizing: border-box;
|
|
1598
|
+
padding: 20px;
|
|
1599
|
+
border: 1px solid #fff;
|
|
1600
|
+
}
|
|
1601
|
+
.guide .box-demo-inner {
|
|
1602
|
+
height: 200px;
|
|
1603
|
+
border: 1px solid #fff;
|
|
1604
|
+
background-color: #363636;
|
|
1605
|
+
opacity: 0.6;
|
|
1606
|
+
font-size: 20px;
|
|
1607
|
+
padding-top: 100px;
|
|
1608
|
+
text-align: center;
|
|
1609
|
+
color: #fff;
|
|
1610
|
+
}
|
|
1611
|
+
.guide .box-demo:nth-child(1) {
|
|
1612
|
+
background-color: rgba(0, 191, 203, 0.2);
|
|
1613
|
+
}
|
|
1614
|
+
.guide .box-demo:nth-child(2) {
|
|
1615
|
+
background-color: rgba(0, 191, 203, 0.2);
|
|
1616
|
+
}
|
|
1617
|
+
.guide .box-demo:nth-child(3) {
|
|
1618
|
+
background-color: rgba(0, 191, 203, 0.2);
|
|
1619
|
+
}
|
|
1620
|
+
.guide .box-demo2:nth-child(1) {
|
|
1621
|
+
background-color: rgba(255, 33, 33, 0.2);
|
|
1622
|
+
}
|
|
1623
|
+
.guide .box-demo2:nth-child(2) {
|
|
1624
|
+
background-color: rgba(255, 33, 33, 0.2);
|
|
1625
|
+
}
|
|
1626
|
+
.guide .box-demo2:nth-child(3) {
|
|
1627
|
+
background-color: rgba(255, 33, 33, 0.2);
|
|
1628
|
+
}
|
|
1629
|
+
.guide .box-demo .col {
|
|
1630
|
+
font-size: 12px;
|
|
1631
|
+
background-color: rgba(0, 191, 203, 0.6);
|
|
1632
|
+
border: 1px solid #fff;
|
|
1633
|
+
}
|
|
1634
|
+
.guide .flexbox-map .h3 {
|
|
1635
|
+
min-height: 50px;
|
|
1636
|
+
font-size: 20px;
|
|
1637
|
+
background-color: rgba(33, 255, 214, 0.33);
|
|
1638
|
+
padding: 20px;
|
|
1639
|
+
}
|
|
1640
|
+
.guide .box-info {
|
|
1641
|
+
padding: 20px;
|
|
1642
|
+
border: 1px solid gray;
|
|
1643
|
+
font-style: italic;
|
|
1644
|
+
opacity: 0.5;
|
|
1645
|
+
}
|
|
1646
|
+
.guide .guide-icon-top {
|
|
1647
|
+
display: inline-block;
|
|
1648
|
+
}
|
|
1649
|
+
.guide .resize-container {
|
|
1650
|
+
position: relative;
|
|
1651
|
+
min-height: 400px;
|
|
1652
|
+
display: flex;
|
|
1653
|
+
padding: 50px 0;
|
|
1654
|
+
grid-template-columns: repeat(3, 1fr);
|
|
1655
|
+
justify-content: center;
|
|
1656
|
+
width: 100%;
|
|
1657
|
+
box-sizing: border-box;
|
|
1658
|
+
}
|
|
1659
|
+
.guide .mini-box {
|
|
1660
|
+
background: #eaeaea;
|
|
1661
|
+
width: 100px;
|
|
1662
|
+
color: #757171;
|
|
1663
|
+
font-size: 10px;
|
|
1664
|
+
float: left;
|
|
1665
|
+
margin: 11px;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
pre[class*=language-] {
|
|
1669
|
+
margin: 20px 0;
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
.mini-box span {
|
|
1673
|
+
font-family: arial, sans-serif;
|
|
1674
|
+
font-weight: 900;
|
|
1675
|
+
display: block;
|
|
1676
|
+
font-size: 14px;
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1679
|
+
.filas {
|
|
1680
|
+
line-height: 2;
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1683
|
+
.item {
|
|
1684
|
+
white-space: nowrap;
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
.bg-docs {
|
|
1688
|
+
background: #fafafa;
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1691
|
+
.grid-6-docs {
|
|
1692
|
+
display: grid;
|
|
1693
|
+
grid-template-columns: repeat(6, 1fr);
|
|
1694
|
+
column-gap: 0;
|
|
1695
|
+
}
|
|
1696
|
+
.grid-6-docs div:nth-child(6n+3),
|
|
1697
|
+
.grid-6-docs div:nth-child(6n+4) {
|
|
1698
|
+
background-color: #eaeaea;
|
|
1699
|
+
}
|
|
1700
|
+
.grid-6-docs div {
|
|
1701
|
+
border-bottom: 1px solid #f6f6f6;
|
|
1702
|
+
padding: 6px;
|
|
1703
|
+
}
|
|
1704
|
+
.grid-6-docs div:nth-child(6n+1),
|
|
1705
|
+
.grid-6-docs div:nth-child(6n+3),
|
|
1706
|
+
.grid-6-docs div:nth-child(6n+5) {
|
|
1707
|
+
font-size: 14px;
|
|
1708
|
+
font-weight: bold;
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1711
|
+
.grid-8-docs {
|
|
1712
|
+
display: grid;
|
|
1713
|
+
grid-template-columns: repeat(8, 1fr);
|
|
1714
|
+
/* Opcional: Estilos para filas impares */
|
|
1715
|
+
}
|
|
1716
|
+
.grid-8-docs:nth-child(even) {
|
|
1717
|
+
background-color: #f7f6f6; /* Cambia el color de fondo de las filas pares */
|
|
1718
|
+
}
|
|
1719
|
+
.grid-8-docs:nth-child(odd) {
|
|
1720
|
+
background-color: #fff; /* Cambia el color de fondo de las filas impares */
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
.grid-24-docs {
|
|
1724
|
+
display: grid;
|
|
1725
|
+
grid-template-columns: repeat(24, 1fr);
|
|
1726
|
+
gap: 16px;
|
|
1727
|
+
align-items: start;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
.grid-10-docs {
|
|
1731
|
+
display: grid;
|
|
1732
|
+
grid-template-columns: repeat(10, 1fr);
|
|
1733
|
+
border-bottom: 1px dashed #d8d8d8;
|
|
1734
|
+
border-left: 1px dashed #d8d8d8;
|
|
1735
|
+
align-items: start;
|
|
1736
|
+
}
|
|
1737
|
+
.grid-10-docs div {
|
|
1738
|
+
padding: 10px;
|
|
1739
|
+
border-top: 1px dashed #d8d8d8;
|
|
1740
|
+
border-right: 1px dashed #d8d8d8;
|
|
1741
|
+
height: 100%;
|
|
1742
|
+
display: flex;
|
|
1743
|
+
justify-content: center;
|
|
1744
|
+
align-items: center;
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
.grid-4-docs {
|
|
1748
|
+
display: grid;
|
|
1749
|
+
grid-template-columns: repeat(4, 1fr);
|
|
1750
|
+
border-bottom: 1px dashed #d8d8d8;
|
|
1751
|
+
border-left: 1px dashed #d8d8d8;
|
|
1752
|
+
align-items: start;
|
|
1753
|
+
}
|
|
1754
|
+
.grid-4-docs > div {
|
|
1755
|
+
padding: 10px;
|
|
1756
|
+
border-top: 1px dashed #d8d8d8;
|
|
1757
|
+
border-right: 1px dashed #d8d8d8;
|
|
1758
|
+
height: 100%;
|
|
1759
|
+
display: flex;
|
|
1760
|
+
justify-content: center;
|
|
1761
|
+
align-items: center;
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
/*# sourceMappingURL=docs.css.map */
|