generated from lucien/api-template
add: added emojis
This commit is contained in:
parent
fafbceb6a2
commit
f326555c59
14 changed files with 523 additions and 2 deletions
15
front/src/styles/CreateEmoji.css
Normal file
15
front/src/styles/CreateEmoji.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
.create-emoji-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.create-emoji {
|
||||
width: 97%;
|
||||
border: 1px solid #270722;
|
||||
padding: 10px;
|
||||
background-color: #fff6fd;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue