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 { input:focus {
&+.forgot-pass { +.forgot-pass {
@include transition(opacity .5s linear); @include transition(opacity .5s linear);
opacity: 0; opacity: 0;
} }

View File

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

View File

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

View File

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