Moved code into src folder. Added build for component library.
This commit is contained in:
10
src/components/input/ProfileButton.module.css
Normal file
10
src/components/input/ProfileButton.module.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.menu {
|
||||
width: 200px;
|
||||
z-index: var(--z-index-popup);
|
||||
}
|
||||
|
||||
.item {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
background: var(--base50);
|
||||
}
|
||||
Reference in New Issue
Block a user