fix lint errors
parent
17477f1565
commit
49da0e7216
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue