allows user to make profil changes requests and to oversee his requested changes

This commit is contained in:
SimonGschnell
2024-01-15 15:15:16 +01:00
parent d3a3ebacfc
commit e881abe904
8 changed files with 653 additions and 297 deletions
+5 -6
View File
@@ -50,6 +50,9 @@
align-content: space-between;
}
.form-underline .form-underline-content{
border-width: 1px;
border-color: transparent transparent #dee2e6 transparent;
@@ -75,11 +78,7 @@
}
option:checked{
background: linear-gradient(#005485, #005485);
}
#SelectStyle{
}