up similar cases page

This commit is contained in:
Tykayn 2025-10-15 15:26:37 +02:00 committed by tykayn
parent 7cebea45d8
commit 848169595d
13 changed files with 459 additions and 392 deletions

View file

@ -2,6 +2,16 @@
:host {
&.is-disabled {
input {
border: grey;
}
.selected-items-counter {
color: grey;
}
}
.input-box {
width: 218px;
color: #1b1d27;
@ -109,19 +119,18 @@
border: 1px solid #8D91A4;
box-shadow: 0 0 13px 0 rgba(37, 91, 142, 0.10);
color: var(--color-text-base, #1B1D27);
text-overflow: ellipsis;
color: var(--color-text-base, #1B1D27);
/* Text/text-base */
font-family: var(--Fonts-Font-text, Barlow);
font-size: var(--Font-Base, 14px);
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
text-overflow: ellipsis;
/* Text/text-base */
font-family: var(--Fonts-Font-text, Barlow);
font-size: var(--Font-Base, 14px);
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
.dropdown-list {
max-height: 200px;
overflow-y: auto;
@ -139,7 +148,7 @@ line-height: 100%; /* 14px */
}
}
.separator{
.separator {
display: flex;
width: 186px;
height: 34px;
@ -153,7 +162,7 @@ line-height: 100%; /* 14px */
margin-top: 6px;
margin-bottom: 16px;
.label{
.label {
overflow: hidden;
color: var(--color-text-secondary, #525668);
leading-trim: both;
@ -167,11 +176,12 @@ line-height: 100%; /* 14px */
}
}
.available-items{
img{
.available-items {
img {
margin-right: 6px;
}
.dropdown-item{
.dropdown-item {
padding: 6px;
margin-bottom: 6px;
display: flex;