mirror of
https://github.com/discourse/discourse.git
synced 2025-03-10 12:35:35 +08:00
12 lines
179 B
SCSS
12 lines
179 B
SCSS
.admin-flag-item {
|
|
&__name {
|
|
font-weight: bold;
|
|
color: var(--tertiary);
|
|
padding-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
&__description {
|
|
margin-top: 0.5em;
|
|
}
|
|
}
|