diff --git a/components/hacker/HackerDash.tsx b/components/hacker/HackerDash.tsx index f7e25b89..ac501ffa 100644 --- a/components/hacker/HackerDash.tsx +++ b/components/hacker/HackerDash.tsx @@ -280,7 +280,6 @@ export default function HackerDash({ userApplicationStatus, setUserApplicationSt label={

Date of Birth

} rules={[{ required: true, message: 'Please select your date of birth!' }]}> -
+
{/* Hacking start code */}
+
diff --git a/styles/hacker/hacking-start.module.css b/styles/hacker/hacking-start.module.css index 17310d0c..20357272 100644 --- a/styles/hacker/hacking-start.module.css +++ b/styles/hacker/hacking-start.module.css @@ -3,7 +3,7 @@ flex-direction: column; justify-content: space-between; align-items: stretch; - background-color: white; + /* background-color: white; */ width: 100%; height: 300px; } @@ -11,18 +11,41 @@ .HeaderTopBox { display: flex; justify-content: space-between; - background-color: pink; - height: 175px; + /* background-color: pink; */ + height: 150px; } -.Logo { - background-color: purple; - width: 175px; +.SignOut { + /* background-color: blue; */ + /* width: 150px; */ + /* height: 50%; */ + margin: 25px 25px 0 0; } -.SignOut { - background-color: blue; - width: 50px; +.Email { + /* display: inline-block; */ + color: #FFF; + text-align: right; + font-family: Inter; + font-size: 14px; + font-style: normal; + font-weight: 700; + line-height: normal;} + +.SignOutButton { + border-radius: 5px; + background-color: #676767; + width: 111px; + height: 40px; + margin: 0 0 0 20px; + + color: #FFF; + text-align: center; + font-family: Inter; + font-size: 14px; + font-style: normal; + font-weight: 700; + line-height: normal; } .HeaderMiddleBox {