-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update login page styles and remove commented out code
- Loading branch information
1 parent
9f574c4
commit 4481e00
Showing
2 changed files
with
58 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,60 @@ | ||
.login_page { | ||
width: 100%; | ||
height: 100vh; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
} | ||
// .login_page { | ||
// width: 100%; | ||
// height: 100vh; | ||
// display: flex; | ||
// flex-direction: column; | ||
// align-items: center; | ||
// } | ||
|
||
.auth_title{ | ||
// .auth_title{ | ||
|
||
} | ||
// } | ||
|
||
.login_page h1 { | ||
margin-top: 20px; | ||
margin-bottom: 20px; | ||
color: #4BBD5D; | ||
} | ||
// .login_page h1 { | ||
// margin-top: 20px; | ||
// margin-bottom: 20px; | ||
// color: #4BBD5D; | ||
// } | ||
|
||
.login_space{ | ||
// .login_space{ | ||
|
||
} | ||
// } | ||
|
||
.login_button{ | ||
// .login_button{ | ||
// display: flex; | ||
// bottom: 60px; | ||
// width: 80%; | ||
// height: 50px; | ||
// /* fill: #4BBD5D; */ | ||
// /* font: ; */ | ||
// color: #fff; | ||
// background: #4BBD5D; | ||
// border-radius: 12px; | ||
// justify-content: center; | ||
// align-items: center; | ||
// position: absolute; | ||
// } | ||
|
||
@import '../../lib/styles/_palette.scss'; | ||
|
||
.main { | ||
height: 100vh; | ||
padding: 100px 50px; | ||
display: flex; | ||
bottom: 60px; | ||
width: 80%; | ||
height: 50px; | ||
/* fill: #4BBD5D; */ | ||
/* font: ; */ | ||
color: #fff; | ||
background: #4BBD5D; | ||
border-radius: 12px; | ||
justify-content: center; | ||
flex-direction: column; | ||
align-items: center; | ||
position: absolute; | ||
} | ||
justify-content: space-between; | ||
} | ||
|
||
.inputs{ | ||
margin: auto; | ||
text-align: center; | ||
input{ | ||
margin: 5px; | ||
} | ||
} | ||
|
||
.button{ | ||
background-color: $light-gray-color; | ||
width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters