mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 06:53:40 +08:00
300ef67481
Rewrite the admin flag form to use FormKit. This is a draft because waiting for Checkbox improvements.
9 lines
144 B
SCSS
9 lines
144 B
SCSS
.form-kit__alert {
|
|
//reset
|
|
margin: 0;
|
|
width: 100%;
|
|
border-radius: var(--d-border-radius);
|
|
box-sizing: border-box;
|
|
padding: 0.5em;
|
|
}
|