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

13 lines
280 B
SCSS
Raw Normal View History

2022-05-08 02:13:06 +03:00
.statusbar {
display: flex;
align-items: center;
font-size: .8rem;
2022-05-08 02:13:06 +03:00
padding-left: 10px;
padding-right: 10px;
justify-content: space-between;
height: 2rem;
2022-05-08 02:13:06 +03:00
width: 100%;
color: var(--color-owncast-gray-300);
background-color: var(--theme-background-secondary);
2022-05-12 09:31:31 +03:00
}