PluginProbe
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce / 2.6.2
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce v2.6.2
2.15.0 trunk 1.0.0 1.0.1 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1.2 2.1.3 2.1.5 2.1.6 2.1.7 2.1.8 2.10.0 All 62 releases
← All changes | assets/css/main.css +27 -49 2.10.02.6.2 View file →
@@ -1,35 +1,24 @@
1 -[class~=hurrytimer-campaign] {
1 +[class~="hurrytimer-campaign"] {
2 2 line-height: normal;
3 3 text-align: center;
4 - padding: 10px 0;
5 -}
6 -[class~=hurrytimer-campaign] * {
7 - line-height: normal;
8 -}
4 + padding: 10px 0; }
5 + [class~="hurrytimer-campaign"] * {
6 + line-height: normal; }
9 7
10 8 .hurryt-loading {
11 - display: none !important;
12 -}
9 + display: none !important; }
13 10
14 11 .hurrytimer-timer {
15 12 display: flex;
16 13 align-items: baseline;
17 14 justify-content: center;
18 - flex-wrap: wrap;
19 -}
15 + flex-wrap: wrap; }
20 16
21 -.hurrytimer-timer-digit {
22 - font-feature-settings: "tnum";
23 - font-variant-numeric: tabular-nums;
24 -}
25 -
26 17 .hurrytimer-headline {
27 18 color: #333;
28 19 display: block;
29 - margin: 5px auto;
30 - overflow: hidden;
31 -}
20 + margin: 5px auto; }
32 21
33 22 .hurrytimer-timer-block {
34 23 position: relative;
35 24 display: flex;
@@ -38,16 +27,13 @@
38 27 align-items: center;
39 28 justify-content: center;
40 29 box-sizing: content-box;
41 30 margin-bottom: 10px;
42 - margin-left: 5px;
43 -}
44 -.hurrytimer-timer-block:last-child {
45 - margin-right: 0;
46 -}
47 -.hurrytimer-timer-block:first-child {
48 - margin-left: 0;
49 -}
31 + margin-left: 5px; }
32 + .hurrytimer-timer-block:last-child {
33 + margin-right: 0; }
34 + .hurrytimer-timer-block:first-child {
35 + margin-left: 0; }
50 36
51 37 .hurrytimer-sticky {
52 38 margin: auto !important;
53 39 width: 100%;
@@ -55,18 +41,15 @@
55 41 left: 0;
56 42 right: 0;
57 43 z-index: 9999;
58 44 position: fixed;
59 - box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
60 -}
61 -.hurrytimer-sticky.is-off {
62 - position: relative;
63 - z-index: 0;
64 -}
45 + box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); }
46 + .hurrytimer-sticky.is-off {
47 + position: relative;
48 + z-index: 0; }
65 49
66 50 .admin-bar:not(.wp-admin) .hurrytimer-sticky {
67 - z-index: 999999;
68 -}
51 + z-index: 999999; }
69 52
70 53 .hurrytimer-sticky-inner {
71 54 max-width: 1200px;
72 55 margin: auto;
@@ -71,16 +54,14 @@
71 54 max-width: 1200px;
72 55 margin: auto;
73 56 text-align: center;
74 57 padding-left: 5px;
75 - padding-right: 5px;
76 -}
58 + padding-right: 5px; }
77 59
78 60 .hurrytimer-button {
79 61 display: inline-block;
80 62 text-decoration: none;
81 - outline: none;
82 -}
63 + outline: none; }
83 64
84 65 .hurrytimer-sticky-close {
85 66 right: 10px;
86 67 position: absolute;
@@ -92,15 +73,12 @@
92 73 margin: 0;
93 74 width: 13px;
94 75 height: 13px;
95 76 cursor: pointer;
96 - display: flex;
97 -}
98 -.hurrytimer-sticky-close svg {
99 - fill: #333;
100 - width: 100%;
101 - height: 100%;
102 -}
103 -.hurrytimer-sticky-close:hover {
104 - opacity: 1;
105 - background: none;
106 -}
77 + display: flex; }
78 + .hurrytimer-sticky-close svg {
79 + fill: #333;
80 + width: 100%;
81 + height: 100%; }
82 + .hurrytimer-sticky-close:hover {
83 + opacity: 1;
84 + background: none; }