2020-10-22 16:18:18 -07:00
|
|
|
|
|
|
|
.logoSVG {
|
|
|
|
height: 2rem;
|
|
|
|
width: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.owncastTitleContainer {
|
|
|
|
padding: 1rem;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
.logoContainer {
|
|
|
|
background-color: #fff;
|
|
|
|
padding: .35rem;
|
|
|
|
border-radius: 9999px;
|
|
|
|
}
|
|
|
|
.owncastTitle {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 1rem;
|
|
|
|
color: rgba(203,213,224, 1);
|
|
|
|
font-size: 1.15rem;
|
|
|
|
font-weight: 200;
|
|
|
|
text-transform: uppercase;
|
|
|
|
line-height: normal;
|
|
|
|
letter-spacing: .05em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contentMain {
|
|
|
|
padding: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-end;
|
2020-10-22 17:16:28 -07:00
|
|
|
padding-right: 1rem;
|
2020-10-22 16:18:18 -07:00
|
|
|
}
|
|
|
|
|
2020-11-28 17:59:09 -08:00
|
|
|
.sideNav {
|
|
|
|
position: fixed;
|
|
|
|
height: 100vh;
|
|
|
|
overflow: auto;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
|
|
|
|
.layoutMain {
|
|
|
|
margin-left: 240px;
|
|
|
|
}
|
|
|
|
|
2020-10-22 16:18:18 -07:00
|
|
|
.statusIndicatorContainer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
.statusIcon {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
|
|
|
.statusIcon svg {
|
2020-10-22 17:16:28 -07:00
|
|
|
fill: #999;
|
2020-10-22 16:18:18 -07:00
|
|
|
}
|
|
|
|
.statusLabel {
|
|
|
|
color: #fff;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: .75rem;
|
|
|
|
display: inline-block;
|
2020-10-22 17:16:28 -07:00
|
|
|
margin-right: .5rem;
|
|
|
|
color: #999;
|
2020-10-22 16:18:18 -07:00
|
|
|
}
|
|
|
|
.online .statusIcon svg {
|
2020-11-13 03:43:28 -08:00
|
|
|
fill: var(--online-color)
|
2020-10-22 16:18:18 -07:00
|
|
|
}
|
|
|
|
.online .statusLabel {
|
2020-11-13 03:43:28 -08:00
|
|
|
color: var(--online-color)
|
2020-10-22 16:18:18 -07:00
|
|
|
}
|
|
|
|
|
2020-11-02 20:49:52 -08:00
|
|
|
|
|
|
|
.lineChartContainer {
|
|
|
|
margin: 2em auto;
|
2020-11-28 18:43:59 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.configSection {
|
|
|
|
margin-bottom: 2em;
|
2020-11-28 19:26:52 -08:00
|
|
|
}
|
2020-12-28 01:11:26 -08:00
|
|
|
|
|
|
|
.onlineCurrentThumb {
|
|
|
|
width: 12.5rem;
|
|
|
|
}
|