owncast/web/components/ui/Statusbar/Statusbar.module.scss
2023-01-28 19:26:18 -08:00

13 lines
397 B
SCSS

.statusbar {
display: flex;
align-items: center;
font-size: 0.8rem;
justify-content: space-between;
height: 2rem;
width: 100%;
padding: var(--content-padding);
color: var(--theme-color-components-video-status-bar-foreground);
background-color: var(--theme-color-components-video-status-bar-background);
font-family: var(--theme-text-display-font-family);
font-weight: 400;
}