Merge pull request #6034 from jitendra-webkul/master

Velocity form ui improved
This commit is contained in:
Jitendra Singh 2022-03-16 11:35:15 +05:30 committed by GitHub
commit 8fa3876978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 17 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,10 @@
{
"/js/jquery-ez-plus.js": "/js/jquery-ez-plus.js?id=839a8f4f976c7cb12580c31185296bdb",
"/js/jquery-ez-plus.js": "/js/jquery-ez-plus.js?id=ba3c7cada62de152fd8fce211d0b1b70",
"/js/velocity-core.js": "/js/velocity-core.js?id=73cc7c3501570ebe9151c72d954bd97d",
"/js/velocity.js": "/js/velocity.js?id=3fba3569b8bb5abca572871d5e03ae21",
"/js/velocity.js": "/js/velocity.js?id=2a3be9d5daddbe4a0e4b14e6269d7692",
"/js/manifest.js": "/js/manifest.js?id=3cded37ef514b0fb89b10e7109801248",
"/js/components.js": "/js/components.js?id=5d40e7bd00d06fc5122d6a4375215983",
"/css/velocity.css": "/css/velocity.css?id=695b08500923ca915f9e5e89e60f1bbe",
"/js/components.js": "/js/components.js?id=f295b63d248ff98f71c686676634e3dc",
"/css/velocity.css": "/css/velocity.css?id=064cd20a8b18ef14bb99e49c187a13a5",
"/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

@ -947,14 +947,14 @@ i.within-circle {
.form-style {
display: block;
width: 100%;
height: 34px;
height: 36px;
padding: 6px 12px;
font-size: 14px;
font-size: 16px;
line-height: 1.42857143;
color: #555;
color: rgba(0, 0, 0, 0.83);
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border: 1px solid #DCDCDC;
border-radius: 0;
}

View File

@ -467,7 +467,7 @@
.heading {
width: 100%;
margin-bottom: 35px;
margin-bottom: 28px;
display: inline-block;
h2 {
@ -494,10 +494,6 @@
form {
> div {
padding-bottom: 20px;
input {
border: 1px solid $border-dark;
}
}
}
}
@ -728,6 +724,7 @@
> .row:last-child {
padding-bottom: 20px;
border-bottom: 2px solid $border-general;
margin-bottom: 20px;
}
.product-image-container {
@ -1417,7 +1414,9 @@
}
label {
font-size: 16px;
font-weight: 500;
margin-bottom: 5px;
}
input[type='text'],
@ -1427,6 +1426,7 @@
width: 100%;
resize: none;
font-size: 16px;
height: 36px;
padding: 5px 16px;
border-radius: 1px;
background: $button-text-color;