mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 04:53:06 +00:00
[DURACOM-237] - Refactoring scss based on @angular/cdk/drag-drop
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
.example-custom-placeholder {
|
||||
background: #ccc;
|
||||
border: none;
|
||||
min-height: 30px;
|
||||
//.example-custom-placeholder {
|
||||
//background: #ccc;
|
||||
//border: none;
|
||||
//min-height: 30px;
|
||||
//border: 2px solid red;
|
||||
//}
|
||||
|
||||
.cdk-drag-placeholder {
|
||||
filter: grayscale(100%);
|
||||
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
|
||||
}
|
||||
|
||||
@@ -17,7 +22,7 @@
|
||||
transform-origin: center;
|
||||
}
|
||||
|
||||
.example-drag-preview.nav-item {
|
||||
margin-right: 2px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
//.example-drag-preview.nav-item {
|
||||
// margin-right: 2px;
|
||||
// margin-bottom: 1px;
|
||||
//}
|
||||
|
Reference in New Issue
Block a user