Checkout stepper adjust change arrows step position
This commit is contained in:
parent
7c2f6183b0
commit
16b1e205d3
|
@ -523,7 +523,7 @@ onMounted(async () => {
|
|||
.left-navigation-button {
|
||||
position: absolute;
|
||||
left: 5px;
|
||||
top: 50%;
|
||||
top: 25px;
|
||||
@include mobile {
|
||||
top: 35%;
|
||||
}
|
||||
|
@ -532,7 +532,7 @@ onMounted(async () => {
|
|||
.right-navigation-button {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 50%;
|
||||
top: 25px;
|
||||
@include mobile {
|
||||
top: 35%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue