Add user detail API + modal. Closes #2002

This commit is contained in:
Gabe Kangas
2022-07-20 20:42:23 -07:00
parent 82a0b492a5
commit f3a16be0dd
21 changed files with 543 additions and 60 deletions

View File

@@ -8,3 +8,10 @@
border: 1px solid #ccc;
border-radius: 5px;
}
.colorBlock {
width: 50%;
height: 20px;
border: 1px solid #000;
text-align: center;
}