//
This commit is contained in:
parent
5b215d3273
commit
3325d8a759
2 changed files with 9 additions and 5 deletions
|
|
@ -137,11 +137,11 @@
|
||||||
}
|
}
|
||||||
.webbpm.account-applications .selectize-control {
|
.webbpm.account-applications .selectize-control {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 30px;
|
height: 32px;
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
.webbpm.account-applications .selectize-control .selectize-input:after {
|
.webbpm.account-applications .selectize-control .selectize-input::after {
|
||||||
content: "\f282";
|
content: "\f282";
|
||||||
color: var(--color-text-active);
|
color: var(--color-text-active);
|
||||||
font-family: bootstrap-icons !important;
|
font-family: bootstrap-icons !important;
|
||||||
|
|
@ -153,6 +153,9 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
.webbpm.account-applications .selectize-control .selectize-input.dropdown-active::after {
|
||||||
|
transform: rotate(180deg);
|
||||||
|
}
|
||||||
.webbpm.account-applications .selectize-control .selectize-input > input {
|
.webbpm.account-applications .selectize-control .selectize-input > input {
|
||||||
color: var(--color-text-primary);
|
color: var(--color-text-primary);
|
||||||
font-family: 'GolosUI';
|
font-family: 'GolosUI';
|
||||||
|
|
|
||||||
|
|
@ -167,6 +167,7 @@ body.webbpm.account-applications {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
.webbpm.account-applications :is(.form-signin, .form-signup, .confirm) input {
|
.webbpm.account-applications :is(.form-signin, .form-signup, .confirm) input {
|
||||||
|
font-size: var(--size-text-primary) !important;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
|
|
@ -228,10 +229,10 @@ body.webbpm.account-applications {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.webbpm.ervu_business_metrics .progress {
|
.webbpm.account-applications .progress {
|
||||||
width: 64px;
|
width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
border: 5px dotted var(--color-text-active);
|
border: 5px dotted var(--color-link);
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -239,7 +240,7 @@ body.webbpm.account-applications {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
animation: rotation 2.5s linear infinite;
|
animation: rotation 2.5s linear infinite;
|
||||||
}
|
}
|
||||||
.webbpm.ervu_business_metrics .loader.modal .modal-content {
|
.webbpm.account-applications .loader.modal .modal-content {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue