CMXX - Firmware update improvements
This commit is contained in:
104
style/admin.css
104
style/admin.css
@@ -2770,4 +2770,108 @@ h4.label {
|
||||
|
||||
.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/*CATALOG VIEW*/
|
||||
|
||||
.stock p {
|
||||
font-size: 10px;
|
||||
margin: auto;
|
||||
padding: 5px;
|
||||
width: fit-content;
|
||||
border-radius: 5px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.stock p:before {
|
||||
content : '\1F4E6';
|
||||
}
|
||||
|
||||
.filtersection {
|
||||
display: flex;
|
||||
margin: 0 auto;
|
||||
background: white;
|
||||
border-radius: 12px;
|
||||
margin-bottom: 50px;
|
||||
padding: 10px;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.filter-section {
|
||||
width: 250px;
|
||||
padding: 20px;
|
||||
border-right: 1px solid #e0e0e0;
|
||||
}
|
||||
|
||||
.filter-section h2 {
|
||||
margin-bottom: 15px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.filter-group {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.filter-group label {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.filter-group input[type="checkbox"] {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.filtersection {
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.filter-section {
|
||||
width: 100%;
|
||||
border-right: none;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
}
|
||||
}
|
||||
|
||||
main .recentlyadded .products .product, main .products .products-wrapper .product {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-decoration: none;
|
||||
padding-bottom: 30px;
|
||||
text-align: center;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
main .recentlyadded .products .product img, main .products .products-wrapper .product img {
|
||||
transform: scale(1);
|
||||
transition: transform 1s;
|
||||
}
|
||||
|
||||
main .products .product .name, main .products .products-wrapper .product .name {
|
||||
display: block;
|
||||
color: #555555;
|
||||
padding: 20px 0 2px 0;
|
||||
text-align: center;
|
||||
font-family: 'gerb';
|
||||
word-wrap: break-word;
|
||||
}
|
||||
main .products .product .price, main .products .products-wrapper .product .price {
|
||||
display: block;
|
||||
color: #999999;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.product .rrp {
|
||||
color: #BBBBBB;
|
||||
text-decoration: line-through;
|
||||
font-size: 22px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.img_config {
|
||||
border-radius:5px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
margin: 1px;
|
||||
}
|
||||
Reference in New Issue
Block a user