argos/dmp-frontend/src/app/shared/components/autocompletes/single/single-auto-complete.compon...

18 lines
248 B
SCSS

.auto-complete {
width: 100%;
.mat-form-field {
padding: 0 3px;
}
.not-loading {
display: none;
}
}
.two-line-mat-option {
height: 3.5em;
line-height: 1.2em;
}
// .mat-tooltip.warn-tooltip {
// background-color: mat-color($warn);
// }