mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 10:36:18 +08:00
17 lines
311 B
SCSS
17 lines
311 B
SCSS
|
.form-kit__meta {
|
||
|
display: flex;
|
||
|
flex-wrap: nowrap;
|
||
|
justify-content: space-between;
|
||
|
align-items: start;
|
||
|
gap: 0.25em;
|
||
|
font-size: var(--font-down-2-rem);
|
||
|
color: var(--primary-high);
|
||
|
width: 100%;
|
||
|
min-height: 20px;
|
||
|
line-height: var(--line-height-medium);
|
||
|
|
||
|
&-description {
|
||
|
margin: 0;
|
||
|
}
|
||
|
}
|