mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 05:43:41 +08:00
17 lines
243 B
SCSS
17 lines
243 B
SCSS
|
.form-kit__section {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
gap: 1.5rem;
|
||
|
width: 100%;
|
||
|
|
||
|
&.form-kit__actions {
|
||
|
flex-direction: row;
|
||
|
gap: 1rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.form-kit__section-title {
|
||
|
margin: 0;
|
||
|
font-size: var(--font-up-1-rem);
|
||
|
}
|