feat(WEB-162): final design edit profile page
This commit is contained in:
committed by
Christel Westerberg
parent
5f3e417593
commit
d84efcbb0f
10
components/Forms/Edit/Profile/form.module.css
Normal file
10
components/Forms/Edit/Profile/form.module.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.form {
|
||||
display: grid;
|
||||
gap: var(--Spacing-x5);
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.btns {
|
||||
display: flex;
|
||||
gap: var(--Spacing-x-half);
|
||||
}
|
||||
Reference in New Issue
Block a user