Merge branch 'master' into manual-quantity-fixed
This commit is contained in:
commit
ef360244cc
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"/js/velocity.js": "/js/velocity.js?id=bc96099cee58b3db618f",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
|
||||
"/css/velocity.css": "/css/velocity.css?id=9903eb7ca08caa5168e1",
|
||||
"/css/velocity.css": "/css/velocity.css?id=19809f8a96e2dfc09a70",
|
||||
"/js/velocity-core.js": "/js/velocity-core.js?id=5c0fe2bf195ee94576fd"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1099,4 +1099,18 @@ i.within-circle {
|
|||
width: 97px;
|
||||
-webkit-appearance: none
|
||||
}
|
||||
|
||||
.nav-container {
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 75%;
|
||||
position: fixed !important;
|
||||
opacity: 1;
|
||||
z-index: 9999;
|
||||
height: 100vh;
|
||||
font-size: 16px;
|
||||
overflow-y: scroll;
|
||||
box-shadow: 5px 0 5px -5px #333;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue