Skip to content

Commit

Permalink
changed login page
Browse files Browse the repository at this point in the history
  • Loading branch information
guydu committed Feb 19, 2017
1 parent 5b5ce85 commit d53c3b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/views/devise/sessions/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div class="user-login-5">
<div class="user-login-5" style="background: #d3fffe">
<div class="row bs-reset">
<div class="col-md-6 login-container bs-reset">
<img class="login-logo login-6" src="../assets/pages/img/login/login-invert.png" />
<div class="login-content">
<h1>Facebook Ads Reviews - Guy Dubrovski</h1>
<p> Please login to the coolest content generation system. reviews in, ads out! </p>
Expand Down Expand Up @@ -42,7 +41,9 @@
</div>
</div>
<div class="col-md-6 bs-reset">
<div class="login-bg"> </div>
<div class="login-bg2">
<div class="backstretch"><img style="width:100%" src="http://res.cloudinary.com/dvq8jna9w/image/upload/v1487526991/intro_mfjx0k.jpg"></div>
</div>
</div>
</div>
</div>
7 changes: 7 additions & 0 deletions vendor/assets/stylesheets/pages/css/login-5.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
background-size: cover;
background-repeat: no-repeat;
min-height: 100vh; }
.user-login-5 .login-bg2 {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
min-height: 100vh; }
.user-login-5 .login-logo {
position: absolute;
top: 2.5em;
Expand Down Expand Up @@ -122,6 +127,8 @@
width: 100%; }
.user-login-5 .login-bg {
min-height: 50vh; }
.user-login-5 .login-bg2 {
min-height: 50vh; }
.user-login-5 .login-logo.login-6 {
position: relative;
margin: 0 0 40px 0; }
Expand Down

0 comments on commit d53c3b2

Please sign in to comment.