Velocity checkout page ui improved

This commit is contained in:
jitendra 2022-03-15 16:46:56 +05:30
parent 4ba77e0287
commit 30759c3776
4 changed files with 14 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
"/js/velocity.js": "/js/velocity.js?id=ac985a4662e87e724291df2a253941e3",
"/js/manifest.js": "/js/manifest.js?id=3cded37ef514b0fb89b10e7109801248",
"/js/components.js": "/js/components.js?id=f68dd472b8f0ef2f0199f62f49ba9d91",
"/css/velocity.css": "/css/velocity.css?id=1bcd8dfd95cfc602ad8c119c036f04bb",
"/css/velocity.css": "/css/velocity.css?id=f501da750ba83f562e952cc61e241517",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=b67a82956e53163b5e3ff45a44f9778f",
"/images/icon-calendar.svg": "/images/icon-calendar.svg?id=870d0f733a58377422766f3152e15486",
"/images/icon-camera.svg": "/images/icon-camera.svg?id=b2fd2f9e17e1ccee96e29f6c6cec91e8",

View File

@ -665,7 +665,7 @@
margin-bottom: 30px;
}
h1 {
h2 {
margin-bottom: 25px;
}
@ -764,6 +764,10 @@
margin-left: -2px;
margin-right: 5px;
}
.rango-delete {
margin-left: -2px;
}
}
}
}
@ -1283,13 +1287,16 @@
.checkout-process {
padding: 40px 20px;
.col-lg-7 {
.coupon-container,
> div:not(:first-child) {
margin-top: 20px;
.accordian-header {
h3 {
margin-bottom: 0 !important;
}
}
.coupon-container {
margin-top: 20px;
}
h1 {
font-weight: 600;
margin-bottom: 30px;

View File

@ -851,12 +851,6 @@
padding: 0;
}
.accordian-header {
h3 {
margin-bottom: 0 !important;
}
}
.billing-address {
margin-bottom: 20px;
}