mirror of
https://github.com/discourse/discourse.git
synced 2024-12-12 16:03:49 +08:00
15 lines
249 B
SCSS
15 lines
249 B
SCSS
|
.form-kit__radio-group {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
gap: 0.75em;
|
||
|
|
||
|
&-title {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
gap: 0.25em;
|
||
|
margin: 0;
|
||
|
font-size: var(--font-down-1-rem);
|
||
|
color: var(--primary-high);
|
||
|
}
|
||
|
}
|