You've already forked fm-dx-webserver
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user