holygrail2 1.2.2 → 1.2.3
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/style.css +99 -114
- package/dist/style.css.map +1 -1
- package/doc/docs.css +4 -12
- package/doc/docs.css.map +1 -1
- package/package.json +1 -1
- package/scss/base/_animations.scss +0 -7
- package/scss/base/_guide.scss +0 -7
- package/scss/base/_helpers.scss +14 -50
- package/scss/base/_rtl.scss +0 -4
- package/scss/base/_types.scss +1 -4
- package/scss/docs.scss +4 -47
- package/scss/elements/_animated.scss +3 -6
- package/scss/elements/_buttons.scss +4 -11
- package/scss/elements/_checkbox.scss +0 -9
- package/scss/elements/_form.scss +1 -2
- package/scss/elements/_list.scss +0 -1
- package/scss/elements/_sidebar.scss +0 -12
- package/scss/elements/_tabs.scss +5 -89
- package/scss/elements/_tabs_specials.scss +0 -33
- package/scss/layouts/_box3.scss +0 -10
- package/scss/layouts/_header.scss +1 -1
- package/scss/layouts/_header_account.scss +0 -21
- package/scss/layouts/_row1.scss +0 -18
- package/scss/layouts/_runway.scss +0 -13
package/scss/base/_types.scss
CHANGED
|
@@ -78,15 +78,12 @@ mark {
|
|
|
78
78
|
|
|
79
79
|
@include typesFixers($headersFixers, $fs);
|
|
80
80
|
@include mintypes($minbreakpoints, $minheaders, $fs);
|
|
81
|
-
@include types($breakpoints, $headers, $fs);
|
|
81
|
+
@include types($breakpoints, $headers, $fs);
|
|
82
82
|
|
|
83
83
|
@include typesFluids($headersFluids);
|
|
84
84
|
|
|
85
|
-
//
|
|
86
|
-
|
|
87
85
|
.text-light,
|
|
88
86
|
.font-light {
|
|
89
|
-
// 2
|
|
90
87
|
@include font-light;
|
|
91
88
|
}
|
|
92
89
|
.text-regular,
|
package/scss/docs.scss
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
@use 'sass:math';
|
|
2
2
|
@import 'abstract/reset';
|
|
3
|
-
|
|
4
3
|
@import 'base/_animations';
|
|
5
|
-
|
|
6
4
|
@import 'abstract/_all';
|
|
7
|
-
|
|
8
5
|
$variable-colors: (
|
|
9
6
|
c-white: #{$c-white},
|
|
10
7
|
c-black: #{$c-black},
|
|
@@ -58,10 +55,8 @@ $variable-list: (
|
|
|
58
55
|
font-secondary-weight-medium: #{$font-weight-secondary-medium},
|
|
59
56
|
xl: 1500px
|
|
60
57
|
);
|
|
61
|
-
|
|
62
58
|
$variabletotals: length($variable-list);
|
|
63
59
|
$variablecolors: length($variable-colors);
|
|
64
|
-
|
|
65
60
|
@for $i from 1 through $variabletotals {
|
|
66
61
|
.var-a-#{nth(map-keys($variable-list), $i)} {
|
|
67
62
|
&::after {
|
|
@@ -76,7 +71,6 @@ $variablecolors: length($variable-colors);
|
|
|
76
71
|
}
|
|
77
72
|
}
|
|
78
73
|
}
|
|
79
|
-
|
|
80
74
|
@for $i from 1 through $variablecolors {
|
|
81
75
|
.var-a-#{nth(map-keys($variable-colors), $i)} {
|
|
82
76
|
&::before {
|
|
@@ -91,13 +85,11 @@ $variablecolors: length($variable-colors);
|
|
|
91
85
|
}
|
|
92
86
|
}
|
|
93
87
|
}
|
|
94
|
-
|
|
95
88
|
@for $i from 1 through $variablecolors {
|
|
96
89
|
.bg-#{nth(map-keys($variable-colors), $i)} {
|
|
97
90
|
background-color: #{nth(map-values($variable-colors), $i)};
|
|
98
91
|
}
|
|
99
92
|
}
|
|
100
|
-
|
|
101
93
|
@mixin tablas($spacingArray, $spacingName, $totalItems) {
|
|
102
94
|
@each $name, $value in $spacingArray {
|
|
103
95
|
$i: index(($spacingArray), ($name $value));
|
|
@@ -203,7 +195,6 @@ $variablecolors: length($variable-colors);
|
|
|
203
195
|
@mixin muestraArray($nombreArray, $nombreClase, $totalItems) {
|
|
204
196
|
@each $name, $value in $nombreArray {
|
|
205
197
|
$i: index($nombreArray, $name $value);
|
|
206
|
-
|
|
207
198
|
.#{$nombreClase} {
|
|
208
199
|
.filas:nth-child(#{$i}) {
|
|
209
200
|
.item {
|
|
@@ -211,7 +202,6 @@ $variablecolors: length($variable-colors);
|
|
|
211
202
|
content: '#{$name}';
|
|
212
203
|
}
|
|
213
204
|
}
|
|
214
|
-
|
|
215
205
|
@for $j from 1 through $totalItems {
|
|
216
206
|
.item-#{$j} {
|
|
217
207
|
&::after {
|
|
@@ -223,7 +213,6 @@ $variablecolors: length($variable-colors);
|
|
|
223
213
|
}
|
|
224
214
|
}
|
|
225
215
|
}
|
|
226
|
-
|
|
227
216
|
@include tablas($margin, 'marginbox', 2);
|
|
228
217
|
@include tablas($margin-y, 'marginbox-y', 2);
|
|
229
218
|
@include tablas($margin-x, 'marginbox-x', 2);
|
|
@@ -238,11 +227,9 @@ $variablecolors: length($variable-colors);
|
|
|
238
227
|
@include tablas($padding-left, 'paddingbox-left', 2);
|
|
239
228
|
@include tablas($padding-bottom, 'paddingbox-bottom', 2);
|
|
240
229
|
@include tablas($padding-right, 'paddingbox-right', 2);
|
|
241
|
-
|
|
242
230
|
@include muestraArray($heights, 'heights', 2);
|
|
243
231
|
@include muestraArray($headersFluids, 'fluids', 3);
|
|
244
232
|
@include muestraArray($minheaders, 'minheaders', 4);
|
|
245
|
-
|
|
246
233
|
.font-family-a {
|
|
247
234
|
&::after {
|
|
248
235
|
content: '' + $font-family-a-r;
|
|
@@ -266,7 +253,6 @@ $variablecolors: length($variable-colors);
|
|
|
266
253
|
padding-left: 200px;
|
|
267
254
|
padding-right: 20px;
|
|
268
255
|
}
|
|
269
|
-
|
|
270
256
|
.is-rtl {
|
|
271
257
|
.mini-site-main {
|
|
272
258
|
padding-right: 200px;
|
|
@@ -280,7 +266,6 @@ $variablecolors: length($variable-colors);
|
|
|
280
266
|
margin: 10px 10px 0 0;
|
|
281
267
|
padding: 5px;
|
|
282
268
|
box-shadow: 0 9px 25px rgb(0 0 0 / 15%);
|
|
283
|
-
|
|
284
269
|
&::after {
|
|
285
270
|
position: absolute;
|
|
286
271
|
margin-top: -50px;
|
|
@@ -296,7 +281,6 @@ $variablecolors: length($variable-colors);
|
|
|
296
281
|
font-size: 12px;
|
|
297
282
|
margin-top: -40px;
|
|
298
283
|
left: 0;
|
|
299
|
-
|
|
300
284
|
color: white;
|
|
301
285
|
bottom: 27px;
|
|
302
286
|
}
|
|
@@ -304,7 +288,6 @@ $variablecolors: length($variable-colors);
|
|
|
304
288
|
height: 100px;
|
|
305
289
|
margin: 0;
|
|
306
290
|
position: relative;
|
|
307
|
-
|
|
308
291
|
&::after {
|
|
309
292
|
font-size: 12px;
|
|
310
293
|
position: absolute;
|
|
@@ -314,14 +297,12 @@ $variablecolors: length($variable-colors);
|
|
|
314
297
|
}
|
|
315
298
|
}
|
|
316
299
|
}
|
|
317
|
-
|
|
318
300
|
.site-menu-mobile {
|
|
319
301
|
background-color: #000;
|
|
320
302
|
position: fixed;
|
|
321
303
|
height: 100vh;
|
|
322
304
|
width: 60px;
|
|
323
305
|
}
|
|
324
|
-
|
|
325
306
|
pre[class*='language-'] {
|
|
326
307
|
margin: 20px 0;
|
|
327
308
|
}
|
|
@@ -335,29 +316,24 @@ pre[class*='language-'] {
|
|
|
335
316
|
.filas {
|
|
336
317
|
line-height: 2;
|
|
337
318
|
}
|
|
338
|
-
|
|
339
319
|
.item {
|
|
340
320
|
white-space: nowrap;
|
|
341
321
|
}
|
|
342
322
|
.bg-docs {
|
|
343
323
|
background: #fafafa;
|
|
344
324
|
}
|
|
345
|
-
|
|
346
325
|
.grid-6-docs {
|
|
347
326
|
display: grid;
|
|
348
327
|
grid-template-columns: repeat(2, 1fr);
|
|
349
328
|
column-gap: 0;
|
|
350
|
-
|
|
351
329
|
div:nth-child(6n + 3),
|
|
352
330
|
div:nth-child(6n + 4) {
|
|
353
331
|
background-color: #eaeaea;
|
|
354
332
|
}
|
|
355
|
-
|
|
356
333
|
div {
|
|
357
334
|
border-bottom: 1px solid #f6f6f6;
|
|
358
335
|
padding: 6px;
|
|
359
336
|
}
|
|
360
|
-
|
|
361
337
|
div:nth-child(6n + 1),
|
|
362
338
|
div:nth-child(6n + 3),
|
|
363
339
|
div:nth-child(6n + 5) {
|
|
@@ -365,17 +341,14 @@ pre[class*='language-'] {
|
|
|
365
341
|
font-weight: bold;
|
|
366
342
|
}
|
|
367
343
|
}
|
|
368
|
-
|
|
369
344
|
.grid-2-docs {
|
|
370
345
|
display: grid;
|
|
371
346
|
grid-template-columns: repeat(2, 1fr);
|
|
372
347
|
column-gap: 0;
|
|
373
|
-
|
|
374
348
|
div {
|
|
375
349
|
border-bottom: 1px solid #f6f6f6;
|
|
376
350
|
padding: 6px;
|
|
377
351
|
}
|
|
378
|
-
|
|
379
352
|
div:nth-child(6n + 1),
|
|
380
353
|
div:nth-child(6n + 3),
|
|
381
354
|
div:nth-child(6n + 5) {
|
|
@@ -383,48 +356,37 @@ pre[class*='language-'] {
|
|
|
383
356
|
font-weight: bold;
|
|
384
357
|
}
|
|
385
358
|
}
|
|
386
|
-
|
|
387
359
|
.grid-8-docs {
|
|
388
360
|
display: grid;
|
|
389
361
|
grid-template-columns: repeat(8, 1fr);
|
|
390
|
-
|
|
391
362
|
&:nth-child(even) {
|
|
392
|
-
background-color: #f7f6f6;
|
|
363
|
+
background-color: #f7f6f6;
|
|
393
364
|
}
|
|
394
|
-
|
|
395
|
-
/* Opcional: Estilos para filas impares */
|
|
396
365
|
&:nth-child(odd) {
|
|
397
|
-
background-color: #fff;
|
|
366
|
+
background-color: #fff;
|
|
398
367
|
}
|
|
399
368
|
}
|
|
400
|
-
|
|
401
369
|
.grid-5-docs {
|
|
402
370
|
display: grid;
|
|
403
371
|
grid-template-columns: repeat(5, 1fr);
|
|
404
|
-
|
|
405
372
|
&:nth-child(even) {
|
|
406
|
-
background-color: #f7f6f6;
|
|
373
|
+
background-color: #f7f6f6;
|
|
407
374
|
}
|
|
408
|
-
|
|
409
|
-
/* Opcional: Estilos para filas impares */
|
|
410
375
|
&:nth-child(odd) {
|
|
411
|
-
background-color: #fff;
|
|
376
|
+
background-color: #fff;
|
|
412
377
|
}
|
|
413
378
|
}
|
|
414
|
-
|
|
415
379
|
.grid-24-docs {
|
|
416
380
|
display: grid;
|
|
417
381
|
grid-template-columns: repeat(24, 1fr);
|
|
418
382
|
gap: 16px;
|
|
419
383
|
align-items: start;
|
|
420
384
|
}
|
|
421
|
-
|
|
422
385
|
.grid-9-docs {
|
|
423
386
|
display: grid;
|
|
424
387
|
grid-template-columns: repeat(9, 1fr);
|
|
425
388
|
border-bottom: 1px dashed #d8d8d8;
|
|
426
389
|
border-left: 1px dashed #d8d8d8;
|
|
427
|
-
|
|
428
390
|
align-items: start;
|
|
429
391
|
div {
|
|
430
392
|
padding: 10px;
|
|
@@ -436,13 +398,11 @@ pre[class*='language-'] {
|
|
|
436
398
|
align-items: center;
|
|
437
399
|
}
|
|
438
400
|
}
|
|
439
|
-
|
|
440
401
|
.grid-88-docs {
|
|
441
402
|
display: grid;
|
|
442
403
|
grid-template-columns: repeat(8, 1fr);
|
|
443
404
|
border-bottom: 1px dashed #d8d8d8;
|
|
444
405
|
border-left: 1px dashed #d8d8d8;
|
|
445
|
-
|
|
446
406
|
align-items: start;
|
|
447
407
|
div {
|
|
448
408
|
padding: 10px;
|
|
@@ -454,13 +414,11 @@ pre[class*='language-'] {
|
|
|
454
414
|
align-items: center;
|
|
455
415
|
}
|
|
456
416
|
}
|
|
457
|
-
|
|
458
417
|
.grid-4-docs {
|
|
459
418
|
display: grid;
|
|
460
419
|
grid-template-columns: repeat(4, 1fr);
|
|
461
420
|
border-bottom: 1px dashed #d8d8d8;
|
|
462
421
|
border-left: 1px dashed #d8d8d8;
|
|
463
|
-
|
|
464
422
|
align-items: start;
|
|
465
423
|
& > div {
|
|
466
424
|
padding: 10px;
|
|
@@ -472,7 +430,6 @@ pre[class*='language-'] {
|
|
|
472
430
|
align-items: center;
|
|
473
431
|
}
|
|
474
432
|
}
|
|
475
|
-
|
|
476
433
|
.g-16 {
|
|
477
434
|
gap: 16px;
|
|
478
435
|
}
|
|
@@ -7,8 +7,6 @@
|
|
|
7
7
|
bottom: 0;
|
|
8
8
|
right: 0;
|
|
9
9
|
color: $c-primary;
|
|
10
|
-
display: box;
|
|
11
|
-
display: flexbox;
|
|
12
10
|
display: flex;
|
|
13
11
|
opacity: 1;
|
|
14
12
|
-webkit-box-align: end;
|
|
@@ -16,10 +14,9 @@
|
|
|
16
14
|
align-items: flex-end;
|
|
17
15
|
transition: opacity 0.3s ease;
|
|
18
16
|
z-index: 6;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
animation: bounce 0.8s infinite alternate;
|
|
17
|
+
svg {
|
|
18
|
+
animation: bounce 0.8s infinite alternate;
|
|
19
|
+
}
|
|
23
20
|
}
|
|
24
21
|
|
|
25
22
|
.line-scrolldown {
|
|
@@ -334,8 +334,6 @@ button {
|
|
|
334
334
|
background-color: $c-white;
|
|
335
335
|
border: 1px solid $c-primary;
|
|
336
336
|
svg {
|
|
337
|
-
g {
|
|
338
|
-
}
|
|
339
337
|
circle {
|
|
340
338
|
stroke: $c-primary;
|
|
341
339
|
}
|
|
@@ -1019,8 +1017,10 @@ button {
|
|
|
1019
1017
|
vertical-align: middle;
|
|
1020
1018
|
}
|
|
1021
1019
|
}
|
|
1022
|
-
[lang^="zh"]
|
|
1023
|
-
|
|
1020
|
+
[lang^="zh"],
|
|
1021
|
+
//chino
|
|
1022
|
+
[lang^="zn"],
|
|
1023
|
+
//chino
|
|
1024
1024
|
[lang^="ko"] //coreano ko-KR
|
|
1025
1025
|
{
|
|
1026
1026
|
.btn-selector-wrap {
|
|
@@ -1031,7 +1031,6 @@ button {
|
|
|
1031
1031
|
}
|
|
1032
1032
|
}
|
|
1033
1033
|
}
|
|
1034
|
-
|
|
1035
1034
|
.btn-group > .btn {
|
|
1036
1035
|
flex: 1;
|
|
1037
1036
|
}
|
|
@@ -1289,19 +1288,15 @@ button {
|
|
|
1289
1288
|
margin-top: -1px;
|
|
1290
1289
|
}
|
|
1291
1290
|
}
|
|
1292
|
-
|
|
1293
1291
|
.btn--color {
|
|
1294
1292
|
width: 16px;
|
|
1295
1293
|
height: 16px;
|
|
1296
1294
|
position: relative;
|
|
1297
|
-
|
|
1298
1295
|
&:hover {
|
|
1299
1296
|
opacity: 0.6;
|
|
1300
1297
|
}
|
|
1301
|
-
|
|
1302
1298
|
&.is-active {
|
|
1303
1299
|
padding-bottom: 8px;
|
|
1304
|
-
|
|
1305
1300
|
&:after {
|
|
1306
1301
|
position: absolute;
|
|
1307
1302
|
left: 0;
|
|
@@ -1313,7 +1308,6 @@ button {
|
|
|
1313
1308
|
}
|
|
1314
1309
|
}
|
|
1315
1310
|
}
|
|
1316
|
-
|
|
1317
1311
|
.btn-square {
|
|
1318
1312
|
color: $c-white;
|
|
1319
1313
|
background-color: $c-secondary-30;
|
|
@@ -1321,7 +1315,6 @@ button {
|
|
|
1321
1315
|
width: 20px;
|
|
1322
1316
|
height: 20px;
|
|
1323
1317
|
padding: 2px;
|
|
1324
|
-
|
|
1325
1318
|
&:focus,
|
|
1326
1319
|
&.focus,
|
|
1327
1320
|
&:hover,
|
|
@@ -42,8 +42,6 @@
|
|
|
42
42
|
font-weight: normal;
|
|
43
43
|
font-size: $text-sm;
|
|
44
44
|
text-align: initial;
|
|
45
|
-
display: box;
|
|
46
|
-
display: flexbox;
|
|
47
45
|
display: flex;
|
|
48
46
|
}
|
|
49
47
|
[type='checkbox']:not(:checked) + label::before,
|
|
@@ -133,8 +131,6 @@
|
|
|
133
131
|
font-weight: normal;
|
|
134
132
|
font-size: $text-sm;
|
|
135
133
|
text-align: initial;
|
|
136
|
-
display: box;
|
|
137
|
-
display: flexbox;
|
|
138
134
|
display: flex;
|
|
139
135
|
}
|
|
140
136
|
[type='checkbox']:not(:checked) + label::before,
|
|
@@ -209,8 +205,6 @@
|
|
|
209
205
|
font-weight: normal;
|
|
210
206
|
font-size: $text-sm;
|
|
211
207
|
text-align: initial;
|
|
212
|
-
display: box;
|
|
213
|
-
display: flexbox;
|
|
214
208
|
display: flex;
|
|
215
209
|
flex-direction: column;
|
|
216
210
|
float: none;
|
|
@@ -330,7 +324,6 @@
|
|
|
330
324
|
background-color: $c-primary;
|
|
331
325
|
}
|
|
332
326
|
}
|
|
333
|
-
[type='checkbox'] + label::after,
|
|
334
327
|
[type='checkbox'] + label::after {
|
|
335
328
|
width: 80px;
|
|
336
329
|
height: 80px;
|
|
@@ -477,11 +470,9 @@
|
|
|
477
470
|
.box3-content {
|
|
478
471
|
padding-left: calc(14px + 16px);
|
|
479
472
|
}
|
|
480
|
-
&.checkbox-radio [type='radio']:checked + label .border-1-grey,
|
|
481
473
|
&.checkbox-radio [type='radio']:checked + label .border-1-grey {
|
|
482
474
|
border: 1px solid $c-primary;
|
|
483
475
|
}
|
|
484
|
-
&.checkbox-radio [type='radio']:checked + label .border-1,
|
|
485
476
|
&.checkbox-radio [type='radio']:checked + label .border-1 {
|
|
486
477
|
border: 1px solid $c-primary;
|
|
487
478
|
}
|
package/scss/elements/_form.scss
CHANGED
|
@@ -194,12 +194,12 @@ input::input-placeholder {
|
|
|
194
194
|
background: none;
|
|
195
195
|
height: 32px;
|
|
196
196
|
font-size: $text-input-m;
|
|
197
|
+
opacity: 0;
|
|
197
198
|
@media (min-width: $break-sm) {
|
|
198
199
|
padding: 14px 2px;
|
|
199
200
|
height: 40px;
|
|
200
201
|
font-size: $text-input-d;
|
|
201
202
|
}
|
|
202
|
-
opacity: 0;
|
|
203
203
|
&:hover {
|
|
204
204
|
opacity: 0;
|
|
205
205
|
}
|
|
@@ -656,7 +656,6 @@ input::input-placeholder {
|
|
|
656
656
|
flex: 1 0 auto;
|
|
657
657
|
}
|
|
658
658
|
}
|
|
659
|
-
// a eliminar activate-user---input-phone-combo----itxphoneaccountcreation
|
|
660
659
|
.form-input-prefix {
|
|
661
660
|
display: flex;
|
|
662
661
|
.input-prefix {
|
package/scss/elements/_list.scss
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
@import '../abstract/_all';
|
|
2
|
-
|
|
3
2
|
$sidebar-width: 425px;
|
|
4
|
-
|
|
5
3
|
.sidebar-container {
|
|
6
4
|
z-index: 2000;
|
|
7
5
|
position: fixed;
|
|
@@ -13,36 +11,29 @@ $sidebar-width: 425px;
|
|
|
13
11
|
height: 100%;
|
|
14
12
|
transition: transform 0.5s ease;
|
|
15
13
|
transform: translateX(435px);
|
|
16
|
-
|
|
17
14
|
&.custom-sidebar {
|
|
18
15
|
padding: 0 20px 40px;
|
|
19
|
-
|
|
20
16
|
@media (min-width: $break-sm) {
|
|
21
17
|
padding: 0 20px 40px;
|
|
22
18
|
}
|
|
23
19
|
}
|
|
24
|
-
|
|
25
20
|
&.close-mini-wish {
|
|
26
21
|
transform: translateX(100vw);
|
|
27
|
-
|
|
28
22
|
[dir='rtl'] & {
|
|
29
23
|
transform: translateX(-100vw);
|
|
30
24
|
}
|
|
31
25
|
}
|
|
32
26
|
}
|
|
33
|
-
|
|
34
27
|
.sidebar-close {
|
|
35
28
|
padding: 15px 16px;
|
|
36
29
|
position: absolute;
|
|
37
30
|
right: 0;
|
|
38
31
|
z-index: 1999;
|
|
39
32
|
cursor: pointer;
|
|
40
|
-
|
|
41
33
|
&:hover {
|
|
42
34
|
opacity: 0.6;
|
|
43
35
|
}
|
|
44
36
|
}
|
|
45
|
-
|
|
46
37
|
// Añadimos los estilos solo si la sidebar es custom para no romper las demás maquetas
|
|
47
38
|
.sidebar-close.sidebar-custom-close {
|
|
48
39
|
padding: 24px 0 56px 0;
|
|
@@ -51,7 +42,6 @@ $sidebar-width: 425px;
|
|
|
51
42
|
display: flex;
|
|
52
43
|
justify-content: flex-end;
|
|
53
44
|
}
|
|
54
|
-
|
|
55
45
|
.sidebar-out {
|
|
56
46
|
z-index: 1999;
|
|
57
47
|
position: fixed;
|
|
@@ -59,11 +49,9 @@ $sidebar-width: 425px;
|
|
|
59
49
|
height: 100vh;
|
|
60
50
|
top: 0;
|
|
61
51
|
left: 0;
|
|
62
|
-
|
|
63
52
|
background-color: $c-black;
|
|
64
53
|
opacity: 0.15;
|
|
65
54
|
}
|
|
66
|
-
|
|
67
55
|
.body-sidebar-open {
|
|
68
56
|
.sidebar-container {
|
|
69
57
|
transform: translateX(0);
|
package/scss/elements/_tabs.scss
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
.tabs {
|
|
4
4
|
ul {
|
|
5
5
|
display: flex;
|
|
6
|
-
|
|
7
6
|
margin: 0;
|
|
8
7
|
flex-grow: 1;
|
|
9
8
|
flex-shrink: 0;
|
|
9
|
+
|
|
10
10
|
&.content-start {
|
|
11
11
|
justify-content: flex-start;
|
|
12
12
|
}
|
|
@@ -27,9 +27,8 @@
|
|
|
27
27
|
justify-content: center;
|
|
28
28
|
align-items: center;
|
|
29
29
|
vertical-align: top;
|
|
30
|
-
|
|
31
30
|
cursor: pointer;
|
|
32
|
-
padding: 0 20px
|
|
31
|
+
padding: 0 20px;
|
|
33
32
|
line-height: 1;
|
|
34
33
|
}
|
|
35
34
|
|
|
@@ -79,14 +78,13 @@
|
|
|
79
78
|
}
|
|
80
79
|
}
|
|
81
80
|
|
|
82
|
-
|
|
83
81
|
.tabs2 {
|
|
84
82
|
ul {
|
|
85
83
|
display: flex;
|
|
86
|
-
|
|
87
84
|
margin: 0;
|
|
88
85
|
flex-grow: 1;
|
|
89
86
|
flex-shrink: 0;
|
|
87
|
+
|
|
90
88
|
&.content-start {
|
|
91
89
|
justify-content: flex-start;
|
|
92
90
|
}
|
|
@@ -110,18 +108,16 @@
|
|
|
110
108
|
justify-content: center;
|
|
111
109
|
align-items: center;
|
|
112
110
|
vertical-align: top;
|
|
113
|
-
|
|
114
111
|
cursor: pointer;
|
|
115
112
|
padding-inline: 20px;
|
|
116
113
|
line-height: 1;
|
|
117
114
|
}
|
|
118
115
|
|
|
119
|
-
|
|
120
|
-
&.is-active {
|
|
116
|
+
&.is-active {
|
|
121
117
|
position: relative;
|
|
122
118
|
|
|
123
119
|
&::after {
|
|
124
|
-
content:
|
|
120
|
+
content: '';
|
|
125
121
|
position: absolute;
|
|
126
122
|
width: 4px;
|
|
127
123
|
height: 4px;
|
|
@@ -131,8 +127,6 @@
|
|
|
131
127
|
margin-left: -2px;
|
|
132
128
|
}
|
|
133
129
|
}
|
|
134
|
-
|
|
135
|
-
|
|
136
130
|
}
|
|
137
131
|
|
|
138
132
|
&.tabs-resetfirst ul li:first-child a {
|
|
@@ -161,86 +155,9 @@
|
|
|
161
155
|
}
|
|
162
156
|
}
|
|
163
157
|
|
|
164
|
-
|
|
165
158
|
.tabs-inline {
|
|
166
159
|
ul {
|
|
167
160
|
display: flex;
|
|
168
|
-
|
|
169
|
-
margin: 0;
|
|
170
|
-
flex-grow: 1;
|
|
171
|
-
flex-shrink: 0;
|
|
172
|
-
&.content-start {
|
|
173
|
-
justify-content: flex-start;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
&.content-center {
|
|
177
|
-
align-items: center;
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
li {
|
|
182
|
-
display: block;
|
|
183
|
-
margin: 0;
|
|
184
|
-
&::after {
|
|
185
|
-
display: none;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
a,
|
|
189
|
-
span,
|
|
190
|
-
.tab {
|
|
191
|
-
display: flex;
|
|
192
|
-
justify-content: center;
|
|
193
|
-
align-items: center;
|
|
194
|
-
vertical-align: top;
|
|
195
|
-
|
|
196
|
-
cursor: pointer;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
&.is-active a,
|
|
200
|
-
&.is-active span,
|
|
201
|
-
&.is-active .tab {
|
|
202
|
-
position: relative;
|
|
203
|
-
|
|
204
|
-
&::after {
|
|
205
|
-
content: '';
|
|
206
|
-
position: absolute;
|
|
207
|
-
width: 4px;
|
|
208
|
-
height: 4px;
|
|
209
|
-
background-color: $c-primary;
|
|
210
|
-
bottom: 0;
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
&.tabs-resetfirst ul li:first-child a {
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
&.is-center ul {
|
|
219
|
-
justify-content: center;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
&.is-around ul {
|
|
223
|
-
justify-content: space-around;
|
|
224
|
-
|
|
225
|
-
li {
|
|
226
|
-
flex: 1;
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.list-equal {
|
|
231
|
-
display: flex;
|
|
232
|
-
align-items: flex-end;
|
|
233
|
-
|
|
234
|
-
li {
|
|
235
|
-
flex-grow: 1;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.tabs-inline {
|
|
241
|
-
ul {
|
|
242
|
-
display: flex;
|
|
243
|
-
|
|
244
161
|
margin: 0;
|
|
245
162
|
flex-grow: 1;
|
|
246
163
|
flex-shrink: 0;
|
|
@@ -265,7 +182,6 @@
|
|
|
265
182
|
justify-content: center;
|
|
266
183
|
align-items: center;
|
|
267
184
|
vertical-align: top;
|
|
268
|
-
|
|
269
185
|
font-size: 12px;
|
|
270
186
|
cursor: pointer;
|
|
271
187
|
}
|