@adstore/templates 2.0.10 → 2.0.12

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @adstore/templates
2
2
 
3
+ ## 2.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 1bb97d0: Remove reset css
8
+
9
+ ## 2.0.11
10
+
11
+ ### Patch Changes
12
+
13
+ - 0590d2d: Add max-width on mobile for ComplexGift
14
+
3
15
  ## 2.0.10
4
16
 
5
17
  ### Patch Changes
package/dist/style.css CHANGED
@@ -1,128 +1,4 @@
1
- *,
2
- *::before,
3
- *::after {
4
- box-sizing: border-box;
5
- -webkit-appearance: none;
6
- }
7
-
8
- html {
9
- font-family: sans-serif;
10
- line-height: 1.15;
11
- -webkit-text-size-adjust: 100%;
12
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
13
- }
14
-
15
- body {
16
- margin: 0;
17
- font-family: "Roboto", sans-serif;
18
- font-size: 12px;
19
- line-height: 1.33333333;
20
- color: #333;
21
- text-align: left;
22
- }
23
-
24
- [tabindex="-1"]:focus {
25
- outline: 0 !important;
26
- }
27
-
28
- hr {
29
- box-sizing: content-box;
30
- height: 0;
31
- overflow: visible;
32
- }
33
-
34
- h1,
35
- h2,
36
- h3,
37
- h4,
38
- h5,
39
- h6 {
40
- margin-top: 0;
41
- margin-bottom: 8px;
42
- }
43
-
44
- p {
45
- margin-top: 0;
46
- margin-bottom: 16px;
47
- }
48
-
49
- ol,
50
- ul {
51
- margin-top: 0;
52
- margin-bottom: 16px;
53
- }
54
-
55
- ol ol,
56
- ul ul,
57
- ol ul,
58
- ul ol {
59
- margin-bottom: 0;
60
- }
61
-
62
- a {
63
- text-decoration: none;
64
- background-color: transparent;
65
- }
66
- a:hover {
67
- text-decoration: none;
68
- }
69
- @media (hover: none) {
70
- a:hover {
71
- color: unset;
72
- text-decoration: unset;
73
- }
74
- }
75
-
76
- img {
77
- vertical-align: middle;
78
- }
79
-
80
- svg {
81
- overflow: hidden;
82
- vertical-align: middle;
83
- }
84
-
85
- button {
86
- border-radius: 0;
87
- }
88
-
89
- button:focus {
90
- outline: 1px dotted;
91
- outline: 5px auto -webkit-focus-ring-color;
92
- }
93
-
94
- input,
95
- button,
96
- select,
97
- optgroup,
98
- textarea {
99
- margin: 0;
100
- font-family: inherit;
101
- font-size: inherit;
102
- line-height: inherit;
103
- }
104
-
105
- button,
106
- input {
107
- overflow: visible;
108
- }
109
-
110
- button,
111
- select {
112
- text-transform: none;
113
- }
114
-
115
- button,
116
- [type=button],
117
- [type=reset],
118
- [type=submit] {
119
- -webkit-appearance: button;
120
- }
121
-
122
- textarea {
123
- overflow: auto;
124
- resize: vertical;
125
- }._root_241qx_1 {
1
+ ._root_241qx_1 {
126
2
  position: relative;
127
3
  }
128
4
 
@@ -352,11 +228,11 @@ textarea {
352
228
  50% {
353
229
  transform: scale(1) translateZ(0);
354
230
  }
355
- }._root_107vu_1 {
231
+ }._root_1hrqs_1 {
356
232
  position: relative;
357
233
  }
358
234
 
359
- ._icon_107vu_5 {
235
+ ._icon_1hrqs_5 {
360
236
  width: 30px;
361
237
  height: 30px;
362
238
  display: flex;
@@ -368,25 +244,28 @@ textarea {
368
244
  cursor: pointer;
369
245
  }
370
246
 
371
- ._iconTarget_107vu_17 {
247
+ ._iconTarget_1hrqs_17 {
372
248
  width: 17px;
373
249
  height: 20px;
374
250
  }
375
251
 
376
- ._body_107vu_22 {
252
+ ._body_1hrqs_22 {
377
253
  position: absolute;
378
254
  left: -30px;
379
255
  top: 50px;
380
- width: 360px;
256
+ width: 300px;
381
257
  display: none;
382
258
  }
259
+ ._desktop_1hrqs_29 ._body_1hrqs_22, ._tablet_1hrqs_29 ._body_1hrqs_22, ._laptop_1hrqs_29 ._body_1hrqs_22 {
260
+ width: 360px;
261
+ }
383
262
 
384
- ._bodyOpen_107vu_30 {
385
- animation: _complexGift_in_107vu_1 0.3s;
263
+ ._bodyOpen_1hrqs_33 {
264
+ animation: _complexGift_in_1hrqs_1 0.3s;
386
265
  display: block;
387
266
  }
388
267
 
389
- @keyframes _complexGift_in_107vu_1 {
268
+ @keyframes _complexGift_in_1hrqs_1 {
390
269
  from {
391
270
  opacity: 0;
392
271
  }
@@ -394,7 +273,7 @@ textarea {
394
273
  opacity: 1;
395
274
  }
396
275
  }
397
- ._arrow_107vu_43 {
276
+ ._arrow_1hrqs_46 {
398
277
  position: absolute;
399
278
  transform: rotate(45deg);
400
279
  height: 15px;
@@ -404,12 +283,12 @@ textarea {
404
283
  background-color: #333;
405
284
  }
406
285
 
407
- ._container_107vu_53 {
286
+ ._container_1hrqs_56 {
408
287
  background-color: #333;
409
288
  border-radius: 4px;
410
289
  }
411
290
 
412
- ._promotion_107vu_58 {
291
+ ._promotion_1hrqs_61 {
413
292
  position: absolute;
414
293
  top: 12px;
415
294
  right: 35px;
@@ -417,7 +296,7 @@ textarea {
417
296
  font-size: 8px;
418
297
  }
419
298
 
420
- ._close_107vu_66 {
299
+ ._close_1hrqs_69 {
421
300
  position: absolute;
422
301
  top: 9px;
423
302
  right: 9px;
@@ -426,38 +305,38 @@ textarea {
426
305
  align-items: center;
427
306
  cursor: pointer;
428
307
  }
429
- ._close_107vu_66 svg {
308
+ ._close_1hrqs_69 svg {
430
309
  width: 15px;
431
310
  height: 15px;
432
311
  }
433
312
 
434
- ._head_107vu_80 {
313
+ ._head_1hrqs_83 {
435
314
  padding: 12px 20px;
436
315
  display: flex;
437
316
  align-items: center;
438
317
  color: #fff;
439
318
  }
440
319
 
441
- ._headIcon_107vu_87 {
320
+ ._headIcon_1hrqs_90 {
442
321
  width: 20px;
443
322
  height: 20px;
444
323
  margin-right: 10px;
445
324
  }
446
325
 
447
- ._headTitle_107vu_93 {
326
+ ._headTitle_1hrqs_96 {
448
327
  font-size: 16px;
449
328
  line-height: 1.2;
450
329
  font-weight: bold;
451
330
  width: 100%;
452
331
  }
453
332
 
454
- ._inner_107vu_100 {
333
+ ._inner_1hrqs_103 {
455
334
  border-radius: 6px;
456
335
  overflow: hidden;
457
336
  padding: 0 6px 6px 6px;
458
337
  }
459
338
 
460
- @keyframes _fadein_107vu_1 {
339
+ @keyframes _fadein_1hrqs_1 {
461
340
  0%, 100% {
462
341
  opacity: 0;
463
342
  }
@@ -465,7 +344,7 @@ textarea {
465
344
  opacity: 1;
466
345
  }
467
346
  }
468
- @keyframes _pulse_107vu_1 {
347
+ @keyframes _pulse_1hrqs_1 {
469
348
  from {
470
349
  transform: scale(1);
471
350
  }
@@ -473,7 +352,7 @@ textarea {
473
352
  transform: scale(1.05);
474
353
  }
475
354
  }
476
- @keyframes _gradient_107vu_1 {
355
+ @keyframes _gradient_1hrqs_1 {
477
356
  0% {
478
357
  background-position: 0 50%;
479
358
  }
@@ -484,7 +363,7 @@ textarea {
484
363
  background-position: 0 50%;
485
364
  }
486
365
  }
487
- @keyframes _wiggle_107vu_1 {
366
+ @keyframes _wiggle_1hrqs_1 {
488
367
  0%, 7% {
489
368
  transform: rotateZ(0);
490
369
  }
@@ -636,7 +515,7 @@ textarea {
636
515
  ._legal_5vnui_107::-webkit-scrollbar-thumb {
637
516
  background: #7e8392;
638
517
  border-radius: 5px;
639
- }._root_1bgnc_1 {
518
+ }._root_10an1_1 {
640
519
  max-width: 320px;
641
520
  width: 100%;
642
521
  overflow: hidden;
@@ -646,38 +525,43 @@ textarea {
646
525
  display: flex;
647
526
  }
648
527
 
649
- ._laptop_1bgnc_11, ._tablet_1bgnc_11 {
528
+ ._laptop_10an1_11 {
529
+ max-width: 930px;
530
+ min-height: 680px;
531
+ }
532
+
533
+ ._tablet_10an1_16 {
650
534
  max-width: 410px;
651
535
  min-height: 680px;
652
536
  }
653
537
 
654
- ._desktop_1bgnc_16 {
655
- max-width: 930px;
538
+ ._desktop_10an1_21 {
539
+ max-width: 75%;
656
540
  min-height: 500px;
657
541
  }
658
542
 
659
- ._body_1bgnc_21 {
543
+ ._body_10an1_26 {
660
544
  padding: 25px 10px 12px 10px;
661
545
  display: flex;
662
546
  flex-direction: column;
663
547
  justify-content: flex-end;
664
548
  align-items: center;
665
549
  }
666
- ._desktop_1bgnc_16 ._body_1bgnc_21 {
550
+ ._desktop_10an1_21 ._body_10an1_26 {
667
551
  padding: 30px 47px 15px 47px;
668
552
  }
669
553
 
670
- ._logo_1bgnc_32 {
554
+ ._logo_10an1_37 {
671
555
  width: 100px;
672
556
  height: 60px;
673
557
  background: #eee;
674
558
  }
675
559
 
676
- ._text_1bgnc_38 {
560
+ ._text_10an1_43 {
677
561
  margin: auto 0;
678
562
  }
679
563
 
680
- ._button_1bgnc_42 {
564
+ ._button_10an1_47 {
681
565
  border-radius: 8px;
682
566
  padding: 0 15px;
683
567
  font-size: 24px;
@@ -688,11 +572,11 @@ textarea {
688
572
  justify-content: center;
689
573
  width: 100%;
690
574
  }
691
- ._desktop_1bgnc_16 ._button_1bgnc_42 {
575
+ ._desktop_10an1_21 ._button_10an1_47 {
692
576
  width: 70%;
693
577
  }
694
578
 
695
- ._legal_1bgnc_57 {
579
+ ._legal_10an1_62 {
696
580
  font-size: 9px;
697
581
  color: #333;
698
582
  padding: 0 10px;
@@ -700,7 +584,7 @@ textarea {
700
584
  width: 100%;
701
585
  line-height: 1.2;
702
586
  }
703
- ._desktop_1bgnc_16 ._legal_1bgnc_57 {
587
+ ._desktop_10an1_21 ._legal_10an1_62 {
704
588
  width: 70%;
705
589
  }._root_2ic16_1 {
706
590
  font-size: 20px;