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

11 lines
215 B
SCSS
Raw Normal View History

2022-05-07 16:13:06 -07:00
.statusbar {
display: flex;
align-items: center;
font-size: 0.8rem;
2022-05-07 16:13:06 -07:00
justify-content: space-between;
height: 2rem;
2022-05-07 16:13:06 -07:00
width: 100%;
padding: var(--content-padding);
color: var(--theme-color-palette-5);
2022-05-11 23:31:31 -07:00
}