@adstore/templates 2.0.11 → 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 +6 -0
- package/dist/style.css +18 -137
- package/dist/templates.es.js +10 -11
- package/dist/templates.umd.js +10 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
|
@@ -639,7 +515,7 @@ textarea {
|
|
639
515
|
._legal_5vnui_107::-webkit-scrollbar-thumb {
|
640
516
|
background: #7e8392;
|
641
517
|
border-radius: 5px;
|
642
|
-
}.
|
518
|
+
}._root_10an1_1 {
|
643
519
|
max-width: 320px;
|
644
520
|
width: 100%;
|
645
521
|
overflow: hidden;
|
@@ -649,38 +525,43 @@ textarea {
|
|
649
525
|
display: flex;
|
650
526
|
}
|
651
527
|
|
652
|
-
.
|
528
|
+
._laptop_10an1_11 {
|
529
|
+
max-width: 930px;
|
530
|
+
min-height: 680px;
|
531
|
+
}
|
532
|
+
|
533
|
+
._tablet_10an1_16 {
|
653
534
|
max-width: 410px;
|
654
535
|
min-height: 680px;
|
655
536
|
}
|
656
537
|
|
657
|
-
.
|
658
|
-
max-width:
|
538
|
+
._desktop_10an1_21 {
|
539
|
+
max-width: 75%;
|
659
540
|
min-height: 500px;
|
660
541
|
}
|
661
542
|
|
662
|
-
.
|
543
|
+
._body_10an1_26 {
|
663
544
|
padding: 25px 10px 12px 10px;
|
664
545
|
display: flex;
|
665
546
|
flex-direction: column;
|
666
547
|
justify-content: flex-end;
|
667
548
|
align-items: center;
|
668
549
|
}
|
669
|
-
.
|
550
|
+
._desktop_10an1_21 ._body_10an1_26 {
|
670
551
|
padding: 30px 47px 15px 47px;
|
671
552
|
}
|
672
553
|
|
673
|
-
.
|
554
|
+
._logo_10an1_37 {
|
674
555
|
width: 100px;
|
675
556
|
height: 60px;
|
676
557
|
background: #eee;
|
677
558
|
}
|
678
559
|
|
679
|
-
.
|
560
|
+
._text_10an1_43 {
|
680
561
|
margin: auto 0;
|
681
562
|
}
|
682
563
|
|
683
|
-
.
|
564
|
+
._button_10an1_47 {
|
684
565
|
border-radius: 8px;
|
685
566
|
padding: 0 15px;
|
686
567
|
font-size: 24px;
|
@@ -691,11 +572,11 @@ textarea {
|
|
691
572
|
justify-content: center;
|
692
573
|
width: 100%;
|
693
574
|
}
|
694
|
-
.
|
575
|
+
._desktop_10an1_21 ._button_10an1_47 {
|
695
576
|
width: 70%;
|
696
577
|
}
|
697
578
|
|
698
|
-
.
|
579
|
+
._legal_10an1_62 {
|
699
580
|
font-size: 9px;
|
700
581
|
color: #333;
|
701
582
|
padding: 0 10px;
|
@@ -703,7 +584,7 @@ textarea {
|
|
703
584
|
width: 100%;
|
704
585
|
line-height: 1.2;
|
705
586
|
}
|
706
|
-
.
|
587
|
+
._desktop_10an1_21 ._legal_10an1_62 {
|
707
588
|
width: 70%;
|
708
589
|
}._root_2ic16_1 {
|
709
590
|
font-size: 20px;
|