mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 04:51:39 +02:00
Import svelte web frontend
This commit is contained in:
BIN
web/frontend/public/favicon.png
Normal file
BIN
web/frontend/public/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
54
web/frontend/public/global.css
Normal file
54
web/frontend/public/global.css
Normal file
@@ -0,0 +1,54 @@
|
||||
html, body {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #333;
|
||||
margin: 0;
|
||||
padding: 8px;
|
||||
box-sizing: border-box;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
||||
.site {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.site-content {
|
||||
flex: 1 0 auto;
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
.site-footer {
|
||||
flex: none;
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 100%;
|
||||
padding: 0.1rem 1.0rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.footer-list {
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.footer-list-item {
|
||||
margin: 0rem 0.8rem;
|
||||
white-space: nowrap;
|
||||
}
|
BIN
web/frontend/public/img/logo.png
Normal file
BIN
web/frontend/public/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
1
web/frontend/public/uPlot.min.css
vendored
Symbolic link
1
web/frontend/public/uPlot.min.css
vendored
Symbolic link
@@ -0,0 +1 @@
|
||||
../node_modules/uplot/dist/uPlot.min.css
|
Reference in New Issue
Block a user