PluginProbe
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce / 2.0.1
HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce v2.0.1
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
hurrytimer / assets / css / base.css

base.css in HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce 2.0.1, at assets/css/base.css

35 lines 758 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [class~="hurrytimer-campaign"] {
2 line-height: normal;
3 display: inline-block;
4 text-align: center;
5 padding: 10px 0; }
6 [class~="hurrytimer-campaign"] * {
7 line-height: normal; }
8
9 .hurrytimer-timer {
10 display: flex;
11 align-items: baseline;
12 justify-content: center;
13 flex-wrap: wrap; }
14
15 .hurrytimer-headline {
16 color: #333;
17 display: block;
18 margin: 5px auto; }
19
20 .hurrytimer-timer-block {
21 position: relative;
22 display: flex;
23 margin-right: 5px;
24 flex-direction: column;
25 align-items: center;
26 justify-content: center;
27 box-sizing: content-box;
28 margin-bottom: 10px;
29 margin-left: 5px;
30 margin-right: 5px; }
31 .hurrytimer-timer-block:last-child {
32 margin-right: 0; }
33 .hurrytimer-timer-block:first-child {
34 margin-left: 0; }
35