| @@ -1,0 +1,24 @@ | ||
| 1 | +.king-addons-smooth-counter { | |
| 2 | + font-size: 54px; | |
| 3 | + font-weight: 400; | |
| 4 | + line-height: 1; | |
| 5 | + width: fit-content; | |
| 6 | + max-width: fit-content; | |
| 7 | +} | |
| 8 | + | |
| 9 | +.king-addons-smooth-counter-title { | |
| 10 | + font-size: 28px; | |
| 11 | + line-height: 1.5; | |
| 12 | +} | |
| 13 | + | |
| 14 | +.king-addons-smooth-counter.odometer.odometer-theme-minimal, | |
| 15 | +.king-addons-smooth-counter.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer, | |
| 16 | +.king-addons-smooth-counter.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner, | |
| 17 | +.king-addons-smooth-counter.odometer.odometer-theme-minimal .odometer-digit { | |
| 18 | + vertical-align: baseline; | |
| 19 | +} | |
| 20 | + | |
| 21 | +.king-addons-smooth-counter-inner { | |
| 22 | + display: flex; | |
| 23 | + place-items: end; | |
| 24 | +} | |