mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
17 lines
310 B
SCSS
17 lines
310 B
SCSS
.ds-success {
|
|
background-color: var(--bs-success-bg);
|
|
border: 1px solid var(--bs-success);
|
|
}
|
|
|
|
.ds-drag-handle:not(.disabled) {
|
|
cursor: grab;
|
|
}
|
|
|
|
::ng-deep .edit-field>ngb-tooltip-window .tooltip-inner {
|
|
min-width: var(--ds-dso-edit-virtual-tooltip-min-width);
|
|
}
|
|
|
|
.cdk-drag-placeholder {
|
|
opacity: 0;
|
|
}
|