forked from Arquisoft/wiq_0
-
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.
Merge pull request #51 from Arquisoft/UO289659
Uo289659
- Loading branch information
Showing
6 changed files
with
173 additions
and
34 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
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
File renamed without changes
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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
.register-container { | ||
display: flex; | ||
flex-direction: column; | ||
background-color: #fff; | ||
padding-bottom: 1.5em; | ||
border-radius: 1em; | ||
width: 100%; | ||
} | ||
|
||
.text{ | ||
margin-top: 20ev; | ||
text-align: center; | ||
font-size: 20ev; | ||
font-weight: bold; | ||
font-display: 'Fira Sans', sans-serif; | ||
} | ||
|
||
.underline{ | ||
width: 20%; | ||
margin-top: 7ev; | ||
height: 0.5em; | ||
border-radius: 9px; | ||
background: #EE0E51; | ||
align-self: center; | ||
} | ||
|
||
.input{ | ||
display: flex; | ||
flex-direction: column; | ||
margin-left: 1em; | ||
margin-right: 1em; | ||
} | ||
|
||
.register-container button { | ||
background-color: #EE0E51; | ||
} | ||
|
||
.register-container button:hover { | ||
background-color: #A80032; | ||
} | ||
|
||
body { | ||
height: 10vh; | ||
background: radial-gradient(circle at 50% -20.71%, #ffdfda 0, #ffdfd8 6.25%, #ffe0d5 12.5%, #ffe1d3 18.75%, #fee2d1 25%, #fbe3cf 31.25%, #f8e4ce 37.5%, #f5e5cd 43.75%, #f2e6cd 50%, #eee7cd 56.25%, #ebe8ce 62.5%, #e7e9cf 68.75%, #e3ead0 75%, #dfebd2 81.25%, #dcecd4 87.5%, #d8edd7 93.75%, #d5edda 100%); | ||
} | ||
|
||
.button { | ||
display: flex; | ||
flex-direction: column; | ||
margin-left: 1em; | ||
margin-top: 1em; | ||
margin-right: 1em; | ||
} | ||
|
||
.logo-container { | ||
position: fixed; | ||
top: 2em; | ||
left: 2em; | ||
z-index: 9999; | ||
} | ||
|
||
.logo-container img { | ||
width: 30em; | ||
height: auto; | ||
} |
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