Velocity form ui improved
This commit is contained in:
parent
da02c836be
commit
d3984c3116
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@
|
|||
"/js/velocity.js": "/js/velocity.js?id=2a3be9d5daddbe4a0e4b14e6269d7692",
|
||||
"/js/manifest.js": "/js/manifest.js?id=3cded37ef514b0fb89b10e7109801248",
|
||||
"/js/components.js": "/js/components.js?id=f295b63d248ff98f71c686676634e3dc",
|
||||
"/css/velocity.css": "/css/velocity.css?id=54bd9e999678c3109c4f2a51b454e12f",
|
||||
"/css/velocity.css": "/css/velocity.css?id=e64a1030d2f242bf35d9e0b3af85f93e",
|
||||
"/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",
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue