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

36 lines
460 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 {
// height: 3.5em;
2019-10-03 15:06:21 +02:00
line-height: 1.2em;
}
.chip {
cursor: pointer;
opacity: 1 !important;
}
.chip:hover {
background-color: #c5c5c5;
}
2019-10-03 15:06:21 +02:00
::ng-deep .mat-autocomplete-panel.panel-width {
max-width: 78vw !important;
2019-02-15 09:51:21 +01:00
}