style: onboarding screens, invitations page
This commit is contained in:
parent
93fb4fe1e9
commit
81d9c70026
8 changed files with 543 additions and 47 deletions
|
|
@ -67,7 +67,7 @@ export const UserDetails: React.FC<Props> = ({ user, setStep, setUserRole }) =>
|
|||
return (
|
||||
<form className="flex w-full items-center justify-center" onSubmit={handleSubmit(onSubmit)}>
|
||||
<div className="flex w-full max-w-xl flex-col gap-12">
|
||||
<div className="flex flex-col rounded-[10px] bg-brand-surface-2 shadow-md">
|
||||
<div className="flex flex-col rounded-[10px] bg-brand-base shadow-md">
|
||||
<div className="flex flex-col justify-between gap-3 px-10 py-7 sm:flex-row">
|
||||
<div className="flex flex-col items-start justify-center gap-2.5">
|
||||
<span>First name</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue