Files
dspace-angular/src/app/submission/import-external/import-external-searchbar/submission-import-external-searchbar.component.scss
2020-07-16 17:01:06 +02:00

28 lines
532 B
SCSS

.input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
margin-left: -1px;
border-radius: 0 0.25rem 0.25rem 0;
}
.input-group-append .dropdown-toggle {
border-radius: 0;
}
.w-fx {
min-width: 200px;
}
.scrollable-menu {
height: auto;
max-height: $dropdown-menu-max-height;
overflow-x: hidden;
}
.scrollable-dropdown-loading {
background-color: map-get($theme-colors, primary);
color: white;
height: $spacer * 2 !important;
line-height: $spacer * 2;
position: sticky;
bottom: 0;
}