[object Object]

← back to Momentum Landing

rename orphaned refresh-pill css class astek->hw

a21f16991dd06e2e53f3252c17f2a093ce8ef24b · 2026-07-08 15:13:17 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit a21f16991dd06e2e53f3252c17f2a093ce8ef24b
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Jul 8 15:13:17 2026 -0700

    rename orphaned refresh-pill css class astek->hw
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 public/styles.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/public/styles.css b/public/styles.css
index 76f90df..f5a30e5 100644
--- a/public/styles.css
+++ b/public/styles.css
@@ -247,7 +247,7 @@ body[data-line="fallingstar"] .books h2::after{content:"";display:block;width:72
 .mclose{float:right;border:0;background:none;font-size:22px;line-height:1;color:var(--ink-soft);cursor:pointer;margin:-6px -4px 0 0}
 
 /* ── Corner refresh countdown pill ── */
-.astek-refresh-pill{
+.hw-refresh-pill{
   position:fixed; right:16px; bottom:16px; z-index:9999;
   display:flex; align-items:center; gap:8px;
   padding:8px 14px; border-radius:999px;
@@ -257,13 +257,13 @@ body[data-line="fallingstar"] .books h2::after{content:"";display:block;width:72
   box-shadow:0 4px 18px rgba(0,0,0,.28); border:1px solid rgba(255,255,255,.12);
   user-select:none; pointer-events:auto;
 }
-.astek-refresh-pill .rp-dot{
+.hw-refresh-pill .rp-dot{
   width:7px; height:7px; border-radius:50%; background:#8bbf9f; flex:0 0 auto;
   box-shadow:0 0 0 0 rgba(139,191,159,.6); animation:rpPulse 2.4s ease-out infinite;
 }
-.astek-refresh-pill.rp-live .rp-dot{ background:#e6b566; animation-duration:.9s; }
+.hw-refresh-pill.rp-live .rp-dot{ background:#e6b566; animation-duration:.9s; }
 @keyframes rpPulse{ 0%{box-shadow:0 0 0 0 rgba(139,191,159,.55)} 70%{box-shadow:0 0 0 8px rgba(139,191,159,0)} 100%{box-shadow:0 0 0 0 rgba(139,191,159,0)} }
-@media (max-width:640px){ .astek-refresh-pill{ right:10px; bottom:10px; padding:6px 11px; font-size:11px; } }
+@media (max-width:640px){ .hw-refresh-pill{ right:10px; bottom:10px; padding:6px 11px; font-size:11px; } }
 
 /* ── internal PDP — pricing panel + 3-action row + INTERNAL pill ── */
 .internal-pill{font-size:10px;letter-spacing:.18em;font-weight:600;color:#fff;background:#b3261e;

← c7fea0d initial momentum-landing internal viewer (Hollywood line, dw  ·  back to Momentum Landing  ·  auto-save: 2026-07-14T08:29:59 (1 files) — scripts/build-pro 5b2ba11 →