generated from ita-social-projects/DevTemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#841 [Redesign] Login Page #842
Merged
Merged
Changes from 6 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
4e6a9a7
login desktop styles updated
Lvyshnevska d222d97
console log removed
Lvyshnevska cd3c441
main block sizes
Lvyshnevska 8d310c1
media query updated
Lvyshnevska cd309d0
redundant styles removed
Lvyshnevska dd4d46c
login header font updated
Lvyshnevska d6e6e07
media removed from global, vars updated without -new
Lvyshnevska 8a472f0
media, styles updated
Lvyshnevska 2b2aa6d
media query removed
Lvyshnevska 8a2fcac
padding for auth page
Lvyshnevska 2bd086f
background color renamed
Lvyshnevska d7bdd2d
small components moved to login page component, styles upd
Lvyshnevska File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
40 changes: 12 additions & 28 deletions
40
FrontEnd/src/pages/Authorization/AuthorizationPage.module.css
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,30 +1,14 @@ | ||
.auth-page { | ||
display: flex; | ||
width: var(--main-block-size); | ||
min-height: var(--min-height-block-main); | ||
flex-shrink: 0; | ||
background: #f1fff7; | ||
display: flex; | ||
justify-content: center; | ||
width: var(--main-block-size); | ||
min-height: var(--min-height-block-main); | ||
flex-shrink: 0; | ||
background: #F9F5EC; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Background add var in global.css |
||
} | ||
|
||
@media only screen and (min-width: var(--breakpoint-tablet)) and (max-width: var(--breakpoint-desktop)) { | ||
.auth-page { | ||
max-width: var(--breakpoint-tablet); | ||
} | ||
|
||
.frame-img-left { | ||
width: 179px; | ||
height: 150px; | ||
display: inline-flex; | ||
flex-direction: column; | ||
align-items: flex-start; | ||
gap: 24px; | ||
margin: 422px 979px 153px 354px; | ||
position: absolute; | ||
} | ||
|
||
.frame-img-right { | ||
width: 179px; | ||
height: 150px; | ||
display: inline-flex; | ||
flex-direction: column; | ||
align-items: flex-start; | ||
gap: 24px; | ||
margin: 102px 354px 473px 979px; | ||
position: absolute; | ||
} | ||
|
||
} |
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
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,8 +1,12 @@ | ||
.login { | ||
display: inline-flex; | ||
display: flex; | ||
align-self: center; | ||
flex-direction: column; | ||
align-items: center; | ||
gap: 32px; | ||
margin: 159px 470px 158px 470px; | ||
position: relative; | ||
max-width: 572px; | ||
min-width: 345px; | ||
gap: 24px; | ||
} | ||
|
||
|
||
@media only screen and (min-width: 375px) and (max-width: 767px) {} |
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed new var in code .Its global changes in design syte in all pages