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

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

12 lines
179 B
SCSS
Raw Normal View History

.admin-flag-item {
&__name {
font-weight: bold;
color: var(--tertiary);
padding-bottom: 0;
margin-bottom: 0;
}
&__description {
margin-top: 0.5em;
}
}