2022-05-07 16:13:06 -07:00
|
|
|
.statusbar {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2022-08-29 23:17:12 -07:00
|
|
|
font-size: 0.8rem;
|
2022-05-07 16:13:06 -07:00
|
|
|
justify-content: space-between;
|
2022-07-08 09:10:18 +02:00
|
|
|
height: 2rem;
|
2022-05-07 16:13:06 -07:00
|
|
|
width: 100%;
|
2022-08-29 23:17:12 -07:00
|
|
|
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
|
|
|
}
|