Skip to content

Commit

Permalink
update email,username,pass and styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NicBG committed Mar 3, 2024
1 parent c145ff1 commit 0b95243
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 58 deletions.
82 changes: 39 additions & 43 deletions lvlgg_frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
.signin {
flex-direction: column;
height: 98vh;
background-image: url('../public/images/img-test.jpg');
background-color: #020913;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
font-size: 20px;
font-family: OCR A Std, monospace;
color: rgb(14, 148, 226);
color: #02f2ff;
}

.signin-form {
Expand All @@ -50,10 +50,10 @@
}

.signin-button {
margin-top: 20px;
margin-top: 30px;
cursor: pointer;
background-color: rgb(31, 84, 165);
color: white;
color: #02f2ff;
padding: 10px;
border: none;
border-radius: 17px;
Expand All @@ -69,13 +69,13 @@
.guides {
flex-direction: column;
height: 98vh;
background-image: url('../public/images/img-test.jpg');
background-color: #020913;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
font-size: 70px;
font-family: OCR A Std, monospace;
color: rgb(14, 148, 226);
color: #02f2ff;
}

.guides-button{
Expand All @@ -86,45 +86,46 @@
.settings {
display: flex;
align-items: center;
justify-content: space-between;
justify-content: flex-start;
flex-direction: column;
height: 98vh;
background-image: url('../public/images/img-test.jpg');
background-color: #020913;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
font-size: 20px;
font-size: 15px;
font-family: OCR A Std, monospace;
color: rgb(37, 175, 255);
color: #02f2ff;
}

.settings h1 {
margin-top: 150px; /* Add space above the h1 */
z-index: 1
font-family: OCR A Std, monospace;
margin-top: 230px; /* Add space above the h1 */
z-index: 1;
}

.rectangle {
position: absolute;
position: fixed;
top: 53%;
left: 50%;
transform: translate(-50%, -50%);
width: 30%; /* Adjust the width as needed */
height: 85vh; /* Adjust the height as needed */
background: linear-gradient(to right, #0c416d, #03062b);
border-radius: 20px; /* Adjust the border radius to make the edges round */
width: 25%;
height: 70vh;
background-color:#021125d3;
border-radius: 1px; /* Adjust the border radius to make the edges round */
z-index: 0;
}

.settings-btn {
margin-bottom: 20px;
margin-bottom: 10px;
display: inline-block;
padding: 10px 20px;
padding: 8px 32px;
margin-right: 10px;
background-color: #007bff;
color: rgb(3, 12, 36);
text-decoration: none;
border: none;
border-radius: 5px;
border-radius: 2px;
cursor: pointer;
transition: background-color 0.3s;
}
Expand All @@ -133,7 +134,7 @@
display: inline-block;
padding: 10px 20px;
margin-right: 10px;
background-color: #ff0000;
background-color: #b0d4ec;
color: rgb(0, 0, 0);
font-size: medium;
text-decoration: none;
Expand All @@ -149,33 +150,23 @@
}

.input-wrapper {
position: relative;
display: inline-block;
display: flex;
z-index: 4;
margin-bottom:80px;
}

.input-wrapper input {
display: block;
margin-bottom: 10px;
padding: 5px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}

.input-overlay {
position: absolute; /* Position input element absolutely */
top: 50%; /* Center vertically */
left: 50%; /* Center horizontally */
transform: translate(-50%, -50%); /* Center the input element */
background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
padding: 20px;
border-radius: 5px;
z-index: 1; /* Ensure input is above buttons */
border-radius: 0px;
}

.createguide {
flex-direction: column;
height: 98vh;
background-image: url('../public/images/img-test.jpg');
background-color: #020913;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
Expand All @@ -187,13 +178,13 @@
.signup {
flex-direction: column;
height: 98vh;
background-image: url('../public/images/img-test.jpg');
background-color: #020913;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
font-size: 20px;
font-family: OCR A Std, monospace;
color: rgb(14, 148, 226);
color: #02f2ff;
}

.signup-form {
Expand All @@ -208,7 +199,7 @@

.signup-input {
padding: 10px;
background-color: white;
background-color: rgb(129, 145, 153);
border: none;
border-radius: 10px;
}
Expand All @@ -217,7 +208,7 @@
margin-top: 20px;
cursor: pointer;
background-color: rgb(31, 84, 165);
color: white;
color: #02f2ff;
padding: 10px;
border: none;
border-radius: 17px;
Expand All @@ -229,14 +220,19 @@
background-color: #bfbdc7;
}

.signup-font{
font-size: 15px;
margin-top: 30px;
}

.about {
flex-direction: column;
height: 98vh;
background-image: url('../public/images/img-test.jpg');
background-color: #020913;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
font-size: 70px;
font-family: OCR A Std, monospace;
color: rgb(14, 148, 226);
color: #02f2ff;
}
6 changes: 3 additions & 3 deletions lvlgg_frontend/src/Components/Button.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:root {
--primary: #c3fcff;
--primary: #46797c;
}

.btn {
padding: 8px 20px;
border-radius: 2px;
border-radius: 8px;
outline: none;
border: none;
cursor: pointer;
Expand Down Expand Up @@ -38,7 +38,7 @@

.btn--medium:hover,
.btn--large:hover {
background: #fff;
background: #00d9ff;
color: #242424;
transition: all 0.3s ease-out;
}
10 changes: 5 additions & 5 deletions lvlgg_frontend/src/Components/Navbar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.navbar {
background: linear-gradient(90deg, #060f1b 0%, #002666 100%);
background: linear-gradient(90deg, #060f1b 0%, #051531 100%);
height: 50px;
display: flex;
justify-content: center;
Expand All @@ -20,12 +20,12 @@
}

.navbar-logo {
color: #c3fcff;
color: #02f2ff;
justify-self: start;
margin-left: 10px;
margin-left: 0px;
cursor: pointer;
text-decoration: none;
font-size: 1.8rem;
font-size: 1.5rem;
display: flex;
align-items: center;
font-family: OCR A Std, monospace;
Expand Down Expand Up @@ -62,7 +62,7 @@
}

.nav-links:hover {
border-bottom: 4px solid #fff;
padding-bottom: 5px;
transition: all 0.2s ease-out;
}

Expand Down
Loading

0 comments on commit 0b95243

Please sign in to comment.