| @@ -1,94 +1 @@ | ||
| 1 | -:root { | |
| 2 | - --e-global-color-primary: #FFD012; | |
| 3 | - --e-global-color-secondary: #0B3665; | |
| 4 | -} | |
| 5 | - | |
| 6 | -.eel-cntdwn { | |
| 7 | - display: flex; | |
| 8 | - align-items: center; | |
| 9 | - flex-wrap: wrap; | |
| 10 | - gap: 25px; | |
| 11 | - justify-content: center; | |
| 12 | -} | |
| 13 | - | |
| 14 | -.eel-cntdwn-days-label, | |
| 15 | -.eel-cntdwn-hours-label, | |
| 16 | -.eel-cntdwn-minutes-label, | |
| 17 | -.eel-cntdwn-seconds-label { | |
| 18 | - color: var(--e-global-color-secondary); | |
| 19 | - justify-content: center; | |
| 20 | - font-size: 14px; | |
| 21 | - line-height: 1.4; | |
| 22 | - font-weight: 300; | |
| 23 | -} | |
| 24 | - | |
| 25 | -.eel-cntdwn-days, | |
| 26 | -.eel-cntdwn-hours, | |
| 27 | -.eel-cntdwn-minutes, | |
| 28 | -.eel-cntdwn-seconds { | |
| 29 | - text-align: center; | |
| 30 | - display: inline-block; | |
| 31 | - font-size: 44px; | |
| 32 | - font-weight: 400; | |
| 33 | - line-height: 1; | |
| 34 | - color: var(--e-global-color-primary); | |
| 35 | -} | |
| 36 | - | |
| 37 | -.eel-cntdwn-item { | |
| 38 | - position: relative; | |
| 39 | -} | |
| 40 | - | |
| 41 | -/* divider bullets style */ | |
| 42 | -.eel-cntdwn-bullets::before, | |
| 43 | -.eel-cntdwn-bullets::after { | |
| 44 | - content: ""; | |
| 45 | - display: block; | |
| 46 | - width: 6px; | |
| 47 | - height: 6px; | |
| 48 | - background: var(--e-global-color-secondary); | |
| 49 | - position: absolute; | |
| 50 | - left: 112%; | |
| 51 | - bottom: 30%; | |
| 52 | -} | |
| 53 | - | |
| 54 | -.eel-cntdwn-bullets::after { | |
| 55 | - bottom: inherit; | |
| 56 | - top: 35%; | |
| 57 | -} | |
| 58 | - | |
| 59 | -.eel-cntdwn-bullets:last-child::after, | |
| 60 | -.eel-cntdwn-bullets:last-child::before { | |
| 61 | - display: none; | |
| 62 | -} | |
| 63 | - | |
| 64 | -/* divider Dash style */ | |
| 65 | -.eel-cntdwn-dash::before { | |
| 66 | - content: ""; | |
| 67 | - display: block; | |
| 68 | - width: 10px; | |
| 69 | - height: 5px; | |
| 70 | - background: var(--e-global-color-secondary); | |
| 71 | - position: absolute; | |
| 72 | - left: 110%; | |
| 73 | - top: 50%; | |
| 74 | - transform: translateY(-50%); | |
| 75 | -} | |
| 76 | - | |
| 77 | -.eel-cntdwn-dash:last-child::before { | |
| 78 | - display: none; | |
| 79 | -} | |
| 80 | - | |
| 81 | -@media screen and (max-width: 767px) { | |
| 82 | - .eel-cntdwn-days-label, | |
| 83 | - .eel-cntdwn-hours-label, | |
| 84 | - .eel-cntdwn-minutes-label, | |
| 85 | - .eel-cntdwn-seconds-label { | |
| 86 | - font-size: 12px; | |
| 87 | - } | |
| 88 | - .eel-cntdwn-days, | |
| 89 | - .eel-cntdwn-hours, | |
| 90 | - .eel-cntdwn-minutes, | |
| 91 | - .eel-cntdwn-seconds { | |
| 92 | - font-size: 22px; | |
| 93 | - } | |
| 94 | -} | |
| 1 | +:root{--e-global-color-primary: #FFD012;--e-global-color-secondary: #0B3665}.eel-cntdwn{display:flex;align-items:center;flex-wrap:wrap;gap:25px;justify-content:center}.eel-cntdwn-days-label,.eel-cntdwn-hours-label,.eel-cntdwn-minutes-label,.eel-cntdwn-seconds-label{color:var(--e-global-color-secondary);justify-content:center;font-size:14px;line-height:1.4;font-weight:300}.eel-cntdwn-days,.eel-cntdwn-hours,.eel-cntdwn-minutes,.eel-cntdwn-seconds{text-align:center;display:inline-block;font-size:44px;font-weight:400;line-height:1;color:var(--e-global-color-primary)}.eel-cntdwn-item{position:relative}.eel-cntdwn-bullets::before,.eel-cntdwn-bullets::after{content:"";display:block;width:6px;height:6px;background:var(--e-global-color-secondary);position:absolute;left:112%;bottom:30%}.eel-cntdwn-bullets::after{bottom:inherit;top:35%}.eel-cntdwn-bullets:last-child::after,.eel-cntdwn-bullets:last-child::before{display:none}.eel-cntdwn-dash::before{content:"";display:block;width:10px;height:5px;background:var(--e-global-color-secondary);position:absolute;left:110%;top:50%;transform:translateY(-50%)}.eel-cntdwn-dash:last-child::before{display:none}@media screen and (max-width: 767px){.eel-cntdwn-days-label,.eel-cntdwn-hours-label,.eel-cntdwn-minutes-label,.eel-cntdwn-seconds-label{font-size:12px}.eel-cntdwn-days,.eel-cntdwn-hours,.eel-cntdwn-minutes,.eel-cntdwn-seconds{font-size:22px}}/*# sourceMappingURL=countdown.css.map */ | |