Skip to content

Commit

Permalink
client: modify styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Lal committed May 14, 2024
1 parent 27ef30b commit 93e34a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions client/src/components/card/claim-username.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

100% {
background-position: 307.35px;
background-position: 140.467px;
}
}

Expand Down Expand Up @@ -103,10 +103,6 @@
margin-bottom: 10px;
}

#claim-username p {
font-size: 22px;
}

#claim-username .username-input .domain {
padding: 0 10px;
}
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/card/claim-username.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ const ClaimUsername = () => {

return (
<form id='claim-username' onSubmit={handleUsernameSubmit}>
<p>Claim your own username</p>
<p>Get Started</p>
<div className='username-input'>
<span className='domain'>debatehive.com/</span>
<input placeholder='johndoe' />
</div>
<button className='submit-btn'>
<span>CLAIM</span>
<span>CLAIM USERNAME</span>
<PiArrowUpRightBold size={20} color='#FFFFFF' />
{/* <LoadingSVG size={20} color='#FFFFFF' /> */}
</button>
Expand Down

0 comments on commit 93e34a6

Please sign in to comment.