fixes
- apply fixed height for footer buttons over app - add floating cart button in cart page in desktop size
This commit is contained in:
@@ -449,7 +449,6 @@
|
||||
}
|
||||
|
||||
.contentWrapper {
|
||||
max-width: 800px;
|
||||
margin: 0px auto;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
@@ -546,12 +545,12 @@
|
||||
}
|
||||
|
||||
.leftShape {
|
||||
top: 170px;
|
||||
top: 171px;
|
||||
left: -3px;
|
||||
}
|
||||
|
||||
.rightShape {
|
||||
top: 170px;
|
||||
top: 171px;
|
||||
left: 116px;
|
||||
}
|
||||
|
||||
@@ -615,12 +614,12 @@
|
||||
}
|
||||
|
||||
.leftShape {
|
||||
top: 170px;
|
||||
top: 171px;
|
||||
left: -10px;
|
||||
}
|
||||
|
||||
.rightShape {
|
||||
top: 170px;
|
||||
top: 171px;
|
||||
left: 179px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user