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

11 lines
220 B
SCSS
Raw Normal View History

2022-05-08 02:13:06 +03:00
.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);
2022-05-12 09:31:31 +03:00
}