holygrail2 1.2.2 → 1.2.4
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 +109 -118
- package/dist/style.css.map +1 -1
- package/doc/docs.css +15 -12
- package/doc/docs.css.map +1 -1
- package/index.html +24 -8
- 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 +14 -46
- package/scss/elements/_animated.scss +3 -6
- package/scss/elements/_buttons.scss +4 -13
- 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 +19 -90
- package/scss/elements/_tabs_specials.scss +0 -33
- package/scss/elements/_tag.scss +1 -1
- 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/_helpers.scss
CHANGED
|
@@ -499,7 +499,6 @@ strong {
|
|
|
499
499
|
bottom: 0;
|
|
500
500
|
}
|
|
501
501
|
.p-view\:sm {
|
|
502
|
-
// a sustiuir
|
|
503
502
|
@media (max-width: #{$break-sm - 1}) {
|
|
504
503
|
position: absolute;
|
|
505
504
|
width: 100%;
|
|
@@ -535,18 +534,18 @@ strong {
|
|
|
535
534
|
}
|
|
536
535
|
.ov-custom {
|
|
537
536
|
&::-webkit-scrollbar-track {
|
|
538
|
-
background-color: $c-light-grey;
|
|
537
|
+
background-color: rgba($c-light-grey, 10%);
|
|
539
538
|
}
|
|
540
539
|
&::-webkit-scrollbar-track:hover {
|
|
541
|
-
background-color: $c-light-grey;
|
|
540
|
+
background-color: rgba($c-light-grey, 10%);
|
|
542
541
|
}
|
|
543
542
|
&::-webkit-scrollbar-thumb {
|
|
544
|
-
background-color: $c-dark-grey;
|
|
543
|
+
background-color: rgba($c-dark-grey, 60%);
|
|
545
544
|
border-radius: 16px;
|
|
546
545
|
border: 3px solid $c-white;
|
|
547
546
|
}
|
|
548
547
|
&::-webkit-scrollbar-thumb:hover {
|
|
549
|
-
background-color: $c-dark-grey;
|
|
548
|
+
background-color: rgba($c-dark-grey, 60%);
|
|
550
549
|
border: 2px solid $c-light-grey;
|
|
551
550
|
}
|
|
552
551
|
&::-webkit-scrollbar-button {
|
|
@@ -752,89 +751,59 @@ strong {
|
|
|
752
751
|
width: 5px;
|
|
753
752
|
height: 5px;
|
|
754
753
|
}
|
|
755
|
-
/* Track */
|
|
756
754
|
&::-webkit-scrollbar-track {
|
|
757
|
-
background-color: rgba(
|
|
758
|
-
-webkit-border-radius: 10px;
|
|
755
|
+
background-color: rgba($c-black, 10%);
|
|
759
756
|
border-radius: 10px;
|
|
760
757
|
}
|
|
761
|
-
/* Handle */
|
|
762
758
|
&::-webkit-scrollbar-thumb {
|
|
763
|
-
-webkit-border-radius: 10px;
|
|
764
759
|
border-radius: 10px;
|
|
765
|
-
background-color: rgba(
|
|
766
|
-
}
|
|
767
|
-
&::-webkit-scrollbar-thumb:window-inactive {
|
|
768
|
-
background-color: rgba(0, 0, 0, 0.6);
|
|
760
|
+
background-color: rgba($c-black, 60%);
|
|
769
761
|
}
|
|
770
762
|
}
|
|
771
|
-
|
|
772
763
|
.min-scrollcustom-y {
|
|
773
764
|
overflow: auto;
|
|
774
765
|
&::-webkit-scrollbar {
|
|
775
766
|
width: 1px;
|
|
776
767
|
height: 1px;
|
|
777
768
|
}
|
|
778
|
-
/* Track */
|
|
779
769
|
&::-webkit-scrollbar-track {
|
|
780
|
-
background-color: rgba(
|
|
781
|
-
|
|
782
|
-
-webkit-border-radius: 10px;
|
|
770
|
+
background-color: rgba($c-black, 10%);
|
|
783
771
|
border-radius: 0;
|
|
784
772
|
}
|
|
785
|
-
/* Handle */
|
|
786
773
|
&::-webkit-scrollbar-thumb {
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
background-color: rgba(0, 0, 0, 0.6);
|
|
790
|
-
}
|
|
791
|
-
&::-webkit-scrollbar-thumb:window-inactive {
|
|
792
|
-
background-color: rgba(0, 0, 0, 0.6);
|
|
774
|
+
border-radius: 0;
|
|
775
|
+
background-color: rgba($c-black, 60%);
|
|
793
776
|
}
|
|
794
777
|
}
|
|
795
|
-
|
|
796
778
|
.min-scrollcustom-hover {
|
|
797
779
|
overflow: auto;
|
|
798
780
|
&::-webkit-scrollbar {
|
|
799
781
|
width: 0;
|
|
800
782
|
}
|
|
801
|
-
/* Track */
|
|
802
783
|
&::-webkit-scrollbar-track {
|
|
803
|
-
background-color: rgba(
|
|
804
|
-
|
|
805
|
-
-webkit-border-radius: 10px;
|
|
784
|
+
background-color: rgba($c-black, 10%);
|
|
806
785
|
border-radius: 0;
|
|
807
786
|
}
|
|
808
|
-
/* Handle */
|
|
809
787
|
&::-webkit-scrollbar-thumb {
|
|
810
|
-
-webkit-border-radius: 10px;
|
|
811
788
|
border-radius: 10px;
|
|
812
|
-
background-color: rgba(
|
|
813
|
-
}
|
|
814
|
-
&::-webkit-scrollbar-thumb:window-inactive {
|
|
815
|
-
background-color: rgba(0, 0, 0, 0.6);
|
|
789
|
+
background-color: rgba($c-black, 60%);
|
|
816
790
|
}
|
|
817
791
|
}
|
|
818
|
-
|
|
819
792
|
.min-scrollcustom-x {
|
|
820
793
|
overflow: auto;
|
|
821
794
|
&::-webkit-scrollbar {
|
|
822
795
|
height: 5px;
|
|
823
796
|
}
|
|
824
|
-
/* Track */
|
|
825
797
|
&::-webkit-scrollbar-track {
|
|
826
|
-
background:
|
|
827
|
-
-webkit-border-radius: 10px;
|
|
798
|
+
background: $c-white;
|
|
828
799
|
border-radius: 0;
|
|
829
800
|
}
|
|
830
|
-
/* Handle */
|
|
831
801
|
&::-webkit-scrollbar-thumb {
|
|
832
|
-
-webkit-border-radius: 10px;
|
|
833
802
|
border-radius: 10px;
|
|
834
|
-
background:
|
|
803
|
+
background: $c-middle-grey;
|
|
835
804
|
}
|
|
836
805
|
&::-webkit-scrollbar-thumb:window-inactive {
|
|
837
|
-
background:
|
|
806
|
+
background: $c-middle-grey;
|
|
838
807
|
}
|
|
839
808
|
}
|
|
840
809
|
.min-scrollcustom-x.has-dark {
|
|
@@ -842,15 +811,11 @@ strong {
|
|
|
842
811
|
&::-webkit-scrollbar {
|
|
843
812
|
height: 5px;
|
|
844
813
|
}
|
|
845
|
-
/* Track */
|
|
846
814
|
&::-webkit-scrollbar-track {
|
|
847
815
|
background: $c-middle-grey;
|
|
848
|
-
-webkit-border-radius: 10px;
|
|
849
816
|
border-radius: 0;
|
|
850
817
|
}
|
|
851
|
-
/* Handle */
|
|
852
818
|
&::-webkit-scrollbar-thumb {
|
|
853
|
-
-webkit-border-radius: 10px;
|
|
854
819
|
border-radius: 10px;
|
|
855
820
|
background: $c-primary;
|
|
856
821
|
}
|
|
@@ -1016,7 +981,6 @@ strong {
|
|
|
1016
981
|
min-width: 300px;
|
|
1017
982
|
}
|
|
1018
983
|
}
|
|
1019
|
-
// se usa el color blanco por el blend-mode
|
|
1020
984
|
.separator {
|
|
1021
985
|
border-bottom: 1px solid $c-white;
|
|
1022
986
|
}
|
package/scss/base/_rtl.scss
CHANGED
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,48 @@ 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
379
|
|
|
380
|
+
.grid-6-docs {
|
|
381
|
+
display: grid;
|
|
382
|
+
grid-template-columns: repeat(6, 1fr);
|
|
383
|
+
&:nth-child(even) {
|
|
384
|
+
background-color: #f7f6f6;
|
|
385
|
+
}
|
|
386
|
+
&:nth-child(odd) {
|
|
387
|
+
background-color: #fff;
|
|
388
|
+
}
|
|
389
|
+
}
|
|
415
390
|
.grid-24-docs {
|
|
416
391
|
display: grid;
|
|
417
392
|
grid-template-columns: repeat(24, 1fr);
|
|
418
393
|
gap: 16px;
|
|
419
394
|
align-items: start;
|
|
420
395
|
}
|
|
421
|
-
|
|
422
396
|
.grid-9-docs {
|
|
423
397
|
display: grid;
|
|
424
398
|
grid-template-columns: repeat(9, 1fr);
|
|
425
399
|
border-bottom: 1px dashed #d8d8d8;
|
|
426
400
|
border-left: 1px dashed #d8d8d8;
|
|
427
|
-
|
|
428
401
|
align-items: start;
|
|
429
402
|
div {
|
|
430
403
|
padding: 10px;
|
|
@@ -436,13 +409,11 @@ pre[class*='language-'] {
|
|
|
436
409
|
align-items: center;
|
|
437
410
|
}
|
|
438
411
|
}
|
|
439
|
-
|
|
440
412
|
.grid-88-docs {
|
|
441
413
|
display: grid;
|
|
442
414
|
grid-template-columns: repeat(8, 1fr);
|
|
443
415
|
border-bottom: 1px dashed #d8d8d8;
|
|
444
416
|
border-left: 1px dashed #d8d8d8;
|
|
445
|
-
|
|
446
417
|
align-items: start;
|
|
447
418
|
div {
|
|
448
419
|
padding: 10px;
|
|
@@ -454,13 +425,11 @@ pre[class*='language-'] {
|
|
|
454
425
|
align-items: center;
|
|
455
426
|
}
|
|
456
427
|
}
|
|
457
|
-
|
|
458
428
|
.grid-4-docs {
|
|
459
429
|
display: grid;
|
|
460
430
|
grid-template-columns: repeat(4, 1fr);
|
|
461
431
|
border-bottom: 1px dashed #d8d8d8;
|
|
462
432
|
border-left: 1px dashed #d8d8d8;
|
|
463
|
-
|
|
464
433
|
align-items: start;
|
|
465
434
|
& > div {
|
|
466
435
|
padding: 10px;
|
|
@@ -472,7 +441,6 @@ pre[class*='language-'] {
|
|
|
472
441
|
align-items: center;
|
|
473
442
|
}
|
|
474
443
|
}
|
|
475
|
-
|
|
476
444
|
.g-16 {
|
|
477
445
|
gap: 16px;
|
|
478
446
|
}
|
|
@@ -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,22 +1308,18 @@ button {
|
|
|
1313
1308
|
}
|
|
1314
1309
|
}
|
|
1315
1310
|
}
|
|
1316
|
-
|
|
1317
1311
|
.btn-square {
|
|
1318
|
-
color: $c-white;
|
|
1319
1312
|
background-color: $c-secondary-30;
|
|
1320
1313
|
border: none;
|
|
1321
1314
|
width: 20px;
|
|
1322
1315
|
height: 20px;
|
|
1323
1316
|
padding: 2px;
|
|
1324
|
-
|
|
1325
1317
|
&:focus,
|
|
1326
1318
|
&.focus,
|
|
1327
1319
|
&:hover,
|
|
1328
1320
|
&.hover,
|
|
1329
1321
|
&:active,
|
|
1330
1322
|
&.active {
|
|
1331
|
-
color: $c-white;
|
|
1332
1323
|
background-color: $c-dark-grey;
|
|
1333
1324
|
border: 1px solid $c-dark-grey;
|
|
1334
1325
|
opacity: 1;
|
|
@@ -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);
|