mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 12:23:41 +08:00
18 lines
263 B
SCSS
18 lines
263 B
SCSS
.schema-field {
|
|
margin-bottom: 1em;
|
|
|
|
.schema-field__input {
|
|
input {
|
|
margin-bottom: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
margin-bottom: 0.3em;
|
|
}
|
|
|
|
.schema-field__description {
|
|
font-size: var(--font-down-1);
|
|
color: var(--primary-medium);
|
|
}
|
|
}
|