Changeset 3746f6a in Klonkt


Ignore:
Timestamp:
06/27/2026 03:04:10 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
abdcf33
Parents:
5f483e3
Message:

chore: drop the last dead Google CSS (.auth-google / .btn-google) from shared-styles

  • views/partials/shared-styles.ejs — the Google-login button styles were unused after the login view was de-Googled; removed. No visual change (nothing referenced them).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/shared-styles.ejs

    r5f483e3 r3746f6a  
    163163.auth-link { text-align: center; color: var(--ink-muted); font-size: 0.9rem; margin: 1rem 0 0; }
    164164.auth-link a { color: var(--accent); }
    165 .auth-google { align-items: stretch; }
    166165.auth-intro { text-align: center; color: var(--ink-muted); font-size: 0.95rem; margin: 0 0 1rem; }
    167 .btn-google {
    168   display: flex; justify-content: center; gap: 0.6rem; padding: 0.7rem; font-size: 1rem;
    169   background: #fff; color: #1f1f1f; border: 1px solid #dadce0;
    170 }
    171 .btn-google:hover { background: #f7f8f8; border-color: #dadce0; }
    172 .btn-google .g-icon { flex-shrink: 0; }
    173166.auth-divider { display: flex; align-items: center; gap: 0.75rem; margin: 1.25rem 0; color: var(--ink-muted); font-size: 0.85rem; }
    174167.auth-divider::before, .auth-divider::after { content: ''; flex: 1; height: 1px; background: var(--rule); }
Note: See TracChangeset for help on using the changeset viewer.