Checkout stepper adjust change arrows step position

This commit is contained in:
William Buezas 2024-11-27 20:18:10 -03:00
parent 7c2f6183b0
commit 16b1e205d3
1 changed files with 2 additions and 2 deletions

View File

@ -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%;
}