182 lines
6.3 KiB
CSS
182 lines
6.3 KiB
CSS
.webbpm.account_applications .container-inside > div > div > [page-object] {
|
|
display: flex;
|
|
}
|
|
|
|
.webbpm.account_applications [page-home] {
|
|
display: flex;
|
|
align-items: center;
|
|
background-color: var(--bg-light);
|
|
}
|
|
.webbpm.account_applications #home {
|
|
flex: 1;
|
|
}
|
|
|
|
.webbpm.account_applications .title {
|
|
font-size: var(--size-text-title);
|
|
font-family: 'InterSB';
|
|
padding-top: 0;
|
|
padding-bottom: var(--indent-small);
|
|
}
|
|
.webbpm.account_applications .title .form-group {
|
|
display: block;
|
|
margin-bottom: 0;
|
|
}
|
|
.webbpm.account_applications .font-bold {
|
|
font-family: 'InterSB';
|
|
}
|
|
|
|
.webbpm.account_applications .btn {
|
|
font-size: var(--size-text-secondary);
|
|
font-family: 'Inter';
|
|
color: var(--color-link);
|
|
padding: 13px 39px;
|
|
border: 1px solid var(--color-link);
|
|
border-radius: 4px;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.webbpm.account_applications .btn:is(:not(:disabled):not(.disabled):hover, :not(:disabled):not(.disabled):active, :not(:disabled):not(.disabled):focus) {
|
|
color: var(--color-link-hover);
|
|
border-color: var(--color-link-hover);
|
|
background-color: transparent;
|
|
}
|
|
|
|
.webbpm.account_applications .btn-main:not(.info):not(.link) .btn,
|
|
.webbpm.account_applications :is(.form-signin, .form-signup, .confirm, .confirmation) .btn-primary {
|
|
color: var(--white);
|
|
border: 1px solid var(--color-link);
|
|
background: var(--color-link);
|
|
}
|
|
.webbpm.account_applications .btn-main .btn:is(:not(:disabled):not(.disabled):hover, :not(:disabled):not(.disabled):active, :not(:disabled):not(.disabled):focus),
|
|
.webbpm.account_applications :is(.form-signin, .form-signup, .confirm, .confirmation) .btn-primary:is(:not(:disabled):not(.disabled):hover, :not(:disabled):not(.disabled):active, :not(:disabled):not(.disabled):focus) {
|
|
color: var(--white);
|
|
border-color: var(--color-link-hover);
|
|
background-color: var(--color-link-hover);
|
|
}
|
|
|
|
.webbpm.account_applications .btn:is(:disabled, .disabled) {
|
|
color: var(--color-text-secondary);
|
|
border-color: var(--border-light);
|
|
}
|
|
|
|
.webbpm.account_applications .btn-big-group > div {
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.webbpm.account_applications .btn-big-group .btn {
|
|
font-family: 'Inter';
|
|
color: var(--color-text-primary);
|
|
min-width: 300px;
|
|
padding: 40px;
|
|
border: 0;
|
|
border-radius: 12px;
|
|
background-color: var(--white) !important;
|
|
box-shadow: var(--bg-shadow);
|
|
}
|
|
.webbpm.account_applications .btn-big-group .btn::before {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: 8px;
|
|
}
|
|
.webbpm.account_applications .btn-big-group vbox:first-child .btn::before {
|
|
content: url(../img/svg/users-bl.svg);
|
|
}
|
|
.webbpm.account_applications .btn-big-group vbox:first-child .btn:is(:hover, :active, :focus)::before {
|
|
content: url(../img/svg/users.svg);
|
|
}
|
|
.webbpm.account_applications .btn-big-group vbox:last-child .btn::before {
|
|
content: url(../img/svg/notes-bl.svg);
|
|
}
|
|
.webbpm.account_applications .btn-big-group vbox:last-child .btn:is(:hover, :active, :focus)::before {
|
|
content: url(../img/svg/notes.svg);
|
|
}
|
|
.webbpm.account_applications .btn-big-group vbox {
|
|
padding-right: 0;
|
|
}
|
|
.webbpm.account_applications .btn-big-group vbox + vbox {
|
|
margin-left: 40px;
|
|
}
|
|
|
|
.webbpm.account_applications collapsible-panel .card {
|
|
margin-bottom: var(--indent-small);
|
|
border: 1px solid var(--border-light) !important;
|
|
}
|
|
.webbpm.account_applications collapsible-panel .card i {
|
|
width: 16px;
|
|
}
|
|
.webbpm.account_applications collapsible-panel .card-header,
|
|
.webbpm.account_applications collapsible-panel .card-block .font-bold {
|
|
font-family: 'InterSB' !important;
|
|
font-size: var(--size-text-primary) !important;
|
|
}
|
|
.webbpm.account_applications collapsible-panel .card-block {
|
|
font-size: var(--size-text-secondary);
|
|
padding-top: var(--indent-mini) !important;
|
|
border-top: 1px solid var(--border-light);
|
|
}
|
|
.webbpm.account_applications collapsible-panel .card-block .filter-group .horizontal-container > * {
|
|
padding-left: var(--indent-big);
|
|
padding-right: 0;
|
|
}
|
|
.webbpm.account_applications collapsible-panel .card-block .filter-group .horizontal-container > *:first-child {
|
|
padding-left: 0;
|
|
}
|
|
.webbpm.account_applications collapsible-panel .card-block .filter-group .width-full label {
|
|
width: 160px;
|
|
}
|
|
.webbpm.account_applications collapsible-panel .card-block .filter-group .width-full.fixed-label-mini label {
|
|
width: 100px;
|
|
}
|
|
.webbpm.account_applications collapsible-panel .card-block .filter-group .width-full.fixed-label-extra-mini label {
|
|
width: 60px;
|
|
}
|
|
|
|
.webbpm.account_applications grid-v2 {
|
|
flex: 1;
|
|
}
|
|
.webbpm.account_applications * + grid-v2,
|
|
.webbpm.account_applications grid-v2 ~ *:not([hidden]) {
|
|
margin-top: var(--indent-small);
|
|
}
|
|
|
|
.webbpm.account_applications ag-grid-angular {
|
|
font-family: 'Inter';
|
|
}
|
|
|
|
.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,
|
|
.webbpm.account_applications ag-grid-angular .ag-header-row-column-filter :is(.ag-header-cell, .ag-header-group-cell)::after,
|
|
.webbpm.account_applications ag-grid-angular .ag-filter .ag-filter-condition,
|
|
.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: 'InterSB';
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.webbpm.account_applications ag-grid-angular .ag-row.ag-row-hover,
|
|
.webbpm.account_applications ag-grid-angular .ag-row.ag-row-hover .ag-cell {
|
|
color: var(--color-link);
|
|
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);
|
|
}
|