1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

add raw file editing to configuration page in webfront

This commit is contained in:
RaidMax
2021-09-16 16:27:40 -05:00
parent 778bb34609
commit d2590c929a
8 changed files with 307 additions and 81 deletions

View File

@ -37,6 +37,10 @@ a.nav-link {
border-bottom: 1px solid $primary !important;
}
.border-bottom-dark {
border-bottom: 1px solid $body-bg !important;
}
.server-history {
background-color: $big-dark;
}