reorganize code into smaller files & dirs
This commit is contained in:
14
packages/app/src/Components/Event/NoteReaction.css
Normal file
14
packages/app/src/Components/Event/NoteReaction.css
Normal file
@ -0,0 +1,14 @@
|
||||
.reaction {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.reaction > div:nth-child(1) {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.reaction > div:nth-child(1) svg {
|
||||
opacity: 0.5;
|
||||
}
|
Reference in New Issue
Block a user