Statusbar.module.scss 397 B

12345678910111213
  1. .statusbar {
  2. display: flex;
  3. align-items: center;
  4. font-size: 0.8rem;
  5. justify-content: space-between;
  6. height: 2rem;
  7. width: 100%;
  8. padding: var(--content-padding);
  9. color: var(--theme-color-components-video-status-bar-foreground);
  10. background-color: var(--theme-color-components-video-status-bar-background);
  11. font-family: var(--theme-text-display-font-family);
  12. font-weight: 400;
  13. }