Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions src/assets/images/Home_Page.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions src/components/AppLayout/AppHeader.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
gap: 2rem !important;
align-self: baseline;
z-index: 2; /* Higher z-index value */
z-index: 2;
/* Higher z-index value */
}

.dropDownProfile:hover {
Expand All @@ -130,8 +131,7 @@
gap: 1rem;
}

.dropDownProfile li:hover {
}
.dropDownProfile li:hover {}

.hideDropDown {
display: none !important;
Expand All @@ -150,5 +150,8 @@

.nav {
gap: 0.8vh;

}
}


}
25 changes: 19 additions & 6 deletions src/pages/Login/Login.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.colored-border h1 {
Expand Down Expand Up @@ -95,16 +96,26 @@ input[type="number"] {
}

@media screen and (max-width: 768px) {

.login-container {
max-width: 100%;
padding: 12% 2px 12% 2px;
background-image: url("../../assets/images/Home_Page.svg");
background-size: cover;
}

.login-form {
padding: 48px;
max-width: 21em;
padding: 20x;
max-width: 100%;
}

.colored-border {
border: 4px soild #ff99004a;
padding: 2px;
display: flex;
flex-direction: column;
align-items: center;
max-width: 95%;
}

.flex.pl-65 {
Expand All @@ -114,8 +125,10 @@ input[type="number"] {
.mr-5 {
color: #563400;
}
.login-button{
padding: 1.0em 3.7em 1.0em 3.7em!important;
font-size: 1rem!important;

.login-button {
padding: 1.0em 3.7em 1.0em 3.7em !important;
font-size: 1rem !important;
}
}

}