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

fixed minification and bundling

template tweaks
This commit is contained in:
RaidMax
2018-04-09 22:33:42 -05:00
parent 1bcf3a0b94
commit 3f7cb69fcd
33 changed files with 6384 additions and 1022 deletions

View File

@ -3,13 +3,13 @@
}
.level-color-user, .level-color-guest {
color: #fff;
color: rgba(255, 255, 255, 0.7);
color: #6c757d;
color: rgba(255, 255, 255, 0.68);
}
.level-bgcolor-user, .level-bgcolor-guest {
background-color: #fff;
background-color: rgba(255, 255, 255, 0.85);
background-color: #6c757d;
background-color: rgba(255, 255, 255, 0.68);
}
.level-color-trusted {
@ -168,10 +168,8 @@
}
.profile-action {
font-size: 0.5em;
padding-left: 0.25em;
cursor: pointer;
top: -2px !important;
}
.profile-action:hover {