Initial commit
This commit is contained in:
commit
24f0a28a3c
25 changed files with 3190 additions and 0 deletions
47
public/stylesheets/style.css
Normal file
47
public/stylesheets/style.css
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
[x-cloak] { opacity: 0 !important; }
|
||||
|
||||
.h-screen {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.h-fit-content {
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.w-15 {
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.justify-content-center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.icon-2 {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
.wm-vlr{
|
||||
writing-mode: vertical-lr;
|
||||
}
|
||||
|
||||
.fading-bg {
|
||||
transition: background-color .5s;
|
||||
}
|
||||
|
||||
.stats-cell {
|
||||
text-align: center;
|
||||
vertical-align: center;
|
||||
}
|
||||
|
||||
.status-dangerous {
|
||||
background-color: rgb(250, 217, 210) !important;
|
||||
}
|
||||
|
||||
.status-warning {
|
||||
background-color: rgb(252, 253, 177) !important;
|
||||
}
|
||||
|
||||
.status-ok {
|
||||
background-color: rgb(225, 240, 181) !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue