Merge pull request #6027 from jitendra-webkul/master
Quick view button icon alignment issue fixed
This commit is contained in:
commit
42dae59b8a
File diff suppressed because one or more lines are too long
|
|
@ -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=45bc25fe8f8b1199764ae43cad033da4",
|
||||
"/css/velocity.css": "/css/velocity.css?id=62efe88a49a6c296963ecaee4dbaa546",
|
||||
"/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",
|
||||
|
|
|
|||
|
|
@ -339,7 +339,7 @@
|
|||
|
||||
span {
|
||||
left: 32%;
|
||||
top: -26px;
|
||||
top: -28px;
|
||||
z-index: 1;
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
|
|
@ -443,44 +443,6 @@
|
|||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// button,
|
||||
// input {
|
||||
// @extend .btn;
|
||||
|
||||
// height: 35px;
|
||||
// border-radius: 2px;
|
||||
// vertical-align: top;
|
||||
// padding: 0 10px !important;
|
||||
// font-size: 24px !important;
|
||||
// font-weight: 600 !important;
|
||||
// color: $black-color !important;
|
||||
// background-color: $white-color;
|
||||
// border: 1px solid $border-common !important;
|
||||
// }
|
||||
|
||||
// input {
|
||||
// max-width: 50px;
|
||||
// cursor: default;
|
||||
// font-size: 16px !important;
|
||||
// text-align: center;
|
||||
// margin-left: -5px;
|
||||
// margin-right: -5px;
|
||||
// }
|
||||
|
||||
// button:hover {
|
||||
// background-color: #f5f5f5 !important;
|
||||
// }
|
||||
|
||||
// button:active,
|
||||
// button:focus,
|
||||
// input:active,
|
||||
// input:focus {
|
||||
// outline: none !important;
|
||||
// box-shadow: none !important;
|
||||
// }
|
||||
}
|
||||
|
||||
.form-container {
|
||||
|
|
|
|||
Loading…
Reference in New Issue