This commit is contained in:
m.epshtein 2025-08-22 14:46:40 +03:00
parent d628292ef5
commit b0748e6aa2

View file

@ -69,17 +69,6 @@
overflow: auto; overflow: auto;
} }
.webbpm.ervu_business_metrics .header-logo {
display: flex;
flex-direction: row;
align-items: center;
margin-left: var(--indent-xbase);
}
.webbpm.ervu_business_metrics .header-logo .logo-title {
font-family: 'GolosM';
font-size: var(--size-text-header);
}
.webbpm.ervu_business_metrics .header { .webbpm.ervu_business_metrics .header {
display: flex; display: flex;
font-family: 'Golos'; font-family: 'Golos';
@ -90,11 +79,27 @@
min-height: var(--h-header); min-height: var(--h-header);
background-color: var(--header-bg); background-color: var(--header-bg);
} }
.webbpm.ervu_business_metrics .header > div > * { .webbpm.ervu_business_metrics :is(.header-logo, .header-menu) {
position: relative;
display: flex; display: flex;
flex-direction: row;
align-items: center; align-items: center;
} }
.webbpm.ervu_business_metrics .header-logo {
margin-left: var(--indent-xbase);
}
.webbpm.ervu_business_metrics .header-logo .logo-title {
font-family: 'GolosM';
font-size: var(--size-text-header);
}
.webbpm.ervu_business_metrics .header-menu {
margin-left: auto;
margin-right: var(--indent-xbase);
}
.webbpm.ervu_business_metrics .header-menu .update-data {
color: var(--color-text-mute);
font-family: 'GolosUI';
font-size: var(--size-text-secondary);
}
@supports not selector(::-webkit-scrollbar) { @supports not selector(::-webkit-scrollbar) {
* { * {