Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

27 lines
377 B

@import 'mixins';
@import 'vars';
:host ::ng-deep {
.cdk-virtual-scroll-content-wrapper {
right: 0;
}
}
.array-container {
background: $color-border-lighter;
margin: 0;
margin-bottom: 1rem;
padding: .5rem 0;
}
.drag-container {
position: relative;
}
cdk-virtual-scroll-viewport {
height: 1000px;
}
.item {
margin: .25rem 1rem;
}