mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-21 06:43:37 +05:00
feature: remove voron branding from mainsail ui
This commit is contained in:
32
resources/app.css
Normal file
32
resources/app.css
Normal file
@@ -0,0 +1,32 @@
|
||||
/*KIAUH-REMOVE-VORON-BRANDING*/
|
||||
#nav-header img:first-child {
|
||||
display: block;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
background: url(/img/klipper-logo-small.png) no-repeat;
|
||||
width: 49px;
|
||||
height: 40px;
|
||||
padding-left: 49px;
|
||||
}
|
||||
div.v-image__image.v-image__image--cover {
|
||||
display: none;
|
||||
}
|
||||
div.v-image.v-responsive.theme--dark {
|
||||
background: linear-gradient(27deg, #252525 5px, transparent 5px) 0 5px,
|
||||
linear-gradient(207deg, #252525 5px, transparent 5px) 10px 0px,
|
||||
linear-gradient(27deg, #323232 5px, transparent 5px) 0px 10px,
|
||||
linear-gradient(207deg, #323232 5px, transparent 5px) 10px 5px,
|
||||
linear-gradient(90deg, #2b2b2b 10px, transparent 10px),
|
||||
linear-gradient(
|
||||
#2d2d2d 25%,
|
||||
#2a2a2a 25%,
|
||||
#2a2a2a 50%,
|
||||
transparent 50%,
|
||||
transparent 75%,
|
||||
#343434 75%,
|
||||
#343434
|
||||
);
|
||||
background-color: #232323;
|
||||
background-size: 20px 20px;
|
||||
background-clip: content-box;
|
||||
}
|
||||
BIN
resources/favicon.ico
Executable file
BIN
resources/favicon.ico
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user