first commit

This commit is contained in:
O K
2025-09-07 12:50:02 +03:00
commit ba8c1e6957
10 changed files with 843 additions and 0 deletions

27
views/css/front.css Normal file
View File

@@ -0,0 +1,27 @@
.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;
}