| 1 |
[class~="hurrytimer-campaign"] { |
| 2 |
line-height: normal; |
| 3 |
text-align: center; |
| 4 |
padding: 10px 0; } |
| 5 |
[class~="hurrytimer-campaign"] * { |
| 6 |
line-height: normal; } |
| 7 |
|
| 8 |
.hurryt-loading { |
| 9 |
display: none !important; } |
| 10 |
|
| 11 |
.hurrytimer-timer { |
| 12 |
display: flex; |
| 13 |
align-items: baseline; |
| 14 |
justify-content: center; |
| 15 |
flex-wrap: wrap; } |
| 16 |
|
| 17 |
.hurrytimer-headline { |
| 18 |
color: #333; |
| 19 |
display: block; |
| 20 |
margin: 5px auto; } |
| 21 |
|
| 22 |
.hurrytimer-timer-block { |
| 23 |
position: relative; |
| 24 |
display: flex; |
| 25 |
margin-right: 5px; |
| 26 |
flex-direction: column; |
| 27 |
align-items: center; |
| 28 |
justify-content: center; |
| 29 |
box-sizing: content-box; |
| 30 |
margin-bottom: 10px; |
| 31 |
margin-left: 5px; } |
| 32 |
.hurrytimer-timer-block:last-child { |
| 33 |
margin-right: 0; } |
| 34 |
.hurrytimer-timer-block:first-child { |
| 35 |
margin-left: 0; } |
| 36 |
|
| 37 |
.hurrytimer-sticky { |
| 38 |
margin: auto !important; |
| 39 |
width: 100%; |
| 40 |
background: #fff; |
| 41 |
left: 0; |
| 42 |
right: 0; |
| 43 |
z-index: 9999; |
| 44 |
position: fixed; |
| 45 |
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); } |
| 46 |
.hurrytimer-sticky.is-off { |
| 47 |
position: relative; |
| 48 |
z-index: 0; } |
| 49 |
|
| 50 |
.admin-bar:not(.wp-admin) .hurrytimer-sticky { |
| 51 |
z-index: 999999; } |
| 52 |
|
| 53 |
.hurrytimer-sticky-inner { |
| 54 |
max-width: 1200px; |
| 55 |
margin: auto; |
| 56 |
text-align: center; |
| 57 |
padding-left: 5px; |
| 58 |
padding-right: 5px; } |
| 59 |
|
| 60 |
.hurrytimer-button { |
| 61 |
display: inline-block; |
| 62 |
text-decoration: none; |
| 63 |
outline: none; } |
| 64 |
|
| 65 |
.hurrytimer-sticky-close { |
| 66 |
right: 10px; |
| 67 |
position: absolute; |
| 68 |
transform: translateY(-50%); |
| 69 |
top: 50%; |
| 70 |
background: none; |
| 71 |
border: none; |
| 72 |
padding: 0; |
| 73 |
margin: 0; |
| 74 |
width: 13px; |
| 75 |
height: 13px; |
| 76 |
cursor: pointer; |
| 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; } |
| 85 |
|