refactor: using word depot in rear instead of admin
This commit is contained in:
36
static/rear/depot.css
Normal file
36
static/rear/depot.css
Normal 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
BIN
static/rear/teddy_bear.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user