fix lint errors

stable
Juanfran 2014-09-11 08:29:49 +02:00
parent 17477f1565
commit 49da0e7216
4 changed files with 6 additions and 6 deletions

View File

@ -52,7 +52,7 @@
}
}
input:focus {
&+.forgot-pass {
+.forgot-pass {
@include transition(opacity .5s linear);
opacity: 0;
}

View File

@ -8,7 +8,7 @@
position: relative;
}
input:focus {
&+.get-token {
+.get-token {
@include transition(opacity .5s linear);
opacity: 0;
}

View File

@ -4,7 +4,7 @@
position: relative;
}
input:focus {
&+.forgot-pass {
+.forgot-pass {
@include transition(opacity .5s linear);
opacity: 0;
}
@ -24,7 +24,7 @@
}
.remember-me {
vertical-align: top;
&+label {
+label {
cursor: pointer;
}
}

View File

@ -233,7 +233,7 @@
}
.sprint-name {
&:focus {
&+.last-sprint-name {
+.last-sprint-name {
@include transition (opacity .3s linear);
opacity: 0;
}
@ -245,7 +245,7 @@
opacity: 1;
position: absolute;
right: 1rem;
top: .5rem;
top: .7rem;
}
.dates {
margin-bottom: 1rem;