You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
370 B
22 lines
370 B
.emoji-picker-display {
|
|
position: fixed;
|
|
top: 0; right: 0; bottom: 0; left: 0;
|
|
|
|
display: none;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
background: rgba(0,0,0, 0.8);
|
|
color: #e8e8e8;
|
|
|
|
&.picker-active {
|
|
display: flex;
|
|
}
|
|
|
|
.emoji-picker-prompt {
|
|
margin-bottom: 10px;
|
|
font-size: 1.5em;
|
|
color: #e8e8e8;
|
|
}
|
|
}
|