jquery.countdown.min.js
1 year ago
moment-timezone-with-data.min.js
1 year ago
moment.min.js
1 year ago
tutor-countdown.min.css
1 year ago
tutor-countdown.min.js
1 year ago
tutor-countdown.min.css
44 lines
| 1 | .tutor-time-countdown.tutor-countdown-lg { |
| 2 | display: flex; |
| 3 | margin-left: -25px; |
| 4 | margin-bottom: 50px; |
| 5 | } |
| 6 | .tutor-time-countdown.tutor-countdown-lg div { |
| 7 | display: flex; |
| 8 | flex-direction: column; |
| 9 | align-items: center; |
| 10 | justify-content: center; |
| 11 | width: calc(25% - 25px); |
| 12 | height: 150px; |
| 13 | border: 1px solid #dcdbdc; |
| 14 | box-sizing: border-box; |
| 15 | border-radius: 6px; |
| 16 | margin-left: 25px; |
| 17 | } |
| 18 | .tutor-time-countdown.tutor-countdown-lg div h3 { |
| 19 | font-weight: 500; |
| 20 | font-size: 80px; |
| 21 | color: #000; |
| 22 | line-height: 80px; |
| 23 | } |
| 24 | .tutor-time-countdown.tutor-countdown-lg div p { |
| 25 | font-weight: normal; |
| 26 | font-size: 16px; |
| 27 | margin: 0; |
| 28 | } |
| 29 | |
| 30 | @media only screen and (max-device-width: 812px) { |
| 31 | .tutor-time-countdown.tutor-countdown-lg div { |
| 32 | height: 80px; |
| 33 | } |
| 34 | .tutor-time-countdown.tutor-countdown-lg div h3 { |
| 35 | font-weight: 500; |
| 36 | font-size: 24px; |
| 37 | color: #000; |
| 38 | line-height: 24px; |
| 39 | } |
| 40 | .tutor-time-countdown.tutor-countdown-lg div p { |
| 41 | font-size: 14px; |
| 42 | } |
| 43 | } |
| 44 |