mirror of
https://github.com/discourse/discourse.git
synced 2025-03-13 08:16:28 +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;
|
||
|
}
|