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

27 lines
563 B
SCSS
Raw Normal View History

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