47 lines
No EOL
633 B
CSS
47 lines
No EOL
633 B
CSS
[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;
|
|
} |