From f292284a2e9180e1372ab0baae56f5c5a0775e23 Mon Sep 17 00:00:00 2001 From: myprestarocks Date: Tue, 27 Jan 2026 11:46:42 +0000 Subject: [PATCH] Update preview.html with better descriptions and all shapes - Clarify shape descriptions (icon = logo mark only, rectangle = icon + text) - Add text-only sections for both payments and socials - Use proper 150x100 aspect ratio for rectangle/full-logo/text-only - Add grid-wide CSS class for wider icon display Co-Authored-By: Claude Opus 4.5 --- preview.html | 80 +++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 67 insertions(+), 13 deletions(-) diff --git a/preview.html b/preview.html index b490eb5..26cf957 100644 --- a/preview.html +++ b/preview.html @@ -67,6 +67,9 @@ gap: 15px; margin-bottom: 30px; } + .grid-wide { + grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); + } .icon-box { background: #fff; border: 1px solid #ddd; @@ -125,36 +128,42 @@

Payment Icons

-

Icon Shape - Light Accent (la)

+

Icon (logo mark only) - Light Accent

-

Icon Shape - Dark Accent (da) - Dark Background

+

Icon (logo mark only) - Dark Accent on Dark Background

-

Icon Shape - Light Mode (lm)

+

Icon (logo mark only) - Light Mode (monochrome)

-

Icon Shape - Dark Mode (dm) - Dark Background

+

Icon (logo mark only) - Dark Mode (monochrome) on Dark Background

-

Square Shape - Light Accent (la)

+

Square (logo in square frame) - Light Accent

-

Rectangle Shape - Light Accent (la)

-
+

Rectangle (icon + brand text, 150×100) - Light Accent

+
+ +

Text Only (brand name) - Light Accent

+

Social Icons

-

Icon Shape - Light Accent (la)

+

Icon (logo mark only) - Light Accent

-

Icon Shape - Dark Accent (da) - Dark Background

+

Icon (logo mark only) - Dark Accent on Dark Background

-

Full Logo - Light Accent (la)

-
+

Full Logo (icon + brand text, 150×100) - Light Accent

+
+ +

Text Only (brand name) - Light Accent

+