@adstore/templates 2.0.14 → 2.0.15
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 +34 -31
- package/dist/templates.es.js +40 -33
- package/dist/templates.umd.js +40 -33
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
.
|
1
|
+
._root_24bq9_1 {
|
2
2
|
position: relative;
|
3
3
|
}
|
4
4
|
|
5
|
-
.
|
5
|
+
._icon_24bq9_5 {
|
6
6
|
width: 30px;
|
7
7
|
height: 30px;
|
8
8
|
display: flex;
|
@@ -14,12 +14,12 @@
|
|
14
14
|
cursor: pointer;
|
15
15
|
}
|
16
16
|
|
17
|
-
.
|
17
|
+
._iconTarget_24bq9_17 {
|
18
18
|
width: 17px;
|
19
19
|
height: 20px;
|
20
20
|
}
|
21
21
|
|
22
|
-
.
|
22
|
+
._body_24bq9_22 {
|
23
23
|
position: absolute;
|
24
24
|
left: -30px;
|
25
25
|
top: 50px;
|
@@ -27,12 +27,12 @@
|
|
27
27
|
display: none;
|
28
28
|
}
|
29
29
|
|
30
|
-
.
|
31
|
-
animation:
|
30
|
+
._bodyOpen_24bq9_30 {
|
31
|
+
animation: _simpleGift_in_24bq9_1 0.3s;
|
32
32
|
display: block;
|
33
33
|
}
|
34
34
|
|
35
|
-
@keyframes
|
35
|
+
@keyframes _simpleGift_in_24bq9_1 {
|
36
36
|
from {
|
37
37
|
opacity: 0;
|
38
38
|
}
|
@@ -40,7 +40,7 @@
|
|
40
40
|
opacity: 1;
|
41
41
|
}
|
42
42
|
}
|
43
|
-
.
|
43
|
+
._close_24bq9_43 {
|
44
44
|
position: absolute;
|
45
45
|
top: 9px;
|
46
46
|
right: 9px;
|
@@ -49,12 +49,12 @@
|
|
49
49
|
align-items: center;
|
50
50
|
cursor: pointer;
|
51
51
|
}
|
52
|
-
.
|
52
|
+
._close_24bq9_43 svg {
|
53
53
|
width: 15px;
|
54
54
|
height: 15px;
|
55
55
|
}
|
56
56
|
|
57
|
-
.
|
57
|
+
._arrow_24bq9_57 {
|
58
58
|
position: absolute;
|
59
59
|
transform: rotate(45deg);
|
60
60
|
height: 15px;
|
@@ -62,29 +62,30 @@
|
|
62
62
|
top: -7px;
|
63
63
|
left: 38px;
|
64
64
|
background-color: #333;
|
65
|
+
z-index: 5;
|
65
66
|
}
|
66
67
|
|
67
|
-
.
|
68
|
+
._container_24bq9_68 {
|
68
69
|
background-color: #333;
|
69
70
|
padding: 10px 10px 4px 10px;
|
70
71
|
border-radius: 4px;
|
71
72
|
}
|
72
73
|
|
73
|
-
.
|
74
|
+
._inner_24bq9_74 {
|
74
75
|
display: flex;
|
75
76
|
align-items: center;
|
76
77
|
margin-bottom: 10px;
|
77
78
|
padding-right: 30px;
|
78
79
|
}
|
79
80
|
|
80
|
-
.
|
81
|
+
._logo_24bq9_81 {
|
81
82
|
min-width: 60px;
|
82
83
|
height: 24px;
|
83
84
|
background-color: #eee;
|
84
85
|
background-position: center;
|
85
86
|
}
|
86
87
|
|
87
|
-
.
|
88
|
+
._text_24bq9_88 {
|
88
89
|
font-size: 17px;
|
89
90
|
line-height: 1.2;
|
90
91
|
color: #fff;
|
@@ -93,13 +94,13 @@
|
|
93
94
|
--accent-size: #fff;
|
94
95
|
--font-family: Roboto, sans-serif;
|
95
96
|
}
|
96
|
-
.
|
97
|
+
._text_24bq9_88 span {
|
97
98
|
font-family: var(--font-family);
|
98
99
|
color: var(--accent-color);
|
99
100
|
font-size: var(--accent-size);
|
100
101
|
}
|
101
102
|
|
102
|
-
.
|
103
|
+
._button_24bq9_103 {
|
103
104
|
font-size: 13px;
|
104
105
|
line-height: 2;
|
105
106
|
border-radius: 4px;
|
@@ -108,19 +109,19 @@
|
|
108
109
|
color: #333;
|
109
110
|
}
|
110
111
|
|
111
|
-
.
|
112
|
-
animation:
|
112
|
+
._buttonAnimated_24bq9_112 {
|
113
|
+
animation: _increase_24bq9_1 3s infinite;
|
113
114
|
}
|
114
115
|
|
115
|
-
.
|
116
|
+
._legalGap_24bq9_116 {
|
116
117
|
height: 19px;
|
117
118
|
display: none;
|
118
119
|
}
|
119
|
-
.
|
120
|
+
._legalOpen_24bq9_120 ._legalGap_24bq9_116 {
|
120
121
|
display: block;
|
121
122
|
}
|
122
123
|
|
123
|
-
.
|
124
|
+
._legal_24bq9_116 {
|
124
125
|
position: relative;
|
125
126
|
display: flex;
|
126
127
|
width: calc(100% + 12px);
|
@@ -136,7 +137,7 @@
|
|
136
137
|
line-height: 11px;
|
137
138
|
margin-top: 5px;
|
138
139
|
}
|
139
|
-
.
|
140
|
+
._legalOpen_24bq9_120 ._legal_24bq9_116 {
|
140
141
|
position: absolute;
|
141
142
|
inset: 0;
|
142
143
|
z-index: 2;
|
@@ -144,7 +145,7 @@
|
|
144
145
|
width: 100%;
|
145
146
|
}
|
146
147
|
|
147
|
-
.
|
148
|
+
._legalText_24bq9_148 {
|
148
149
|
display: inline-block;
|
149
150
|
margin: 0;
|
150
151
|
-webkit-line-clamp: 1;
|
@@ -154,26 +155,28 @@
|
|
154
155
|
text-overflow: ellipsis;
|
155
156
|
padding-right: 25px;
|
156
157
|
}
|
157
|
-
.
|
158
|
+
._legalOpen_24bq9_120 ._legalText_24bq9_148 {
|
158
159
|
text-align: center;
|
159
160
|
padding-right: 0;
|
160
161
|
overflow: auto;
|
162
|
+
display: flex;
|
163
|
+
align-items: center;
|
161
164
|
}
|
162
165
|
|
163
|
-
.
|
166
|
+
._legalButton_24bq9_166 {
|
164
167
|
cursor: pointer;
|
165
168
|
text-decoration: underline;
|
166
169
|
position: absolute;
|
167
170
|
right: 4px;
|
168
171
|
bottom: 4px;
|
169
172
|
}
|
170
|
-
.
|
173
|
+
._legalOpen_24bq9_120 ._legalButton_24bq9_166 {
|
171
174
|
position: initial;
|
172
175
|
display: inline-block;
|
173
176
|
margin: 0 3px;
|
174
177
|
}
|
175
178
|
|
176
|
-
@keyframes
|
179
|
+
@keyframes _fadein_24bq9_1 {
|
177
180
|
0%, 100% {
|
178
181
|
opacity: 0;
|
179
182
|
}
|
@@ -181,7 +184,7 @@
|
|
181
184
|
opacity: 1;
|
182
185
|
}
|
183
186
|
}
|
184
|
-
@keyframes
|
187
|
+
@keyframes _pulse_24bq9_1 {
|
185
188
|
from {
|
186
189
|
transform: scale(1);
|
187
190
|
}
|
@@ -189,7 +192,7 @@
|
|
189
192
|
transform: scale(1.05);
|
190
193
|
}
|
191
194
|
}
|
192
|
-
@keyframes
|
195
|
+
@keyframes _gradient_24bq9_1 {
|
193
196
|
0% {
|
194
197
|
background-position: 0% 50%;
|
195
198
|
}
|
@@ -200,7 +203,7 @@
|
|
200
203
|
background-position: 0% 50%;
|
201
204
|
}
|
202
205
|
}
|
203
|
-
@keyframes
|
206
|
+
@keyframes _wiggle_24bq9_1 {
|
204
207
|
0%, 7% {
|
205
208
|
transform: rotateZ(0);
|
206
209
|
}
|
@@ -223,7 +226,7 @@
|
|
223
226
|
transform: rotateZ(0);
|
224
227
|
}
|
225
228
|
}
|
226
|
-
@keyframes
|
229
|
+
@keyframes _increase_24bq9_1 {
|
227
230
|
0% {
|
228
231
|
transform: scale(1) translateZ(0);
|
229
232
|
}
|