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

10 lines
220 B
SCSS

.statusbar {
display: flex;
align-items: center;
padding-left: 10px;
padding-right: 10px;
justify-content: space-between;
height: 30px;
width: 100%;
background-color: var(--theme-background-secondary);
}