1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -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

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,4 @@
@import '../lib/bootstrap/scss/bootstrap.scss';
@import 'profile.css';
/*custom variables*/
@ -97,4 +96,30 @@ form * {
line-height: 1.5 !important;
top: 0 !important;
font-size: 1rem !important;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
.layout-loading-icon {
position: fixed !important;
left: 50%;
top: 50% !important;
transform: translate(-50%, -50%);
z-index: 100;
color: $primary;
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;
visibility:hidden;
}

File diff suppressed because one or more lines are too long

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 {