discourse/app/assets/stylesheets/common/form-kit/_alert.scss
David Taylor 45535887f1
Revert "FEATURE: discourse-workflows (#39704)" (#40366)
This reverts commit 9f4d1b5f61.

This merge unintentionally included a number of unrelated changes.
Reverting while we investigate what happened.
2026-05-28 13:59:42 +01:00

8 lines
145 B
SCSS
Vendored

.form-kit__alert {
// reset
margin: 0;
width: 100%;
border-radius: var(--d-border-radius);
box-sizing: border-box;
padding: 0.5em;
}