Files
productcountdown/views/css/front.css
2025-09-07 12:50:02 +03:00

27 lines
661 B
CSS

.product-countdown-container {
margin-top: 10px;
margin-bottom: 10px;
clear: both;
}
.product-countdown-container .countdown-name {
font-weight: bold;
margin-bottom: 5px;
font-size: 0.9rem;
color: #333;
}
/* MODIFIED: Changed selector from .badge to .countdown-badge */
.product-countdown-container .countdown-wrapper .countdown-badge {
padding: 0.5em 0.75em;
font-size: 1rem;
font-weight: 600;
/* Colors are now handled by inline styles, so they are not needed here */
}
.product-countdown-container .countdown-timer {
display: inline-block;
margin-left: 5px;
min-width: 120px;
text-align: left;
}