Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/masimmo.pl
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1577,16 +1577,66 @@ body#cart {
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: right;
|
||||
position: relative;
|
||||
padding-left: 50%;
|
||||
border: none !important;
|
||||
// padding-left: 0;
|
||||
text-align: right;
|
||||
// border: none !important;
|
||||
padding: 15px 10px 15px 50% !important;
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
white-space: nowrap;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.product-card-qty {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
margin-left: auto;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.product-card-action {
|
||||
width: fit-content;
|
||||
margin-left: auto;
|
||||
|
||||
.remove-from-cart {
|
||||
&::before {
|
||||
width: 15px !important;
|
||||
height: 2px !important;
|
||||
}
|
||||
&::after {
|
||||
width: 15px !important;
|
||||
height: 2px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> div {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
td:nth-child(1)::before {
|
||||
content: 'Obrazek';
|
||||
}
|
||||
td:nth-child(2)::before {
|
||||
content: 'Nazwa produktu';
|
||||
}
|
||||
td:nth-child(3)::before {
|
||||
content: 'Cena jednostkowa';
|
||||
}
|
||||
td:nth-child(4)::before {
|
||||
content: 'Ilość';
|
||||
}
|
||||
td:nth-child(5)::before {
|
||||
content: 'Cena łączna';
|
||||
}
|
||||
td:nth-child(6)::before {
|
||||
content: 'Usuń';
|
||||
}
|
||||
|
||||
.product-card-img img {
|
||||
|
||||
Reference in New Issue
Block a user