@creaditor/newsletter-starterkit 1.0.16 → 1.0.17
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/3622.creaditor.bundle.js +5 -5
- package/dist/3622.creaditor.bundle.js.gz +0 -0
- package/dist/5279.creaditor.bundle.js +1023 -0
- package/dist/5279.creaditor.bundle.js.gz +0 -0
- package/dist/5674.creaditor.bundle.js +29 -0
- package/dist/5674.creaditor.bundle.js.gz +0 -0
- package/dist/6737.creaditor.bundle.js +16 -17
- package/dist/6737.creaditor.bundle.js.gz +0 -0
- package/dist/7988.creaditor.bundle.js +1 -1
- package/dist/7988.creaditor.bundle.js.gz +0 -0
- package/dist/9766.creaditor.bundle.js +19 -15
- package/dist/9766.creaditor.bundle.js.gz +0 -0
- package/dist/creaditor.bundle.js +15 -15
- package/dist/creaditor.bundle.js.gz +0 -0
- package/dist/service-worker.js +1 -1
- package/dist/service-worker.js.gz +0 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";(("undefined"!=typeof self?self:this).webpackChunkCreaditor=("undefined"!=typeof self?self:this).webpackChunkCreaditor||[]).push([[3622],{53622:(
|
|
1
|
+
"use strict";(("undefined"!=typeof self?self:this).webpackChunkCreaditor=("undefined"!=typeof self?self:this).webpackChunkCreaditor||[]).push([[3622],{53622:(e,i,a)=>{a.r(i),a.d(i,{CouchMark:()=>o});var s=a(56666),t=a(21293);class o extends t.oi{constructor(){super()}render(){return t.dy`<div class="pulser">
|
|
2
2
|
<div class="pulse pulse1"></div>
|
|
3
3
|
<div class="pulse pulse2"></div>
|
|
4
4
|
<div class="pulse pulse4"></div>
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.pulse1 {
|
|
27
|
-
border: 13px solid
|
|
27
|
+
border: 13px solid #845EC2;
|
|
28
28
|
-webkit-animation: pulse1 2s linear infinite;
|
|
29
29
|
-moz-animation: pulse1 2s linear infinite;
|
|
30
30
|
animation: pulse1 2s linear infinite;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.pulse2 {
|
|
34
|
-
border: 8px solid
|
|
34
|
+
border: 8px solid #845EC2;
|
|
35
35
|
opacity: 0.2;
|
|
36
36
|
-webkit-animation: pulse2 2s linear infinite;
|
|
37
37
|
-moz-animation: pulse2 2s linear infinite;
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.pulse3 {
|
|
42
|
-
border: 10px solid
|
|
42
|
+
border: 10px solid #845EC2;
|
|
43
43
|
opacity: 0.5;
|
|
44
44
|
-webkit-animation: pulse3 2s linear infinite;
|
|
45
45
|
-moz-animation: pulse3 2s linear infinite;
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.pulse4 {
|
|
50
|
-
border: 15px solid
|
|
50
|
+
border: 15px solid #845EC2;
|
|
51
51
|
opacity: 0.1;
|
|
52
52
|
-webkit-animation: pulse4 2s linear infinite;
|
|
53
53
|
-moz-animation: pulse4 2s linear infinite;
|
|
Binary file
|