Skip to content

Commit

Permalink
Adjust styles slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbo committed Aug 6, 2019
1 parent da379f8 commit 561f048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -82,7 +82,7 @@
position: absolute;
right: 0;
top: 3.5rem;
transform: translate3d(100%, 0, 0);
transform: translate3d(-100%, 0, 0);
transition-property: opacity, transform, visibility;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/venia-concept/src/components/SignIn/signIn.css
Expand Up @@ -63,5 +63,5 @@
}

.signInError:empty {
background-color: transparent;
display: none;
}

0 comments on commit 561f048

Please sign in to comment.