//
This commit is contained in:
parent
ca66558c4b
commit
17f92d2557
2 changed files with 30 additions and 15 deletions
|
|
@ -7,6 +7,7 @@
|
|||
font-family: 'Golos';
|
||||
height: 100%;
|
||||
padding: var(--indent-small) var(--indent-xbase);
|
||||
background-color: var(--page-bg);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
@ -25,19 +26,29 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.webbpm.account-applications .btn {
|
||||
color: var(--color-text-active) !important;
|
||||
.webbpm.account-applications .btn:not(:disabled):not(.disabled) {
|
||||
color: var(--color-text-active);
|
||||
font-family: 'GolosUIM';
|
||||
font-size: var(--size-text-primary);
|
||||
line-height: normal;
|
||||
padding: var(--indent-mini) var(--indent-xbase);
|
||||
border: 1px solid var(--btn-border);
|
||||
border-radius: 24px;
|
||||
background: var(--btn-bg) !important;
|
||||
background: var(--btn-bg);
|
||||
box-shadow: none;
|
||||
}
|
||||
.webbpm.account-applications .active > div > .btn {
|
||||
color: var(--white) !important;
|
||||
background: var(--block-active-bg) !important
|
||||
.webbpm.account-applications .active > div > .btn:not(:disabled):not(.disabled),
|
||||
.webbpm.account-applications .btn-main .btn:not(:disabled):not(.disabled) {
|
||||
color: var(--white);
|
||||
background: var(--btn-active-bg);
|
||||
box-shadow: var(--btn-shadow);
|
||||
}
|
||||
.webbpm.account-applications .btn.disabled,
|
||||
.webbpm.account-applications .btn:disabled {
|
||||
color: rgba(2, 12, 18, 0.3);
|
||||
border-color: rgba(2, 12, 18, 0.07);
|
||||
background-color: rgba(2, 12, 18, 0.03);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.webbpm.account-applications .selectize-dropdown,
|
||||
|
|
@ -48,6 +59,7 @@
|
|||
.webbpm.account-applications .selectize-control {
|
||||
display: flex;
|
||||
height: 30px;
|
||||
min-height: auto;
|
||||
background-color: transparent;
|
||||
}
|
||||
.webbpm.account-applications .selectize-control .selectize-input {
|
||||
|
|
@ -131,19 +143,21 @@
|
|||
background-color: var(--panel-bg);
|
||||
}
|
||||
.webbpm.account-applications collapsible-panel .card i {
|
||||
display: none;
|
||||
width: 16px;
|
||||
}
|
||||
.webbpm.account-applications collapsible-panel .card-header,
|
||||
.webbpm.account-applications collapsible-panel .card-block .font-bold {
|
||||
font-family: 'GolosM' !important;
|
||||
font-family: 'Golos' !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);
|
||||
padding: var(--indent-mini) var(--indent-small) !important;
|
||||
}
|
||||
.webbpm.account-applications collapsible-panel .card-block {
|
||||
font-size: var(--size-text-secondary);
|
||||
padding: var(--indent-mini) var(--indent-small);
|
||||
padding: var(--indent-mini) var(--indent-small) !important;
|
||||
border-top: 1px solid var(--btn-border);
|
||||
background-color: var(--panel-bg);
|
||||
}
|
||||
|
|
@ -154,6 +168,10 @@
|
|||
.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 label {
|
||||
font-size: var(--size-text-mini);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.webbpm.account-applications collapsible-panel .card-block .filter-group .width-full label {
|
||||
width: 160px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,16 +30,13 @@ body.webbpm.account-applications {
|
|||
|
||||
--btn-border: rgba(1, 72, 116, 0.11);
|
||||
--btn-bg: rgba(25, 164, 233, 0.1);
|
||||
--btn-active-bg: linear-gradient(155deg, #1491cf 0%, #0f68a0 100%);
|
||||
--btn-shadow: 0 3px 8px 0 rgba(7, 46, 71, 0.12);
|
||||
--panel-bg: rgba(53, 126, 172, 0.05);
|
||||
|
||||
|
||||
--input-bg: rgba(53, 126, 172, 0.05);
|
||||
--input-border: rgba(53, 126, 172, 0.2);
|
||||
--page-bg: rgba(38, 117, 166, 0.025);
|
||||
--block-active-bg: linear-gradient(155deg, #1497cf 0%, #064f99 100%);
|
||||
|
||||
|
||||
--panel-bg: rgba(53, 126, 172, 0.05);
|
||||
--page-bg: rgba(38, 117, 166, 0.03);
|
||||
|
||||
--size-text-header: 32px;
|
||||
--size-text-title: 24px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue