taiga drag&drop styles

stable
Xavier Julián 2014-06-10 13:19:48 +02:00
parent fb1ea25ce9
commit 777df866b3
3 changed files with 11 additions and 3 deletions

View File

@ -7,7 +7,7 @@
}
.taskboard-tag {
@include table-flex-child(1, 0, 0, 0);
background: $grayer; //Fallback
background: $postit-hover; //Fallback
height: .2rem;
}
.taskboard-task-inner {
@ -59,3 +59,7 @@
right: 45%;
}
}
.task-drag {
@include box-shadow();
}

View File

@ -28,3 +28,7 @@
width: #{$width};
}
}
@mixin box-shadow($h-shadow: 1px, $v-shadow: 1px, $blur: 15px, $spread: 6px, $color: rgba(0, 0, 0, .1)) {
box-shadow: $h-shadow $v-shadow $blur $spread $color;
}

View File

@ -1,7 +1,7 @@
div.taskboard-task
div.taskboard-tagline
- for(var y = 0; y < 5; y++)
div.taskboard-tag
- for(var y = 0; y < 3; y++)
a.taskboard-tag(href="", title="tasboard-tag")
div.taskboard-task-inner
figure.avatar
a(href="", title="UserName")