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