discourse/app/assets/stylesheets/common/admin/admin_emojis.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

39 lines
705 B
SCSS
Raw Normal View History

.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;
}
}