2020-11-13 12:43:28 +01:00
|
|
|
.home-container {
|
|
|
|
max-width: 1000px;
|
|
|
|
|
|
|
|
.online-status-section {
|
2021-02-15 07:20:25 +01:00
|
|
|
margin-bottom: 1em;
|
|
|
|
.online-details-card {
|
|
|
|
border-color: var(--online-color);
|
2020-11-13 12:43:28 +01:00
|
|
|
}
|
2021-02-15 07:20:25 +01:00
|
|
|
.ant-statistic {
|
|
|
|
text-align: center;
|
2020-11-13 12:43:28 +01:00
|
|
|
}
|
|
|
|
.ant-statistic-title {
|
2021-02-15 07:20:25 +01:00
|
|
|
color: var(--white-50);
|
2020-11-29 04:26:52 +01:00
|
|
|
}
|
2020-11-13 12:43:28 +01:00
|
|
|
}
|
|
|
|
|
2021-02-15 07:20:25 +01:00
|
|
|
.ant-card-head {
|
|
|
|
color: var(--online-color);
|
|
|
|
}
|
2020-11-13 12:43:28 +01:00
|
|
|
|
2021-02-15 07:20:25 +01:00
|
|
|
.stream-details-item-container {
|
|
|
|
margin: 1em 0;
|
|
|
|
&:first-of-type {
|
|
|
|
margin-top: 0;
|
2020-11-13 12:43:28 +01:00
|
|
|
}
|
|
|
|
}
|
2021-02-15 07:20:25 +01:00
|
|
|
.ant-statistic.stream-details-item {
|
|
|
|
background-color: var(--black-50);
|
|
|
|
padding: 1em;
|
|
|
|
.ant-statistic-title {
|
|
|
|
color: var(--blue);
|
|
|
|
}
|
|
|
|
.ant-statistic-content {
|
|
|
|
font-size: 1.25em;
|
|
|
|
white-space: nowrap;
|
2020-11-13 12:43:28 +01:00
|
|
|
}
|
2021-02-15 07:20:25 +01:00
|
|
|
}
|
2020-11-13 12:43:28 +01:00
|
|
|
|
2021-02-15 07:20:25 +01:00
|
|
|
.outbound-details,
|
|
|
|
.inbound-details {
|
|
|
|
>.ant-card-bordered {
|
|
|
|
border-color: rgba(255,255,255,.1);
|
2020-11-13 12:43:28 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.offline-content {
|
|
|
|
max-width: 1000px;
|
|
|
|
|
|
|
|
.logo-section {
|
|
|
|
.ant-result-title {
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
|
|
|
.ant-result-subtitle {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
.ant-result-icon svg {
|
|
|
|
height: 8rem;
|
|
|
|
width: 8rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.list-section {
|
2021-02-15 07:20:25 +01:00
|
|
|
background-color: var(--container-bg-color-alt);
|
|
|
|
border-radius: var(--container-border-radius);
|
|
|
|
padding: 1em;
|
|
|
|
|
2020-11-13 12:43:28 +01:00
|
|
|
> .ant-card {
|
2021-02-15 07:20:25 +01:00
|
|
|
background-color: var(--black);
|
|
|
|
margin-bottom: 1em;
|
2020-11-13 12:43:28 +01:00
|
|
|
.ant-card-meta-avatar {
|
|
|
|
margin-top: .25rem;
|
|
|
|
svg {
|
2021-02-15 07:20:25 +01:00
|
|
|
height: 1.5em;
|
|
|
|
width: 1.5em;
|
2020-11-13 12:43:28 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|