background-color: #dee59a;
color: #000000;
font-weight: bold;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ top: 0.9em;
}
.mview[data-menu="cart"],
tr {
@media @breakpoint {
+ position: relative;
margin-bottom: 20px;
display: flex;
flex-direction: column;
}
&.reference,
- &.designation {
+ &.designation,
+ &.lot,
+ &.prix {
white-space: normal;
word-break: break-word;
}
}
}
+ &:not(.quantite,.delete) {
+
+ @media @breakpoint {
+ width: 56%;
+ }
+
+ @media (max-width: 480px) {
+ width: calc(100% - 35px);
+ }
+ }
+
+
&.lot {
@media @breakpoint {
@media @breakpoint {
order: 5;
+ width: max-content;
+ margin-top: 0;
+ position: absolute;
+ right: 9%;
+ top: 50%;
+ transform: translateY(-50%);
+ margin-left: 20px;
+ padding-left: 20px;
+ height: 100%;
+ border-left: 1px solid rgba(0, 0, 0, 0.1);
+ display: flex;
+ align-items: center;
+ gap: 5px;
+ }
+
+ @media (max-width: 480px) {
+ position: relative;
+ left: 0;
+ top: 0;
+ transform: none;
+ display: block;
+ border: 0;
+ padding-left: 0;
+ margin-left: 0;
margin-top: 15px;
}
}
@media @breakpoint {
order: 6;
+ position: absolute;
+ right: 10px;
+ top: 50%;
+ transform: translateY(-50%);
+ }
+
+ @media (max-width: 480px) {
margin-top: 15px;
}
background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' id='Calque_2' viewBox='0 0 4.84 1.06'><g id='panier'><path d='M0,1.06V0h4.84v1.06H0Z'/></g></svg>");
@media @breakpoint {
+ left: 96px;
+ }
+
+ @media (max-width:480px) {
left: 74px;
}
}