mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 16:56:07 +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 {
|
||||
min-height: $status-bar-height;
|
||||
min-width: 1200px;
|
||||
font-size: 14px;
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
@ -95,13 +96,12 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row-reverse;
|
||||
color: var(--theme-content-color);
|
||||
|
||||
.clock {
|
||||
margin: 0 40px 0 24px;
|
||||
font-weight: 500;
|
||||
font-size: 12px;
|
||||
color: var(--theme-caption-color);
|
||||
opacity: 0.3;
|
||||
user-select: none;
|
||||
}
|
||||
.widget {
|
||||
@ -110,7 +110,7 @@
|
||||
justify-content: center;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
opacity: 0.3;
|
||||
opacity: .3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user