mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 07:33:43 +08:00
21 lines
324 B
SCSS
21 lines
324 B
SCSS
.admin-flag-item {
|
|
&__name {
|
|
font-weight: bold;
|
|
padding-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
&__description {
|
|
margin-top: 0.5em;
|
|
}
|
|
&__options {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.d-toggle-switch--label {
|
|
margin-bottom: 0;
|
|
}
|
|
.flag-menu-trigger {
|
|
padding: 0.25em 0.325em;
|
|
}
|
|
}
|