mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-11 12:57:59 +00:00
Top Menu elements size should be fixed (#6)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
8f1f8721c1
commit
4b6d12a362
@ -79,6 +79,7 @@
|
|||||||
.status-bar {
|
.status-bar {
|
||||||
min-height: $status-bar-height;
|
min-height: $status-bar-height;
|
||||||
min-width: 1200px;
|
min-width: 1200px;
|
||||||
|
font-size: 14px;
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -95,13 +96,12 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
color: var(--theme-content-color);
|
||||||
|
|
||||||
.clock {
|
.clock {
|
||||||
margin: 0 40px 0 24px;
|
margin: 0 40px 0 24px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: var(--theme-caption-color);
|
|
||||||
opacity: 0.3;
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.widget {
|
.widget {
|
||||||
@ -110,7 +110,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
opacity: 0.3;
|
opacity: .3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user