first commit
This commit is contained in:
27
views/css/front.css
Normal file
27
views/css/front.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user