Add bucket ghost

This commit is contained in:
kolaente 2021-07-28 20:18:29 +02:00
parent 1c61792d21
commit 6dc7d8f241
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -31,17 +31,26 @@ $filter-container-height: '1rem - #{$switch-view-height}';
display: flex;
align-items: flex-start;
}
.ghost {
background: transparent;
border: 3px dashed $grey-300;
box-shadow: none;
* {
opacity: 0;
}
}
.bucket {
background-color: $bucket-background;
border-radius: $radius;
position: relative;
flex: 0 0 $bucket-width;
margin: 0 $bucket-right-margin 0 0;
max-height: 100%;
min-height: 20px;
max-width: $bucket-width;
width: $bucket-width;
.tasks {
max-height: calc(#{$crazy-height-calculation-tasks});
@ -214,15 +223,6 @@ $filter-container-height: '1rem - #{$switch-view-height}';
min-height: 40px;
}
.ghost {
background: transparent;
border: 3px dashed $grey-300;
box-shadow: none;
* {
opacity: 0;
}
}
}
.move-card-move {