mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 20:56:18 +08:00
8 lines
126 B
SCSS
8 lines
126 B
SCSS
|
.form-kit__alert {
|
||
|
//reset
|
||
|
margin: 0;
|
||
|
width: 100%;
|
||
|
border-radius: var(--d-border-radius);
|
||
|
box-sizing: border-box;
|
||
|
}
|