mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 19:58:09 +00:00
Fix font-size in Status Bar (#47)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
562dcabcb8
commit
4b39a1249d
@ -78,7 +78,7 @@
|
||||
.status-bar {
|
||||
min-height: $status-bar-height;
|
||||
min-width: 1200px;
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
|
||||
.status-info {
|
||||
flex-grow: 1;
|
||||
@ -87,7 +87,6 @@
|
||||
.clock {
|
||||
margin: 0 40px 0 24px;
|
||||
font-weight: 500;
|
||||
font-size: 12px;
|
||||
user-select: none;
|
||||
}
|
||||
.widget {
|
||||
|
@ -20,7 +20,6 @@
|
||||
user-select: none;
|
||||
span {
|
||||
margin-left: .75em;
|
||||
font-size: .857em;
|
||||
color: var(--theme-content-accent-color);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user