Add bucket ghost
This commit is contained in:
parent
1c61792d21
commit
6dc7d8f241
@ -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 {
|
||||
|
Reference in New Issue
Block a user