mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
13 lines
397 B
SCSS
13 lines
397 B
SCSS
.statusbar {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 0.8rem;
|
|
justify-content: space-between;
|
|
height: 2rem;
|
|
width: 100%;
|
|
padding: var(--content-padding);
|
|
color: var(--theme-color-components-video-status-bar-foreground);
|
|
background-color: var(--theme-color-components-video-status-bar-background);
|
|
font-family: var(--theme-text-display-font-family);
|
|
font-weight: 500;
|
|
}
|