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

Commit

Permalink
reposition layout to better adjust for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Glovier committed Jan 23, 2016
1 parent 93aab40 commit 8f6a40c
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions app/styles/_sign_in_screen.scss
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
.signin-logo {
max-width: 200px;
margin: 0 auto 20px;
}

.signin-contents {
background: $blue_light3;
padding: 20px;
border-radius: 10px;
margin: 40px auto;
}

.form-signin {
max-width: 300px;
margin: 0 auto;
position: absolute;
transform: translate(-50%, -50%);
top: 35%;
transform: translate(-50%, 0);
top: 0;
left: 50%;

.form-signin-heading {
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
margin: 5px 0 20px;
color: $navy_drk2;
}

.form-signin-alert { margin-bottom: 15px; }
.alert { margin-bottom: 15px; }

input { background: white; }
}

.signin-contents {
background: $blue_light3;
width: 300px;
padding: 20px;
border-radius: 10px;
}

.form-signin-heading {
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
margin: 5px 0 20px;
color: $navy_drk2;
}

0 comments on commit 8f6a40c

Please sign in to comment.