argos/dmp-frontend/src/app/library/auto-complete/single/single-auto-complete.compon...

36 lines
460 B
SCSS

.auto-complete {
margin-left: inherit;
margin-right: inherit;
.not-loading {
display: none;
}
.chip-list {
width: 100%;
}
.progress-loader {
position: absolute;
right: 0;
}
}
.two-line-mat-option {
// height: 3.5em;
line-height: 1.2em;
}
.chip {
cursor: pointer;
opacity: 1 !important;
}
.chip:hover {
background-color: #c5c5c5;
}
::ng-deep .mat-autocomplete-panel.panel-width {
max-width: 78vw !important;
}