mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 23:53:54 +08:00
d96b8d1001
app/assets/javascripts/admin/addon/templates/emojis.hbs
39 lines
705 B
SCSS
39 lines
705 B
SCSS
.admin-contents.admin-emojis {
|
|
.select-kit {
|
|
max-width: 210px;
|
|
}
|
|
#custom_emoji td.action {
|
|
text-align: right;
|
|
}
|
|
#custom_emoji.highlighted {
|
|
background: var(--tertiary-very-low);
|
|
@media (prefers-reduced-motion: no-preference) {
|
|
animation: background-fade-highlight 2.5s ease-out;
|
|
}
|
|
}
|
|
|
|
.d-admin-table {
|
|
.d-admin-row__content td {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.d-admin-row__overview {
|
|
width: 20%;
|
|
|
|
@include breakpoint("tablet") {
|
|
width: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.admin-emojis__header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
a {
|
|
font-size: var(--font-up-1);
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|