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

14 lines
397 B
SCSS
Raw Normal View History

2022-05-08 02:13:06 +03:00
.statusbar {
display: flex;
align-items: center;
font-size: 0.8rem;
2022-05-08 02:13:06 +03:00
justify-content: space-between;
height: 2rem;
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);
2023-01-29 06:10:41 +03:00
font-weight: 400;
2022-05-12 09:31:31 +03:00
}