[DURACOM-237] - Refactoring scss based on @angular/cdk/drag-drop

This commit is contained in:
Simone Ramundi
2024-02-29 18:26:33 +01:00
parent e092914c00
commit 9e724f38c9

View File

@@ -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;
//}