2018-02-21 20:29:23 -05:00
|
|
|
|
@import '../lib/bootstrap/scss/bootstrap.scss';
|
|
|
|
|
|
|
|
|
|
/*custom variables*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* bootstrap overrides */
|
|
|
|
|
|
|
|
|
|
.navbar-nav .nav-link:hover {
|
|
|
|
|
background-color: $body-bg;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nav.navbar-dark {
|
|
|
|
|
border-bottom: 1px solid $secondary;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.nav-link {
|
|
|
|
|
padding: $spacer * 1.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.server-history-row {
|
|
|
|
|
height: 100px;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.canvasjs-chart-credit {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table thead th,
|
|
|
|
|
.table th,
|
|
|
|
|
.table td {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.server-history,
|
|
|
|
|
.server-header,
|
|
|
|
|
.server-activity,
|
|
|
|
|
#mobile_seperator,
|
|
|
|
|
.border-bottom {
|
2018-04-04 15:38:34 -04:00
|
|
|
|
border-bottom: 2px solid $primary !important;
|
2018-02-21 20:29:23 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#client_search {
|
|
|
|
|
background-color: #222222 !important;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
border: 1px solid $orange;
|
|
|
|
|
color: $white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.link-inverse {
|
|
|
|
|
color: $primary;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.link-inverse:hover {
|
|
|
|
|
color: $white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
|
.d-md-table-header-group {
|
|
|
|
|
display: table-header-group !important
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-02-23 02:06:13 -05:00
|
|
|
|
|
|
|
|
|
#console_command_response {
|
|
|
|
|
min-height: 20rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#console .form-control, #console button {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
border-color: $primary;
|
|
|
|
|
border-left: 0;
|
|
|
|
|
border-right: 0;
|
2018-03-27 00:54:20 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.close {
|
|
|
|
|
text-shadow: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-footer {
|
|
|
|
|
border-top-color: $orange;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-header {
|
|
|
|
|
border-bottom-color: $orange;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form * {
|
|
|
|
|
border-radius: 0 !important;
|
2018-04-04 15:38:34 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.oi-fix-navbar {
|
|
|
|
|
line-height: 1.5 !important;
|
|
|
|
|
top: 0 !important;
|
|
|
|
|
font-size: 1rem !important;
|
2018-04-09 23:33:42 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotation {
|
|
|
|
|
from {
|
2018-04-11 18:24:21 -04:00
|
|
|
|
-webkit-transform: rotate(359deg);
|
2018-04-09 23:33:42 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
2018-04-11 18:24:21 -04:00
|
|
|
|
-webkit-transform: rotate(0deg);
|
2018-04-09 23:33:42 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layout-loading-icon {
|
|
|
|
|
position: fixed !important;
|
|
|
|
|
left: 50%;
|
|
|
|
|
top: 50% !important;
|
2018-04-11 18:24:21 -04:00
|
|
|
|
margin-left: -37px;
|
|
|
|
|
margin-top: -37px;
|
2018-04-09 23:33:42 -04:00
|
|
|
|
color: $primary;
|
2018-04-11 18:24:21 -04:00
|
|
|
|
z-index: 100;
|
2018-04-09 23:33:42 -04:00
|
|
|
|
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;
|
2018-04-11 18:24:21 -04:00
|
|
|
|
visibility: hidden;
|
2018-04-10 02:38:18 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-border-transition {
|
|
|
|
|
-webkit-transition: border 500ms ease-out;
|
|
|
|
|
-moz-transition: border 500ms ease-out;
|
|
|
|
|
-o-transition: border 500ms ease-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-text-danger {
|
|
|
|
|
border-color: $red !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-control:focus {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
-webkit-box-shadow: none;
|
2018-04-13 02:32:30 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dropdown-item {
|
|
|
|
|
border-bottom: 1px solid $secondary;
|
|
|
|
|
margin-top: -3px;
|
|
|
|
|
}
|