app change
This commit is contained in:
@@ -98,7 +98,7 @@ $listMaxHeight: 210px;
|
||||
line-height: $headerHeight;
|
||||
padding: 0 4px;
|
||||
font-weight: 400;
|
||||
font-size: $smallSize;
|
||||
font-size: var(--font-smaller-size);
|
||||
color: var(--color);
|
||||
}
|
||||
}*/
|
||||
@@ -106,7 +106,7 @@ $listMaxHeight: 210px;
|
||||
>.drop-text {
|
||||
flex: 1 1 auto;
|
||||
cursor: pointer;
|
||||
font-size: $mediumSize;
|
||||
font-size: var(--font-size);
|
||||
// line-height: $headerHeight;
|
||||
padding: 0 6px;
|
||||
overflow: hidden;
|
||||
@@ -120,7 +120,7 @@ $listMaxHeight: 210px;
|
||||
cursor: initial;
|
||||
|
||||
&::placeholder {
|
||||
font-size: $smallSize;
|
||||
font-size: var(--font-smaller-size);
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
@@ -240,7 +240,7 @@ $listMaxHeight: 210px;
|
||||
list-style: none;
|
||||
max-height: $listMaxHeight;
|
||||
overflow-y: auto;
|
||||
font-size: $mediumSize;
|
||||
font-size: var(--font-size);
|
||||
@include scrollbar();
|
||||
|
||||
&.filtered>li:first-child {
|
||||
|
Reference in New Issue
Block a user