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

cleaner command system + phone UI changes + iMS/EQ

This commit is contained in:
NoobishSVK
2024-01-28 14:37:32 +01:00
parent 8eb63eb5c4
commit 66892cedbe
10 changed files with 318 additions and 105 deletions

View File

@@ -6,6 +6,10 @@
background: #100d1f;
}
.bg-gray {
background: #999;
}
.bg-none {
background: transparent !important;
}
@@ -30,6 +34,22 @@
border-radius: 5px;
}
.m-0 {
margin: 0;
}
.m-left-20 {
margin-left: 20px;
}
.h-100 {
height: 100%;
}
.no-bg {
background-color: transparent;
}
.flex-container {
display: flex;
}
@@ -81,6 +101,10 @@
font-size: 11px;
}
.text-bold {
font-weight: bold;
}
.text-gray {
color: #666;
}
@@ -130,4 +154,7 @@
.flex-phone {
display: flex;
}
.hide-phone {
display: none;
}
}