fix scss lint errors

stable
Juanfran 2014-08-11 09:24:35 +02:00
parent d92e74c280
commit 73d20649f2
3 changed files with 5 additions and 11 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -12,7 +12,7 @@
.new-sprint {
float: right;
.button {
padding: .5rem 1.5rem .5rem;
padding: .5rem 1.5rem;
}
}
.sprint-name {