2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-10 23:14:13 +00:00

CSS tweaks

This commit is contained in:
Oliver
2021-10-30 08:59:40 +11:00
parent fcc1e9fe8f
commit 3bd59728db
3 changed files with 80 additions and 16 deletions

View File

@ -1,6 +1,6 @@
:root {
--primary-color: #335d88;
--secondary-color: #f7f5ee;
--secondary-color: #eef3f7;
--highlight-color: #ffffff;
--border-color: #ccc;
@ -920,7 +920,7 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da
.sidebar-wrapper {
overflow-y: auto;
background: var(--secondary-color);
/* background: var(--secondary-color); */
margin-top: 0.3rem;
padding-top: 0.25rem;
padding-left: 0px !important;