mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-21 15:59:15 +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 {
|
.status-bar {
|
||||||
min-height: $status-bar-height;
|
min-height: $status-bar-height;
|
||||||
min-width: 1200px;
|
min-width: 1200px;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
|
|
||||||
.status-info {
|
.status-info {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
@ -87,7 +87,6 @@
|
|||||||
.clock {
|
.clock {
|
||||||
margin: 0 40px 0 24px;
|
margin: 0 40px 0 24px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 12px;
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.widget {
|
.widget {
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
span {
|
span {
|
||||||
margin-left: .75em;
|
margin-left: .75em;
|
||||||
font-size: .857em;
|
|
||||||
color: var(--theme-content-accent-color);
|
color: var(--theme-content-accent-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user