@adstore/templates 2.0.13 → 2.0.14
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 +35 -31
- package/dist/templates.es.js +46 -41
- package/dist/templates.umd.js +46 -41
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
.
|
1
|
+
._root_f4p14_1 {
|
2
2
|
position: relative;
|
3
3
|
}
|
4
4
|
|
5
|
-
.
|
5
|
+
._icon_f4p14_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_f4p14_17 {
|
18
18
|
width: 17px;
|
19
19
|
height: 20px;
|
20
20
|
}
|
21
21
|
|
22
|
-
.
|
22
|
+
._body_f4p14_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_f4p14_30 {
|
31
|
+
animation: _simpleGift_in_f4p14_1 0.3s;
|
32
32
|
display: block;
|
33
33
|
}
|
34
34
|
|
35
|
-
@keyframes
|
35
|
+
@keyframes _simpleGift_in_f4p14_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_f4p14_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_f4p14_43 svg {
|
53
53
|
width: 15px;
|
54
54
|
height: 15px;
|
55
55
|
}
|
56
56
|
|
57
|
-
.
|
57
|
+
._arrow_f4p14_57 {
|
58
58
|
position: absolute;
|
59
59
|
transform: rotate(45deg);
|
60
60
|
height: 15px;
|
@@ -64,27 +64,27 @@
|
|
64
64
|
background-color: #333;
|
65
65
|
}
|
66
66
|
|
67
|
-
.
|
67
|
+
._container_f4p14_67 {
|
68
68
|
background-color: #333;
|
69
69
|
padding: 10px 10px 4px 10px;
|
70
70
|
border-radius: 4px;
|
71
71
|
}
|
72
72
|
|
73
|
-
.
|
73
|
+
._inner_f4p14_73 {
|
74
74
|
display: flex;
|
75
75
|
align-items: center;
|
76
76
|
margin-bottom: 10px;
|
77
77
|
padding-right: 30px;
|
78
78
|
}
|
79
79
|
|
80
|
-
.
|
80
|
+
._logo_f4p14_80 {
|
81
81
|
min-width: 60px;
|
82
82
|
height: 24px;
|
83
83
|
background-color: #eee;
|
84
84
|
background-position: center;
|
85
85
|
}
|
86
86
|
|
87
|
-
.
|
87
|
+
._text_f4p14_87 {
|
88
88
|
font-size: 17px;
|
89
89
|
line-height: 1.2;
|
90
90
|
color: #fff;
|
@@ -93,13 +93,13 @@
|
|
93
93
|
--accent-size: #fff;
|
94
94
|
--font-family: Roboto, sans-serif;
|
95
95
|
}
|
96
|
-
.
|
96
|
+
._text_f4p14_87 span {
|
97
97
|
font-family: var(--font-family);
|
98
98
|
color: var(--accent-color);
|
99
99
|
font-size: var(--accent-size);
|
100
100
|
}
|
101
101
|
|
102
|
-
.
|
102
|
+
._button_f4p14_102 {
|
103
103
|
font-size: 13px;
|
104
104
|
line-height: 2;
|
105
105
|
border-radius: 4px;
|
@@ -108,15 +108,19 @@
|
|
108
108
|
color: #333;
|
109
109
|
}
|
110
110
|
|
111
|
-
.
|
112
|
-
animation:
|
111
|
+
._buttonAnimated_f4p14_111 {
|
112
|
+
animation: _increase_f4p14_1 3s infinite;
|
113
113
|
}
|
114
114
|
|
115
|
-
.
|
116
|
-
|
115
|
+
._legalGap_f4p14_115 {
|
116
|
+
height: 19px;
|
117
|
+
display: none;
|
118
|
+
}
|
119
|
+
._legalOpen_f4p14_119 ._legalGap_f4p14_115 {
|
120
|
+
display: block;
|
117
121
|
}
|
118
122
|
|
119
|
-
.
|
123
|
+
._legal_f4p14_115 {
|
120
124
|
position: relative;
|
121
125
|
display: flex;
|
122
126
|
width: calc(100% + 12px);
|
@@ -132,7 +136,7 @@
|
|
132
136
|
line-height: 11px;
|
133
137
|
margin-top: 5px;
|
134
138
|
}
|
135
|
-
.
|
139
|
+
._legalOpen_f4p14_119 ._legal_f4p14_115 {
|
136
140
|
position: absolute;
|
137
141
|
inset: 0;
|
138
142
|
z-index: 2;
|
@@ -140,7 +144,7 @@
|
|
140
144
|
width: 100%;
|
141
145
|
}
|
142
146
|
|
143
|
-
.
|
147
|
+
._legalText_f4p14_147 {
|
144
148
|
display: inline-block;
|
145
149
|
margin: 0;
|
146
150
|
-webkit-line-clamp: 1;
|
@@ -150,26 +154,26 @@
|
|
150
154
|
text-overflow: ellipsis;
|
151
155
|
padding-right: 25px;
|
152
156
|
}
|
153
|
-
.
|
157
|
+
._legalOpen_f4p14_119 ._legalText_f4p14_147 {
|
154
158
|
text-align: center;
|
155
159
|
padding-right: 0;
|
156
160
|
overflow: auto;
|
157
161
|
}
|
158
162
|
|
159
|
-
.
|
163
|
+
._legalButton_f4p14_163 {
|
160
164
|
cursor: pointer;
|
161
165
|
text-decoration: underline;
|
162
166
|
position: absolute;
|
163
167
|
right: 4px;
|
164
168
|
bottom: 4px;
|
165
169
|
}
|
166
|
-
.
|
170
|
+
._legalOpen_f4p14_119 ._legalButton_f4p14_163 {
|
167
171
|
position: initial;
|
168
172
|
display: inline-block;
|
169
173
|
margin: 0 3px;
|
170
174
|
}
|
171
175
|
|
172
|
-
@keyframes
|
176
|
+
@keyframes _fadein_f4p14_1 {
|
173
177
|
0%, 100% {
|
174
178
|
opacity: 0;
|
175
179
|
}
|
@@ -177,7 +181,7 @@
|
|
177
181
|
opacity: 1;
|
178
182
|
}
|
179
183
|
}
|
180
|
-
@keyframes
|
184
|
+
@keyframes _pulse_f4p14_1 {
|
181
185
|
from {
|
182
186
|
transform: scale(1);
|
183
187
|
}
|
@@ -185,7 +189,7 @@
|
|
185
189
|
transform: scale(1.05);
|
186
190
|
}
|
187
191
|
}
|
188
|
-
@keyframes
|
192
|
+
@keyframes _gradient_f4p14_1 {
|
189
193
|
0% {
|
190
194
|
background-position: 0% 50%;
|
191
195
|
}
|
@@ -196,7 +200,7 @@
|
|
196
200
|
background-position: 0% 50%;
|
197
201
|
}
|
198
202
|
}
|
199
|
-
@keyframes
|
203
|
+
@keyframes _wiggle_f4p14_1 {
|
200
204
|
0%, 7% {
|
201
205
|
transform: rotateZ(0);
|
202
206
|
}
|
@@ -219,7 +223,7 @@
|
|
219
223
|
transform: rotateZ(0);
|
220
224
|
}
|
221
225
|
}
|
222
|
-
@keyframes
|
226
|
+
@keyframes _increase_f4p14_1 {
|
223
227
|
0% {
|
224
228
|
transform: scale(1) translateZ(0);
|
225
229
|
}
|