This commit is contained in:
m.epshtein 2024-11-28 14:43:32 +03:00
parent 5327a64e99
commit b21ee825f3
2 changed files with 47 additions and 15 deletions

View file

@ -17,6 +17,11 @@
align-items: center;
justify-content: center;
}
.webbpm.account-applications #app_list {
display: flex;
flex-direction: column;
height: 100%
}
.webbpm.account-applications .header .header-logo {
margin-left: var(--indent-xbase);
@ -89,6 +94,42 @@
margin-left: 40px;
}
.webbpm.account-applications input[type="text"],
.webbpm.account-applications input[type="date"],
.webbpm.account-applications input[type="email"],
.webbpm.account-applications input[type="password"],
.webbpm.account-applications input[type="number"],
.webbpm.account-applications input.form-control,
.webbpm.account-applications textarea,
.webbpm.account-applications select,
.webbpm.account-applications .selectize-control.single .selectize-input,
.webbpm.account-applications .multi.plugin-remove_button .selectize-input {
color: var(--color-text-mute);
font-size: var(--size-text-secondary);
min-height: 32px;
border: 0;
border-bottom: 1px solid var(--input-border);
border-radius: var(--indent-xmini) var(--indent-xmini) 0 0;
background-color: var(--input-bg);
box-shadow: none;
}
.webbpm.account-applications .input-group input[name="password"],
.webbpm.account-applications .input-group input[name="confirmPassword"],
.webbpm.account-applications .date input {
border-top-right-radius: 0 var(--indent-xmini) 0 0;
}
.webbpm.account-applications .input-group input[name="password"] ~ .input-group-append > .input-group-text,
.webbpm.account-applications .input-group input[name="confirmPassword"] ~ .input-group-append > .input-group-text,
.webbpm.account-applications .date input ~ .input-group-addon {
color: var(--color-text-mute);
height: 32px;
border: 0;
border-bottom: 1px solid var(--input-border);
border-radius: 0 var(--indent-xmini) 0 0;
background-color: var(--input-bg);
}
.webbpm.account-applications .selectize-dropdown,
.webbpm.account-applications .selectize-input,
.webbpm.account-applications .selectize-input input {
@ -100,13 +141,6 @@
min-height: auto;
background-color: transparent;
}
.webbpm.account-applications .selectize-control .selectize-input {
min-height: auto;
border: 0;
border-bottom: 1px solid var(--input-border);
border-radius: var(--indent-xmini) var(--indent-xmini) 0 0;
background-color: var(--input-bg);
}
.webbpm.account-applications .selectize-control .selectize-input:after {
content: "\f282";
color: var(--color-text-primary);
@ -238,8 +272,12 @@
.webbpm.account-applications ag-grid-angular .ag-filter .ag-filter-condition ~ * {
display: none !important;
}
.webbpm.account-applications ag-grid-angular .ag-root-wrapper,
.webbpm.account-applications ag-grid-angular .ag-root-wrapper {
background-color: transparent;
}
.webbpm.account-applications ag-grid-angular .ag-header {
border-top: 1px solid var(--btn-border);
border-radius: 0;
background-color: transparent;
}
.webbpm.account-applications ag-grid-angular .ag-header-row {
@ -247,8 +285,6 @@
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 {
@ -261,6 +297,7 @@
.webbpm.account-applications ag-grid-angular .ag-body {
border: 1px solid var(--btn-border);
border-radius: 8px;
background-color: var(--white);
}
.webbpm.account-applications ag-grid-angular .ag-row.ag-row-hover,

View file

@ -122,11 +122,6 @@ body.webbpm.account-applications {
flex: 1;
padding: var(--indent-huge) var(--w-screen);
}
.webbpm.account-applications .container-inside > div > div {
display: flex;
flex-direction: column;
height: 100%
}
/*----------------- Login ---------------- */
.webbpm.account-applications :is(.form-signin, .form-signup, .confirm) {