argos/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.comp...

33 lines
513 B
SCSS
Raw Normal View History

2019-01-18 18:03:45 +01:00
.multiple-auto-complete {
2019-10-03 15:06:21 +02:00
margin-left: inherit;
margin-right: inherit;
2019-01-18 18:03:45 +01:00
2019-10-03 15:06:21 +02:00
.multi-chip-list {
padding-left: 0;
2019-10-03 15:06:21 +02:00
.chip {
border-radius: 2em !important;
height: auto !important;
min-width: fit-content !important;
}
}
2019-01-18 18:03:45 +01:00
2019-10-03 15:06:21 +02:00
.multi-loading-bar {
padding-right: 0;
padding-left: 0;
}
2019-01-18 18:03:45 +01:00
2019-10-03 15:06:21 +02:00
.not-loading {
display: none;
}
2019-01-18 18:03:45 +01:00
}
.two-line-mat-option {
// height: 3.5em;
2019-10-03 15:06:21 +02:00
line-height: 1.2em;
}
::ng-deep .mat-autocomplete-panel.panel-width {
max-width: 78vw !important;
2019-01-18 18:03:45 +01:00
}