You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
387 B
17 lines
387 B
.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-text-on-light); |
|
background-color: var(--component-background); |
|
font-family: var(--theme-text-display-font-family); |
|
font-weight: 600; |
|
|
|
.right { |
|
color: red; |
|
} |
|
}
|
|
|