fix scss lint errors
parent
d92e74c280
commit
73d20649f2
|
@ -25,10 +25,6 @@
|
||||||
@include table-flex();
|
@include table-flex();
|
||||||
padding: 1rem 1rem 2rem;
|
padding: 1rem 1rem 2rem;
|
||||||
}
|
}
|
||||||
.task-num {
|
|
||||||
color: $postit-hover;
|
|
||||||
margin-right: .5em;
|
|
||||||
}
|
|
||||||
.avatar {
|
.avatar {
|
||||||
@include table-flex-child($flex-basis: 50px);
|
@include table-flex-child($flex-basis: 50px);
|
||||||
a {
|
a {
|
||||||
|
|
|
@ -5,6 +5,10 @@
|
||||||
min-height: 7rem;
|
min-height: 7rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
.icon-edit,
|
||||||
|
.icon-drag-h {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.icon {
|
.icon {
|
||||||
@include transition(coalor .3s linear, opacity .3s linear);
|
@include transition(coalor .3s linear, opacity .3s linear);
|
||||||
color: $postit-dark-hover;
|
color: $postit-dark-hover;
|
||||||
|
@ -93,12 +97,6 @@
|
||||||
cursor: move;
|
cursor: move;
|
||||||
right: 45%;
|
right: 45%;
|
||||||
}
|
}
|
||||||
&:hover {
|
|
||||||
.icon-edit,
|
|
||||||
.icon-drag-h {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-drag {
|
.task-drag {
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
.new-sprint {
|
.new-sprint {
|
||||||
float: right;
|
float: right;
|
||||||
.button {
|
.button {
|
||||||
padding: .5rem 1.5rem .5rem;
|
padding: .5rem 1.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.sprint-name {
|
.sprint-name {
|
||||||
|
|
Loading…
Reference in New Issue