AddToCartButton: refactor and adjust desktop style

This commit is contained in:
2025-10-09 14:47:57 +03:00
parent 744b1db82d
commit 42340cabee
3 changed files with 37 additions and 33 deletions

View File

@@ -0,0 +1,23 @@
.plusIcon {
position: relative;
top: -1px;
}
.addButton {
position: absolute;
bottom: -10px;
z-index: 1;
font-weight: 600;
border: 0;
color: #FFF;
font-size: 1rem; width: 82px;
height: 32px;
}
.addButtonRTL {
right: 5%;
}
.addButtonLTR {
left: 5%;
}