Skip to content
Merged
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
3 changes: 0 additions & 3 deletions Apply-For-Me-UI/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
Expand All @@ -42,10 +41,8 @@
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
Expand Down
2 changes: 1 addition & 1 deletion Apply-For-Me-UI/src/App.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
@import url('./styles/dashboard.css');
@import url('./styles/SideNav.css');
@import url('./styles/header.css');
Expand Down
2 changes: 1 addition & 1 deletion Apply-For-Me-UI/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
padding: 0;
font-size: calc(16px + 0.0396vw);
list-style-type: none;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,4 @@ const AccountSettingsNew = ({ details }) => {
);
};

export default AccountSettingsNew;
export default AccountSettingsNew;
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,4 @@
.update_personal_details {
margin-left: 0;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ const ApplicationList = () => {
</div>
);
};
export default ApplicationList;
export default ApplicationList;
2 changes: 1 addition & 1 deletion Apply-For-Me-UI/src/pages/authentication-pages/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
background-color: #111416;
}
.checkl {
height: 2.3rem;
height:fit-content;
}

@media only screen and (max-width: 1073px) {
Expand Down
53 changes: 44 additions & 9 deletions Apply-For-Me-UI/src/pages/authentication-pages/NewPass.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,58 @@
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
width: 60%;
justify-content: center;
margin: 0rem auto;
border-radius: 8px;
padding:0 3rem;
}
.nbdy .form {
padding: 5rem 0 7rem 0;
padding: 0 0 7rem 0;
width: 100%;
padding: 2rem 0 0 0;
box-sizing: border-box;
height: fit-content;
display: flex;
flex-direction: column;
}

.NewPass .input {
padding: 19px;
gap: 16px;
width: 100%;
height: 100%;
border: 1px solid #bdbdbd;
border-radius: 8px;
padding: 2%;
box-sizing: border-box;
background-color: #e8f0fe;
margin-bottom: 0.4rem;
height: 51px;
background: #FFFFFF;
border: 1px solid #BFD8F9;
border-radius: 4px;
}

.newpass_form button {
margin: 0 auto;
margin-top: 3.5rem;
margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
.nbdy {
padding-top: 2rem;
width: 70%;
}
}
@media only screen and (max-width: 668px) {
.nbdy {
width: 100%;
padding:2rem;
}
}

@media only screen and (max-width: 468px) {
.nbdy {
padding:1rem;
}
}

@media only screen and (max-width: 376px) {
.nbdy {
padding-top: 1.5rem;
}
}
46 changes: 37 additions & 9 deletions Apply-For-Me-UI/src/pages/authentication-pages/Password.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
width: 60%;
justify-content: center;
margin: 0rem auto;
border-radius: 8px;
padding:3rem;
}
.liltxt {
font-size: 0.8rem;
font-size: 1rem;
font-weight: 400;
color: #111416;
width: 100%;
Expand All @@ -26,16 +30,40 @@
}

.Password .input {
padding: 19px;
gap: 16px;
width: 100%;
height: 100%;
border: 1px solid #bdbdbd;
border-radius: 8px;
padding: 2%;
box-sizing: border-box;
background-color: #e8f0fe;
height: 51px;
background: #FFFFFF;
border: 1px solid #BFD8F9;
border-radius: 4px;
}

.pass_form button {
margin: 0 auto;
margin-top: 3.5rem;
margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
.pbdy {
padding-top: 2rem;
width: 70%;
}
}
@media only screen and (max-width: 668px) {
.pbdy {
width: 100%;
padding:2rem;
}
}

@media only screen and (max-width: 468px) {
.pbdy {
padding:1rem;
}
}

@media only screen and (max-width: 376px) {
.pbdy {
padding-top: 1.5rem;
}
}
47 changes: 37 additions & 10 deletions Apply-For-Me-UI/src/pages/authentication-pages/Registration.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding-top: 2rem;
width: 60%;
justify-content: center;
margin: 0rem auto;
border-radius: 8px;
padding:0 3rem;
}
.rbdy .form {
padding-bottom: 5rem;
Expand All @@ -27,7 +30,7 @@
width: 100%;
height: 100%;
border: 1px solid #bdbdbd;
border-radius: 8px;
border-radius: 4px;
padding: 2%;
box-sizing: border-box;
-webkit-appearance: none;
Expand All @@ -44,15 +47,17 @@
font-size: 0.8rem;
}
.select-wrapper {
height: 3rem;
height: 4rem;
position: relative;
font-size: 0.8rem;
width: 100%;
margin-bottom: 1rem;
}

.form .lg {
margin-top: 3rem;
.label{
width:100%;
}


@media only screen and (max-width: 1073px) {
.Ref {
width: 70%;
Expand All @@ -68,6 +73,30 @@
width: 80%;
}
}
@media only screen and (max-width: 768px) {
.rbdy {
padding-top: 2rem;
width: 70%;
}
}
@media only screen and (max-width: 668px) {
.rbdy {
width: 100%;
padding:2rem;
}
}

@media only screen and (max-width: 468px) {
.rbdy {
padding:1rem;
}
}

@media only screen and (max-width: 376px) {
.rbdy {
padding-top: 1.5rem;
}
}

@media only screen and (max-width: 568px) {
.menu {
Expand Down Expand Up @@ -100,13 +129,11 @@
}
}


@media only screen and (max-width: 468px) {
.form {
width: 90%;
}
.checkl {
align-items: flex-start;
}
}

@media only screen and (max-width: 376px) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Registration = () => {
<option value="br">Brazil</option>
</select>
</div>
<label>
<label className="label">
<input
type="text"
name="date"
Expand Down
62 changes: 35 additions & 27 deletions Apply-For-Me-UI/src/pages/authentication-pages/Verification.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
box-sizing: border-box;
}
.vrfy {
width: 20%;
width: 60px;
height: 3.5rem;
border: 0.2px solid #2e3192;
border-radius: 8px;
Expand All @@ -16,20 +16,29 @@
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding-top: 2rem;
width: 60%;
justify-content: center;
margin: 3rem auto;
border-radius: 8px;
padding:0 3rem;
}
.verify {
display: flex;
flex-wrap: wrap;
gap: 5px;
flex-direction: row;
width: 270px;
width: fit-content;
margin: 0 auto;
justify-content: space-between;
padding-top: 5rem;
justify-content:center;
}
.form{
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.resend {
font-size: 0.8rem;
font-size: 1rem;
font-weight: 400;
color: #111416;
width: 100%;
Expand All @@ -51,39 +60,38 @@
box-sizing: border-box;
background-color: #e8f0fe;
}

@media only screen and (max-width: 1073px) {
.verify {
width: 28%;
}
}
@media only screen and (max-width: 873px) {
.verify {
width: 40%;
}
.vrfy {
height: 4rem;
}
}

@media only screen and (max-width: 768px) {
.vbdy {
padding-top: 2rem;
width: 70%;
}
}
@media only screen and (max-width: 668px) {
.verify {
width: 50%;
.vbdy {
width: 100%;
padding:2rem;
}
}

@media only screen and (max-width: 468px) {
.verify {
width: 60%;
padding-top: 3rem;
}
.resend {
padding: 1rem 0 7rem 0;
.vbdy {
padding:1rem;
}
}

@media only screen and (max-width: 376px) {
.verify {
width: 80%;
.vbdy {
padding-top: 1.5rem;
}
}

@media only screen and (max-width: 468px) {
.resend {
padding: 1rem 0 3rem 0;
}
}
Loading