General style fixers removeing console linter logs

stable
Xavier Julián 2014-08-12 13:28:53 +02:00
parent 5f040b454b
commit 2c38e16940
3 changed files with 9 additions and 4 deletions

View File

@ -9,22 +9,27 @@
@include keyframes(fadeIn) { @include keyframes(fadeIn) {
0% { 0% {
@include transform(translateX(1rem)); @include transform(translateX(1rem));
@include filter(blur(5px));
opacity: 0; opacity: 0;
} }
1.6% { 1.6% {
opacity: 1;
@include transform(translateX(.2rem)); @include transform(translateX(.2rem));
@include filter(blur(0));
opacity: 1;
} }
12% { 12% {
opacity: 1;
@include transform(translateX(-.2rem)); @include transform(translateX(-.2rem));
@include filter(blur(0));
opacity: 1;
} }
16% { 16% {
@include transform(translateX(-1rem)); @include transform(translateX(-1rem));
@include filter(blur(5px));
opacity: 0; opacity: 0;
} }
100% { 100% {
@include transform(translateX(-1rem)); @include transform(translateX(-1rem));
@include filter(blur(5px));
opacity: 0; opacity: 0;
} }
} }

View File

@ -42,7 +42,7 @@
} }
p { p {
margin-bottom: 1rem; margin-bottom: 1rem;
min-height: 4.5rem min-height: 4.5rem;
} }
select { select {
margin-top: 1rem; margin-top: 1rem;