Skip to content

Commit

Permalink
Merge pull request #12 from rishi2019194/revert-11-ui-branch
Browse files Browse the repository at this point in the history
Revert "login ui revamp"
  • Loading branch information
rishi2019194 authored Nov 21, 2023
2 parents 3af225f + 488f63d commit fe05d5c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 30 deletions.
1 change: 1 addition & 0 deletions application.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from datetime import datetime, timedelta
import credentials as c

import bcrypt
import smtplib
import re
Expand Down
Binary file removed static/img/pexels-rfstudio-3820441.jpg
Binary file not shown.
28 changes: 2 additions & 26 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,33 +43,9 @@
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
width: 50%;
margin: auto;
position: relative;
top: 250px;
border-radius: 1%;
bottom: 250px;
box-shadow: 10px 10px 5px lightblue;
}


.sign-in-div {
position: relative;
top: 653px;
display: flex;
width: 50%;
margin: auto;
}
.login-img-div {
z-index: -999;
display: block;
position: absolute;
top: 25px;
}
.login-img {
width: 653px;
padding: unset;
margin-bottom: 20px;
}


.account-img {
height: 125px;
Expand Down
5 changes: 1 addition & 4 deletions templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@
</small>
</form>
</div>
<!-- <div class="login-img-div">
<img src="../static/img/pexels-rfstudio-3820441.jpg" class="login-img">
</div> -->
<div class="sign-in-div border-top pt-3">
<div class="border-top pt-3">
<small class="text-muted">
Need An Account? <a class="ml-2" href="{{ url_for('register') }}">Sign Up Now</a>
</small>
Expand Down

0 comments on commit fe05d5c

Please sign in to comment.