refactor: using word depot in rear instead of admin

This commit is contained in:
2024-07-20 09:34:51 +02:00
parent a26e17a064
commit 966291dbd9
38 changed files with 1112 additions and 72 deletions

36
static/rear/depot.css Normal file
View File

@@ -0,0 +1,36 @@
.ui[class*="very compact"].table>thead>tr>th,
.ui[class*="very compact"].table>tr>th {
padding: .4em .6em;
}
:root {
--sidebar-margin: 260px;
}
#header {
z-index: 1005;
}
#main_content {
padding-top: 4em;
}
.pushover {
margin-left: var(--sidebar-margin);
}
/*
@media screen and (min-width: 1920px) {
.pushover {
margin-left: 0px;
}
}
*/
#main_sidemenu {
background-color: rgb(27, 28, 29);
padding-top: 3em;
z-index: 1001;
/* Ensure this is higher than the z-index of the main content */
}

BIN
static/rear/teddy_bear.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB