Added teams button and Avatar component.
This commit is contained in:
17
src/components/input/TeamsButton.module.css
Normal file
17
src/components/input/TeamsButton.module.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user