base.css in HurryTimer – An Scarcity and Urgency Countdown Timer for WordPress & WooCommerce 2.0.4, at assets/css/base.css
| 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 |