mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[DURACOM-237] - Refactoring scss based on @angular/cdk/drag-drop
This commit is contained in:
@@ -1,7 +1,23 @@
|
|||||||
.chip-selected {
|
.example-custom-placeholder {
|
||||||
background-color: var(--bs-secondary) !important;
|
background: #ccc;
|
||||||
|
border: none;
|
||||||
|
min-height: 30px;
|
||||||
|
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.chip-label {
|
.example-drag-preview {
|
||||||
max-width: 10rem;
|
/* Preview styling */
|
||||||
|
display: inline-block;
|
||||||
|
background-color: var(--bs-secondary);
|
||||||
|
color: #fff;
|
||||||
|
padding: 8px 30px;
|
||||||
|
border-radius: 10px;
|
||||||
|
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
|
||||||
|
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
|
||||||
|
transform-origin: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.example-drag-preview.nav-item {
|
||||||
|
margin-right: 2px;
|
||||||
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user