Frontmatter
| id | 8430 |
| title | Refactor Portal About Page to use Shared Styling |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Jan 8, 2026, 6:19 PM |
| updatedAt | Jan 8, 2026, 6:26 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8430 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2026, 6:26 PM |
Refactor Portal About Page to use Shared Styling
tobiu assigned to @tobiu on Jan 8, 2026, 6:25 PM

tobiu
Jan 8, 2026, 6:26 PM
Input from Gemini 3 Pro:
✦ The Portal About Page has been refactored to align with the new shared styling of the Home and Services pages.
Changes:
- Shared Background: Added
portal-shared-backgroundtoapps/portal/view/about/Container.mjs, enabling the consistent radial gradient background.- Shared Content Styling:
- Updated
apps/portal/view/about/MemberContainer.mjsto include theportal-content-boxclass.- Applied
portal-content-box-headlineto the member name header for consistent typography and color.- SCSS Cleanup:
- Refactored
resources/scss/src/apps/portal/about/MemberContainer.scssto remove redundant border, border-radius, and box-shadow styles, deferring to the shared.portal-content-boxdefinition.- Removed hardcoded colors in favor of the shared variables/classes.
tobiu closed this issue on Jan 8, 2026, 6:26 PM
Update
Portal.view.about.ContainerandPortal.view.about.MemberContainerto match the new styling of Home and Services.Objectives:
portal-shared-backgroundtoapps/portal/view/about/Container.mjsto apply the consistent radial gradient background.apps/portal/view/about/MemberContainer.mjsto adopt theportal-content-boxclass.h2tag class toportal-content-box-headlineto inherit the consistent headline styling.resources/scss/src/apps/portal/about/MemberContainer.scssto remove redundant styles (border, border-radius, box-shadow) that are now provided by the sharedportal-content-boxclass.Target Files:
apps/portal/view/about/Container.mjsapps/portal/view/about/MemberContainer.mjsresources/scss/src/apps/portal/about/MemberContainer.scss