page-account

This commit is contained in:
Vincent Ramiere 2022-03-11 15:51:42 +01:00
parent 14a8c1b45c
commit b8616b0eb3

View File

@ -1,4 +1,4 @@
<div class="container mt-5">
<div class="container mt-5 mb-5">
<h1 style = "text-align: center; font-family: 'Dancing Script', cursive; font-size: 7vh;">Vos informations personnelles</h1>
<form class="row g-2" [formGroup]="userInfo">
<div class="col-md-6">
@ -18,4 +18,4 @@
<input type="RoleList" class="form-control" id="inputRoleList" formControlName="RoleList" readonly="readonly">
</div>
</form>
</div>
</div>