mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
28 lines
532 B
SCSS
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;
|
|
}
|