responsive quantity changer issue fixed
This commit is contained in:
parent
da02c836be
commit
56fa99f1e2
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
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"/js/jquery-ez-plus.js": "/js/jquery-ez-plus.js?id=ba3c7cada62de152fd8fce211d0b1b70",
|
||||
"/js/jquery-ez-plus.js": "/js/jquery-ez-plus.js?id=839a8f4f976c7cb12580c31185296bdb",
|
||||
"/js/velocity-core.js": "/js/velocity-core.js?id=73cc7c3501570ebe9151c72d954bd97d",
|
||||
"/js/velocity.js": "/js/velocity.js?id=2a3be9d5daddbe4a0e4b14e6269d7692",
|
||||
"/js/velocity.js": "/js/velocity.js?id=3fba3569b8bb5abca572871d5e03ae21",
|
||||
"/js/manifest.js": "/js/manifest.js?id=3cded37ef514b0fb89b10e7109801248",
|
||||
"/js/components.js": "/js/components.js?id=f295b63d248ff98f71c686676634e3dc",
|
||||
"/css/velocity.css": "/css/velocity.css?id=54bd9e999678c3109c4f2a51b454e12f",
|
||||
"/js/components.js": "/js/components.js?id=5d40e7bd00d06fc5122d6a4375215983",
|
||||
"/css/velocity.css": "/css/velocity.css?id=695b08500923ca915f9e5e89e60f1bbe",
|
||||
"/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",
|
||||
|
|
|
|||
|
|
@ -406,7 +406,7 @@
|
|||
|
||||
.input-btn-group {
|
||||
button {
|
||||
border: 1px solid #DCDCDC;
|
||||
border: 1px solid #dcdcdc;
|
||||
padding: 7px;
|
||||
background: transparent;
|
||||
text-align: center;
|
||||
|
|
@ -433,7 +433,7 @@
|
|||
}
|
||||
|
||||
input {
|
||||
border: 1px solid #DCDCDC;
|
||||
border: 1px solid #dcdcdc;
|
||||
border-right: 0;
|
||||
border-left: 0;
|
||||
max-width: 50px;
|
||||
|
|
@ -601,7 +601,7 @@
|
|||
width: 350px;
|
||||
right: 0;
|
||||
position: absolute;
|
||||
border-top: 4px solid #26A37C;
|
||||
border-top: 4px solid #26a37c;
|
||||
|
||||
.close {
|
||||
top: 12px;
|
||||
|
|
@ -652,7 +652,7 @@
|
|||
border-radius: 50%;
|
||||
position: absolute;
|
||||
background: #111111;
|
||||
color: #FFFFFF;
|
||||
color: #ffffff;
|
||||
padding: 0px 4px;
|
||||
|
||||
.rango-close {
|
||||
|
|
@ -2516,6 +2516,11 @@
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 720px) {
|
||||
.product-quantity {
|
||||
.input-btn-group {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
.cp-spinner {
|
||||
left: 50%;
|
||||
margin-left: -24px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue