Fixed issue with removing team members.

This commit is contained in:
Mike Cao 2023-10-15 02:08:29 -07:00
parent 096484ebe4
commit 1351e6f14a
10 changed files with 51 additions and 18 deletions

View file

@ -1,3 +1,20 @@
.description {
color: var(--font-color300);
}
.header {
display: grid;
}
.title {
display: flex;
flex-direction: row;
gap: 10px;
}
.type {
font-size: 11px;
text-transform: uppercase;
color: var(--base600);
line-height: 30px;
}