1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-28 08:00:14 -05:00

added console page back

This commit is contained in:
RaidMax
2018-02-23 01:06:13 -06:00
parent 8368add46a
commit 5f18972209
16 changed files with 195 additions and 34 deletions

View File

@ -65,3 +65,14 @@ a.link-inverse:hover {
display: table-header-group !important
}
}
#console_command_response {
min-height: 20rem;
}
#console .form-control, #console button {
border-radius: 0;
border-color: $primary;
border-left: 0;
border-right: 0;
}