Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -553,12 +553,29 @@ a[href="https://redline.com.pl/pl/zamówienie?newAddress=invoice"] {
|
||||
}
|
||||
}
|
||||
|
||||
#pdproductattributeslist {
|
||||
th {
|
||||
white-space: nowrap;
|
||||
|
||||
&:last-child {
|
||||
width: 130px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.product_combination_item,
|
||||
.product_combination_alternate_item {
|
||||
.option_image {
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 75px;
|
||||
}
|
||||
}
|
||||
|
||||
.input-group {
|
||||
border: 0 !important;
|
||||
display: flex !important;
|
||||
width: 140px;
|
||||
width: 110px;
|
||||
gap: 5px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@@ -566,7 +583,7 @@ a[href="https://redline.com.pl/pl/zamówienie?newAddress=invoice"] {
|
||||
button.bootstrap-touchspin-down,
|
||||
button.bootstrap-touchspin-up {
|
||||
border: 1px solid #eee;
|
||||
width: 40px;
|
||||
width: 30px;
|
||||
height: 40px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user