File: /home/frenchy/refonte2023/wordpress/wp-content/themes/gimont/assets/scss/elementor/_countdown.scss
.ova-countdown {
padding: 0;
&.is-countdown {
background: transparent;
border: none;
}
.countdown-row {
display: flex;
align-items: center;
height: auto;
flex-wrap: wrap;
gap: 27px;
@media screen and (max-width: 637px) {
gap: 15px;
}
}
.countdown-section {
display: inline-block;
justify-self: center;
border: 1px solid var(--primary);
background: #fff;
}
.countdown-show7,.countdown-show6, .countdown-show5, .countdown-show4, .countdown-show3 {
.countdown-section {
width: 130px;
@media screen and (max-width: 637px) {
width: 100px;
}
}
}
.countdown-amount {
display: inline-block;
font-size: 50px;
line-height: 36px;
color: var(--heading);
font-weight: 800;
padding: 48px 0;
@media screen and (max-width: 637px) {
padding: 38px 0;
}
}
.countdown-period {
color: #fff;
background: var(--primary);
font-size: 14px;
line-height: 1;
font-weight: 500;
text-transform: uppercase;
padding: 11px 0;
@media screen and (max-width: 637px) {
font-size: 12px;
}
}
}