Added teams button and Avatar component.

This commit is contained in:
Mike Cao
2024-01-31 02:30:49 -08:00
parent c7df1063ac
commit 992342aa72
8 changed files with 260 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
.button {
margin-right: 10px;
}
.menu {
background: var(--base50);
right: -10px;
}
.heading {
color: var(--base600);
font-size: 10px;
font-weight: 700;
padding: 8px 16px;
text-transform: uppercase;
border-bottom: 1px solid var(--base300);
}