2021-09-09 23:01:56 +08:00
|
|
|
.admin-contents.admin-emojis {
|
|
|
|
#custom_emoji .select-kit,
|
|
|
|
.emoji-uploader .select-kit {
|
|
|
|
max-width: 210px;
|
2020-03-31 02:16:10 +08:00
|
|
|
}
|
2021-09-09 23:01:56 +08:00
|
|
|
#custom_emoji td.action {
|
|
|
|
text-align: right;
|
2020-03-31 02:16:10 +08:00
|
|
|
}
|
2022-01-17 09:48:49 +08:00
|
|
|
#emoji-uploader {
|
|
|
|
transition: box-shadow ease-in-out 0.25s;
|
|
|
|
}
|
|
|
|
.uppy-is-drag-over {
|
|
|
|
box-shadow: 0 0px 52px 0 #ffffff, 0px 7px 33px 0 var(--tertiary-low);
|
|
|
|
}
|
|
|
|
#custom_emoji.highlighted {
|
|
|
|
background: var(--tertiary-very-low);
|
2023-09-15 05:31:43 +08:00
|
|
|
@media (prefers-reduced-motion: no-preference) {
|
|
|
|
animation: background-fade-highlight 2.5s ease-out;
|
|
|
|
}
|
2022-01-17 09:48:49 +08:00
|
|
|
}
|
2020-03-31 02:16:10 +08:00
|
|
|
}
|
2024-03-13 07:18:08 +08:00
|
|
|
.admin-emojis__header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
a {
|
|
|
|
font-size: var(--font-up-1);
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|