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

huge commit for advanced stats feature.

broke data out into its own library.
may be breaking changes with existing plugins
This commit is contained in:
RaidMax
2021-03-22 11:09:25 -05:00
parent 267b045883
commit 434392a7e4
505 changed files with 13671 additions and 3271 deletions

View File

@ -103,7 +103,7 @@ a.link-inverse:hover {
border-bottom-color: $orange;
}
form *, select {
form *, select, button.btn {
border-radius: 0 !important;
}
@ -140,7 +140,6 @@ form *, select {
z-index: 100;
font-size: 4rem;
-webkit-animation: rotation 1s infinite linear;
background-color: $black;
background-color: rgba(0, 0,0, 0.5);
border-radius: 40px;
padding: 5px;
@ -209,7 +208,6 @@ form *, select {
}
.nav-tabs, .nav-tabs .nav-link.active {
color: $white;
color: $white !important;
border: none;
}
@ -400,3 +398,42 @@ input:checked + .toggle-switch-slider:before {
color: #ff6060 !important;
color: rgba(255, 69, 69, 0.85) !important;
}
.text-force-break
{
word-break: break-all;
overflow-wrap: break-word;
}
div.card {
min-width: 15rem;
border-radius: 0;
}
.stat-card {
max-width: 15rem;
}
#rank_icon {
max-height: 6rem;
}
.border-bottom-danger {
border-bottom: $danger;
}
.border-top-danger {
border-top: $danger;
}
.border-danger {
border: 1px solid $danger;
}
#client_stats_summary a:hover {
color: #e0e0e0;
}
#hitlocation_container {
background-color: #141414;
}