Better ghost style for moving tasks

This commit is contained in:
kolaente 2021-07-27 22:38:15 +02:00
parent 63a6b3f180
commit d4eaec3145
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -11,7 +11,7 @@
.ghost {
border-radius: $radius;
background: $grey-100;
border: 3px dashed $grey-300;
border: 2px dashed $grey-300;
* {
opacity: 0;
@ -46,13 +46,13 @@
.task {
display: flex;
flex-wrap: wrap;
padding: .3rem;
padding: .4rem;
transition: background-color $transition;
align-items: center;
cursor: pointer;
margin: 0 .5rem;
border-radius: $radius;
border: 3px solid transparent;
border: 2px solid transparent;
&:first-child {
margin-top: .5rem;