use the brand palette and tighter panels on the ship review page#508
Open
dhamariT wants to merge 1 commit into
Open
use the brand palette and tighter panels on the ship review page#508dhamariT wants to merge 1 commit into
dhamariT wants to merge 1 commit into
Conversation
The momentum banner swaps its saturated green gradient for the same mint treatment as the claim banner, the video-drop done states move from hardcoded green to brand mint, and detail panels lose dead vertical space (less padding, tighter title margin).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two visual fixes on the Shipwright review page. The momentum banner was a saturated green gradient that isn't in the Stardance palette and stuck out badly against the space theme; it now uses the same translucent mint treatment as the claim banner right below it, and the video-drop done states drop their hardcoded green for brand mint too. The detail panels (Description, AI Declaration, Links, Submission) also had a lot of dead vertical space around one-line content, so panel padding tightens from 24px to 16px vertically and the title margin shrinks a step.
Net negative diff: 11 added, 12 removed.
Note
Low Risk
Presentation-only SCSS on the admin ship review page; no logic, auth, or data changes.
Overview
On the Shipwright certification ship review page (
_show.scss), the momentum progress banner no longer uses a saturated green gradient and white text; it now matches the verdict form’s claim banner with mint text, translucent mint background, and a light mint border.Detail panels get tighter vertical rhythm: panel padding is
var(--space-m)top/bottom (was uniformvar(--space-l)), and panel title bottom margin steps down tovar(--space-xs).Video upload success styling swaps hardcoded
#22c55eforvar(--color-brand-mint)on accepted/done borders and on status text when upload is complete.Reviewed by Cursor Bugbot for commit d6d9511. Bugbot is set up for automated code reviews on this repo. Configure here.