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

27 lines
356 B
SCSS
Raw Normal View History

2018-03-28 15:24:47 +02:00
.auto-complete {
2019-10-03 15:06:21 +02:00
margin-left: inherit;
margin-right: inherit;
2018-11-29 13:26:18 +01:00
2019-10-03 15:06:21 +02:00
.not-loading {
display: none;
}
2019-02-15 09:51:21 +01:00
2019-10-03 15:06:21 +02:00
.chip-list {
width: 100%;
}
2019-02-15 09:51:21 +01:00
2019-10-03 15:06:21 +02:00
.progress-loader {
position: absolute;
right: 0;
}
2018-11-29 13:26:18 +01:00
}
.two-line-mat-option {
2019-10-03 15:06:21 +02:00
height: 3.5em;
line-height: 1.2em;
}
::ng-deep .mat-autocomplete-panel.panel-width {
max-width: 78vw !important;
2019-02-15 09:51:21 +01:00
}