Merge branch 'feature/SUPPORT-9337_last_recording_date' of 10.10.31.70:/ervu-business-metrics into feature/SUPPORT-9337_last_recording_date
This commit is contained in:
commit
5b05ab16f0
1 changed files with 18 additions and 13 deletions
|
|
@ -69,17 +69,6 @@
|
|||
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 {
|
||||
display: flex;
|
||||
font-family: 'Golos';
|
||||
|
|
@ -90,11 +79,27 @@
|
|||
min-height: var(--h-header);
|
||||
background-color: var(--header-bg);
|
||||
}
|
||||
.webbpm.ervu_business_metrics .header > div > * {
|
||||
position: relative;
|
||||
.webbpm.ervu_business_metrics :is(.header-logo, .header-menu) {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
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) {
|
||||
* {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue