mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
Fix status bar color (#7)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
4aeea7a3cc
commit
8f1f8721c1
@ -84,6 +84,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
color: var(--theme-content-color);
|
||||
|
||||
.status-messages {
|
||||
flex-grow: 1;
|
||||
|
@ -23,14 +23,11 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 11px;
|
||||
opacity: .3;
|
||||
user-select: none;
|
||||
opacity: .5;
|
||||
|
||||
span {
|
||||
margin-left: 8px;
|
||||
}
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user