Minor style improvements and fix scss attribute order errors
parent
c80aed16a4
commit
246df0cc86
|
@ -28,13 +28,12 @@
|
|||
}
|
||||
.kanban-tagline {
|
||||
@include table-flex();
|
||||
border-color: $postit-hover; //Fallback
|
||||
border-color: $postit-hover;
|
||||
height: .6rem;
|
||||
}
|
||||
.kanban-tag {
|
||||
@include table-flex-child(1, 0, 0, 0);
|
||||
border-color: $postit-hover; //Fallback
|
||||
z-index: 100;
|
||||
border-color: $postit-hover;
|
||||
height: .6rem;
|
||||
}
|
||||
.kanban-task-inner {
|
||||
|
@ -135,7 +134,7 @@
|
|||
|
||||
.kanban-task-minimized {
|
||||
.kanban-task-inner {
|
||||
padding: .3rem;
|
||||
padding: 0 .3rem;
|
||||
}
|
||||
.avatar {
|
||||
@include table-flex-child($flex-basis: 40px);
|
||||
|
|
|
@ -34,20 +34,19 @@
|
|||
}
|
||||
.taskboard-tagline {
|
||||
@include table-flex();
|
||||
border-color: $postit-hover; //Fallback
|
||||
border-color: $postit-hover;
|
||||
height: .6rem;
|
||||
}
|
||||
.taskboard-tag {
|
||||
@include table-flex-child(1, 0, 0, 0);
|
||||
border-color: $postit-hover; //Fallback
|
||||
z-index: 100;
|
||||
border-top: .3rem solid $postit-hover;
|
||||
height: .6rem;
|
||||
border-top: .3rem solid;
|
||||
z-index: 100;
|
||||
}
|
||||
.taskboard-task-inner {
|
||||
@include table-flex();
|
||||
min-height: 7.5rem;
|
||||
padding: 1rem .5rem;
|
||||
min-height: 7rem;
|
||||
padding: .5rem;
|
||||
}
|
||||
.taskboard-user-avatar {
|
||||
.avatar {
|
||||
|
|
Loading…
Reference in New Issue