Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-06-26 20:29:44 +02:00
parent 88da00e406
commit c364a3f21b
6 changed files with 66 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -591,4 +591,64 @@ a[href="https://redline.com.pl/pl/zamówienie?newAddress=invoice"] {
button.bootstrap-touchspin-down,
button.bootstrap-touchspin-up {
borde
border: 1px solid #eee;
width: 30px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
&:hover {
background: #f7f7f7;
}
}
button.bootstrap-touchspin-up {
margin-top: -2px;
}
input.quantity {
display: block;
top: -16px;
border: 1px solid #eee !important;
height: 40px !important;
width: 40px !important;
text-align: center;
}
}
.touchspin-down,
.touchspin-up {
&::after {
content: '' !important;
}
}
}
.idTabHrefShort.page-product-heading {
display: none;
}
#pdproductattributeslist {
margin: 10px 0 20px !important;
.footer_actions {
.pull-right {
float: none !important;
}
}
}
#pdproductattributeslist_table {
thead {
tr {
th:nth-child(3),
th:nth-child(4),
th:nth-child(5) {
width: 150px;
white-space: wrap;
}
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long