Updated teams button.

This commit is contained in:
Mike Cao
2024-01-31 15:09:57 -08:00
parent 992342aa72
commit 099aa7640b
5 changed files with 77 additions and 154 deletions

View File

@@ -1,10 +1,5 @@
.button {
margin-right: 10px;
}
.menu {
background: var(--base50);
right: -10px;
}
.heading {
@@ -15,3 +10,7 @@
text-transform: uppercase;
border-bottom: 1px solid var(--base300);
}
.selected {
font-weight: bold;
}