feat(project-editor): add field descriptions to General and Branding sections (partial)
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
Adds a short plain-language description under each field label (new .field-desc style, section.shared.scss) so a non-developer admin understands what each field affects, per i18n (en/ru/hy) convention. Only General and Branding sections are wired up so far - the *Desc i18n keys for the remaining sections (theme/header/footer/homepage/widgets/ features/languages/navigation) were prepared in translations.ts/en/ru/hy but not yet wired into their templates. Follow-up work.
This commit is contained in:
@@ -43,6 +43,15 @@ label.full {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.field-desc {
|
||||
display: block;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
line-height: 1.4;
|
||||
color: var(--text-secondary, #5f6e6a);
|
||||
margin: -2px 0 2px;
|
||||
}
|
||||
|
||||
input,
|
||||
textarea,
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user