2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 11:40:58 +00:00

Cleaned up stock app

This commit is contained in:
Oliver
2018-05-04 19:28:28 +10:00
parent 4f63d12837
commit a7d4e299b2
9 changed files with 139 additions and 133 deletions

View File

@ -47,7 +47,7 @@
margin-right: 50px;
margin-left: 50px;
width: 100%;
transition: 0.1s;
//transition: 0.1s;
}
.body {
@ -88,7 +88,7 @@
position: fixed; /* Stay in place */
background-color: #fff; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
transition: 0.1s; /* 0.5 second transition effect to slide in the sidenav */
//transition: 0.1s; /* 0.5 second transition effect to slide in the sidenav */
}
.wrapper {