0
owncast/web/components/ui/Statusbar/Statusbar.module.scss

28 lines
589 B
SCSS
Raw Normal View History

2022-05-07 16:13:06 -07:00
.statusbar {
display: flex;
align-items: center;
justify-content: space-between;
height: var(--status-bar-height);
2022-05-07 16:13:06 -07:00
width: 100%;
max-height: 4vh;
padding: var(--content-padding);
2023-01-18 19:03:55 -08:00
color: var(--theme-color-components-video-status-bar-foreground);
background-color: var(--theme-color-components-video-status-bar-background);
2022-10-13 21:22:58 +02:00
font-family: var(--theme-text-display-font-family);
font-size: 11px;
2023-01-28 19:10:41 -08:00
font-weight: 400;
2022-05-11 23:31:31 -07:00
}
.onlineMessage {
letter-spacing: 0.5px;
}
.viewerCount {
vertical-align: middle;
}
2023-06-20 20:56:37 -07:00
.viewerIcon {
display: inline-block;
margin-right: 0.5rem;
}