Create registerMember admin component

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-02-06 15:07:32 +01:00
parent f6def2f817
commit d79f9f5c84
6 changed files with 98 additions and 10 deletions
@@ -0,0 +1,27 @@
.leftBlock {
width: 40%;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
min-height: calc(100vh - 260px);
box-sizing: border-box;
padding: 20px;
margin: 0;
}
.registerMemberHeader {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin-bottom: 10px;
}
.registerForm {
display: flex;
flex-direction: column;
gap: 10px;
align-items: center;
justify-content: center;
}