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

18 lines
387 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);
2022-10-13 21:22:58 +02:00
color: var(--theme-color-components-text-on-light);
background-color: var(--component-background);
font-family: var(--theme-text-display-font-family);
font-weight: 600;
.right {
color: red;
}
2022-05-11 23:31:31 -07:00
}