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:
6124
WebfrontCore/wwwroot/css/bootstrap-custom.css
vendored
Normal file
6124
WebfrontCore/wwwroot/css/bootstrap-custom.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
WebfrontCore/wwwroot/css/bootstrap-custom.min.css
vendored
Normal file
7
WebfrontCore/wwwroot/css/bootstrap-custom.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
7
WebfrontCore/wwwroot/css/global.min.css
vendored
Normal file
7
WebfrontCore/wwwroot/css/global.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
Reference in New Issue
Block a user