Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #226 from SimonHFrost/master
Browse files Browse the repository at this point in the history
Adjust horizontal alignment of sign in modal
  • Loading branch information
Joel Glovier committed Dec 7, 2015
2 parents a2f50d2 + 3276827 commit a686d8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/styles/_sign_in_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
max-width: 300px;
margin: 0 auto;
position: absolute;
transform: translate(-142px, -165px);
top: 50%;
transform: translateY(-165px);
left: 40%;
left: 50%;
background: $blue_light3;
padding: 20px;
border-radius: 10px;
Expand All @@ -19,4 +19,4 @@
}

input { background: white; }
}
}

0 comments on commit a686d8b

Please sign in to comment.