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