mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 08:23:45 +08:00
This reverts commit 9f4d1b5f61.
This merge unintentionally included a number of unrelated changes.
Reverting while we investigate what happened.
8 lines
145 B
SCSS
Vendored
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;
|
|
}
|