mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 06:13:38 +08:00
c3fadc7330
Allow admins to create edit and delete flags.
18 lines
308 B
SCSS
18 lines
308 B
SCSS
.admin-contents table.grid tr.admin-flag-item {
|
|
grid-template-columns: auto min-content;
|
|
|
|
.d-toggle-switch {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
.admin-config-area__primary-content {
|
|
.admin-flag-form {
|
|
&__name,
|
|
&__applies-to.select-kit.multi-select,
|
|
&__description {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|