You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.4 KiB
79 lines
1.4 KiB
.home-container { |
|
max-width: 1000px; |
|
|
|
.online-status-section { |
|
margin-bottom: 1em; |
|
.online-details-card { |
|
border-color: var(--online-color); |
|
} |
|
.ant-statistic { |
|
text-align: center; |
|
} |
|
.ant-statistic-title { |
|
color: var(--white-50); |
|
} |
|
} |
|
|
|
.ant-card-head { |
|
color: var(--online-color); |
|
} |
|
|
|
.stream-details-item-container { |
|
margin: 1em 0; |
|
&:first-of-type { |
|
margin-top: 0; |
|
} |
|
} |
|
.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; |
|
} |
|
} |
|
|
|
.outbound-details, |
|
.inbound-details { |
|
> .ant-card-bordered { |
|
border-color: rgba(255, 255, 255, 0.1); |
|
} |
|
} |
|
} |
|
|
|
.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 { |
|
background-color: var(--container-bg-color-alt); |
|
border-radius: var(--container-border-radius); |
|
padding: 1em; |
|
|
|
> .ant-card { |
|
background-color: var(--black); |
|
margin-bottom: 1em; |
|
.ant-card-meta-avatar { |
|
margin-top: 0.25rem; |
|
svg { |
|
height: 1.5em; |
|
width: 1.5em; |
|
} |
|
} |
|
} |
|
} |
|
}
|
|
|