New components, convert hooks to components, bug fixes.
This commit is contained in:
11
components/Icon.module.css
Normal file
11
components/Icon.module.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.icon {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.icon > svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
Reference in New Issue
Block a user