2018-07-19 14:33:11 -04:00
|
|
|
.admin-report {
|
2018-08-06 16:57:40 -04:00
|
|
|
.conditional-loading-section {
|
2018-08-17 10:19:25 -04:00
|
|
|
&.is-loading {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2018-07-25 14:28:41 -04:00
|
|
|
}
|
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.header {
|
2018-07-19 14:33:11 -04:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2018-08-17 10:19:25 -04:00
|
|
|
border-bottom: 1px solid $primary-low;
|
2018-08-09 20:43:18 -04:00
|
|
|
margin-bottom: 0.5em;
|
2018-08-17 10:19:25 -04:00
|
|
|
padding-bottom: 0.5em;
|
|
|
|
}
|
2018-07-19 14:33:11 -04:00
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.header .breadcrumb {
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
2018-07-19 14:33:11 -04:00
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.item {
|
|
|
|
display: inline;
|
|
|
|
font-size: $font-up-1;
|
|
|
|
}
|
2018-07-19 14:33:11 -04:00
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.all-reports .report-url {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.report {
|
|
|
|
font-weight: 700;
|
|
|
|
|
|
|
|
.report-url {
|
|
|
|
color: $primary;
|
2018-07-19 14:33:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.info {
|
|
|
|
cursor: pointer;
|
|
|
|
margin-left: 0.25em;
|
|
|
|
color: $primary-low-mid;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $primary-medium;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-08-17 10:19:25 -04:00
|
|
|
}
|
2018-07-19 14:33:11 -04:00
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.header .trend {
|
|
|
|
margin-left: auto;
|
2018-08-24 11:16:01 -04:00
|
|
|
margin-right: 8px;
|
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
&.trending-down,
|
|
|
|
&.high-trending-down {
|
|
|
|
color: $danger;
|
|
|
|
}
|
2018-07-19 14:33:11 -04:00
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
&.trending-up,
|
|
|
|
&.high-trending-up {
|
|
|
|
color: $success;
|
|
|
|
}
|
2018-07-19 14:33:11 -04:00
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
&.no-change {
|
|
|
|
color: $primary-medium;
|
2018-11-26 16:49:57 -05:00
|
|
|
.d-icon {
|
2018-08-22 12:00:11 -04:00
|
|
|
display: none;
|
|
|
|
}
|
2018-08-17 10:19:25 -04:00
|
|
|
}
|
2018-07-19 14:33:11 -04:00
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.value {
|
|
|
|
font-size: $font-up-1;
|
|
|
|
}
|
2018-07-19 14:33:11 -04:00
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.icon {
|
|
|
|
font-size: $font-up-1;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
}
|
2018-07-19 14:33:11 -04:00
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.body {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main {
|
2018-12-28 15:32:07 -05:00
|
|
|
flex: 1;
|
2018-08-17 10:19:25 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.main .report-alert {
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
padding: 3em;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $primary-medium;
|
2018-07-19 14:33:11 -04:00
|
|
|
}
|
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.d-icon {
|
|
|
|
color: currentColor;
|
|
|
|
font-size: $font-up-5;
|
|
|
|
display: block;
|
2018-11-26 16:49:57 -05:00
|
|
|
margin: 0.25em auto;
|
2018-08-17 10:19:25 -04:00
|
|
|
}
|
|
|
|
|
2018-08-22 05:25:12 -04:00
|
|
|
&.no-data,
|
|
|
|
&.rate-limited {
|
2018-08-17 10:19:25 -04:00
|
|
|
background: $secondary;
|
|
|
|
border-color: $primary-low;
|
|
|
|
color: $primary-low-mid;
|
|
|
|
}
|
|
|
|
|
2018-08-22 05:25:12 -04:00
|
|
|
&.rate-limited .d-icon {
|
|
|
|
color: $danger;
|
|
|
|
}
|
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
&.timeout,
|
|
|
|
&.exception {
|
|
|
|
border-color: $danger-low;
|
|
|
|
color: $danger;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.filters {
|
|
|
|
display: flex;
|
|
|
|
margin-left: 1em;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 220px;
|
|
|
|
|
|
|
|
.modes {
|
|
|
|
margin: 0 0 1em 0;
|
|
|
|
padding: 0;
|
2018-07-19 14:33:11 -04:00
|
|
|
list-style: none;
|
|
|
|
|
|
|
|
.mode {
|
2018-08-17 10:19:25 -04:00
|
|
|
display: inline-flex;
|
2019-01-21 13:40:55 -05:00
|
|
|
flex: 1 0 0px;
|
2018-07-19 14:33:11 -04:00
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.mode-btn.is-current {
|
2018-07-19 14:33:11 -04:00
|
|
|
color: $tertiary;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.control {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2018-07-19 14:33:11 -04:00
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.control .label {
|
|
|
|
font-weight: 700;
|
2018-07-19 14:33:11 -04:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.control .input,
|
|
|
|
.control .select-kit {
|
|
|
|
width: 100%;
|
2018-07-19 14:33:11 -04:00
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.export-csv-btn {
|
|
|
|
width: 100%;
|
2018-07-19 14:33:11 -04:00
|
|
|
}
|
2018-08-17 10:19:25 -04:00
|
|
|
|
|
|
|
.refresh-report-btn {
|
2018-07-19 14:33:11 -04:00
|
|
|
width: 100%;
|
2018-08-17 10:19:25 -04:00
|
|
|
}
|
2018-07-19 14:33:11 -04:00
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.date-picker-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
.date-picker {
|
|
|
|
box-sizing: border-box;
|
2018-07-19 14:33:11 -04:00
|
|
|
width: 100%;
|
2018-08-17 10:19:25 -04:00
|
|
|
margin: 0;
|
2018-07-19 14:33:11 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-07-19 23:59:52 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.rtl .admin-report {
|
|
|
|
.filters {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 1em;
|
2018-07-19 23:59:52 -04:00
|
|
|
}
|
|
|
|
|
2018-08-17 10:19:25 -04:00
|
|
|
.trend {
|
|
|
|
margin-left: unset;
|
|
|
|
margin-right: auto;
|
2018-07-19 23:59:52 -04:00
|
|
|
}
|
|
|
|
}
|
2018-12-28 15:32:07 -05:00
|
|
|
|
|
|
|
.admin-report.storage-stats {
|
|
|
|
.main {
|
|
|
|
flex: 1 0 auto;
|
|
|
|
}
|
|
|
|
}
|