AddToCartButton: refactor and adjust desktop style
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user