Merge pull request #2413 from vivek-webkul/patch-28
[Fixed: Issue #2410 has been resolved.]
This commit is contained in:
commit
2fce1383ce
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,41 @@
|
|||
/*!
|
||||
* Sizzle CSS Selector Engine v2.3.4
|
||||
* https://sizzlejs.com/
|
||||
*
|
||||
* Copyright JS Foundation and other contributors
|
||||
* Released under the MIT license
|
||||
* https://js.foundation/
|
||||
*
|
||||
* Date: 2019-04-08
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Vue.js v2.6.11
|
||||
* (c) 2014-2019 Evan You
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* accounting.js v0.4.1
|
||||
* Copyright 2014 Open Exchange Rates
|
||||
*
|
||||
* Freely distributable under the MIT license.
|
||||
* Portions of accounting.js are inspired or borrowed from underscore.js
|
||||
*
|
||||
* Full details and documentation:
|
||||
* http://openexchangerates.github.io/accounting.js/
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery JavaScript Library v3.4.1
|
||||
* https://jquery.com/
|
||||
*
|
||||
* Includes Sizzle.js
|
||||
* https://sizzlejs.com/
|
||||
*
|
||||
* Copyright JS Foundation and other contributors
|
||||
* Released under the MIT license
|
||||
* https://jquery.org/license
|
||||
*
|
||||
* Date: 2019-05-01T21:04Z
|
||||
*/
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=d0a3f597b439d75f4a4e",
|
||||
"/css/shop.css": "/css/shop.css?id=dbbd9009872174a61946"
|
||||
"/js/shop.js": "/js/shop.js?id=6d8ea335fbfa47e80e72",
|
||||
"/css/shop.css": "/css/shop.css?id=66ee90f14efb050a20e5"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2549,7 +2549,7 @@ section.cart {
|
|||
|
||||
.misc-controls {
|
||||
position: relative;
|
||||
top: 180px;
|
||||
top: 300px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
|
|
@ -2595,7 +2595,7 @@ section.cart {
|
|||
.left-side {
|
||||
.misc-controls {
|
||||
display: block;
|
||||
top:160px;
|
||||
top: 300px;
|
||||
|
||||
div {
|
||||
button {
|
||||
|
|
|
|||
Loading…
Reference in New Issue