This commit is contained in:
m.epshtein 2024-11-28 11:51:40 +03:00
parent c94bb9a3c4
commit 5b2c05de1d
3 changed files with 17 additions and 11 deletions

View file

@ -186,9 +186,8 @@
}
.webbpm.account-applications collapsible-panel .card-header,
.webbpm.account-applications collapsible-panel .card-block .font-bold {
font-family: 'Golos' !important;
font-family: 'GolosDB' !important;
font-size: var(--size-text-primary) !important;
font-weight: 600 !important;
}
.webbpm.account-applications collapsible-panel .card-header {
padding: var(--indent-mini) var(--indent-small) !important;
@ -231,7 +230,6 @@
.webbpm.account-applications ag-grid-angular {
font-family: 'Golos';
}
.webbpm.account-applications ag-grid-angular .grid-setting-icon,
.webbpm.account-applications ag-grid-angular .ag-header-cell.ag-header-active .ag-header-cell-menu-button,
.webbpm.account-applications ag-grid-angular .ag-header-cell .ag-header-icon .ag-icon,
@ -240,11 +238,17 @@
.webbpm.account-applications ag-grid-angular .ag-filter .ag-filter-condition ~ * {
display: none !important;
}
.webbpm.account-applications ag-grid-angular .ag-header-row {
font-family: 'Golos';
.webbpm.account-applications ag-grid-angular .ag-root-wrapper,
.webbpm.account-applications ag-grid-angular .ag-header {
background-color: transparent;
}
.webbpm.account-applications ag-grid-angular .ag-header-row {
font-family: 'GolosDB';
font-size: var(--size-text-mini);
text-transform: uppercase;
border-top: 1px solid var(--btn-border);
border-radius: 0;
}
.webbpm.account-applications ag-grid-angular .ag-header-row:not(:first-child) .ag-header-cell,
.webbpm.account-applications ag-grid-angular .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
border-top: 0;
@ -256,16 +260,13 @@
border-radius: 0;
background-color: transparent !important;
}
.webbpm.account-applications ag-grid-angular .ag-row.ag-row-hover,
.webbpm.account-applications ag-grid-angular .ag-row.ag-row-hover + .ag-row {
border-color: var(--border-light);
}
.webbpm.account-applications ag-grid-angular .ag-row-last:not(.ag-row-first) {
border-width: 1px 0 0;
}
.webbpm.account-applications ag-grid-angular .ag-cell-focus:not(.ag-cell-range-selected):focus-within {
border-color: var(--color-link);
}

View file

@ -6,6 +6,10 @@
font-family: 'GolosM';
src: url('../fonts/golos-medium.ttf');
}
@font-face {
font-family: 'GolosDB';
src: url('../fonts/golost-dbold.ttf');
}
@font-face {
font-family: 'GolosUI';
src: url('../fonts/golos-ul-regular.ttf');
@ -91,7 +95,8 @@ body.webbpm.account-applications {
}
.webbpm.account-applications .header .header-logo .main-page {
color: var(--color-link);
font-family: 'Golos';
font-family: 'GolosM';
font-size: var(--size-text-primary);
margin-left: calc(62px + 16px);
}

Binary file not shown.