1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

new admin system, ui changes, bugfixes

This commit is contained in:
NoobishSVK
2024-02-27 23:04:26 +01:00
parent 2315f98079
commit 1fb9b99b95
21 changed files with 1038 additions and 411 deletions

View File

@@ -14,6 +14,22 @@
background: transparent !important;
}
.bg-color-1 {
background-color: var(--color-1);
}
.bg-color-2 {
background-color: var(--color-2);
}
.bg-color-3 {
background-color: var(--color-3);
}
.bg-color-4 {
background-color: var(--color-4);
}
.color-1 {
color: var(--color-1);
}
@@ -30,6 +46,11 @@
color: var(--color-4);
}
.color-5 {
color: var(--color-5);
}
.br-0 {
border-radius: 0px;
}
@@ -126,7 +147,7 @@
}
.text-bold {
font-weight: bold;
font-weight: bold !important;
}
.text-monospace {
@@ -134,7 +155,7 @@
}
.text-gray {
color: #666;
opacity: 0.7;
}
.text-red {
@@ -177,6 +198,10 @@
cursor: pointer;
}
.hidden {
display: none;
}
@media only screen and (max-width: 960px) {
.text-medium-big {
font-size: 32px;