fix(shopping cart): UX Improvements (#21034)

* fix: nontype error for resolved and moved place order button at bottom left

* fix: removed inline style

* fix: Request for quotation move to lower right

* fix: move buttons

Co-authored-by: Naren <patilnarendra3@gmail.com>
Co-authored-by: Saqib <nextchamp.saqib@gmail.com>
This commit is contained in:
Vishal Dhayagude
2020-04-07 12:18:47 +05:30
committed by GitHub
parent 24a2c9b978
commit 24e79b14e1
3 changed files with 28 additions and 20 deletions

View File

@@ -78,3 +78,7 @@
z-index: 0;
}
}
.place-order-container {
text-align: right;
}