From 4e33c78aca1bfaef19a653a40da0f4cb93dbba49 Mon Sep 17 00:00:00 2001 From: Power BI Dev Date: Mon, 11 May 2026 01:01:15 +0700 Subject: [PATCH] Hide admin link on landing page --- asetlanding/css/main.css | 22 ++++++++++++++++++---- index.php | 12 ++---------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/asetlanding/css/main.css b/asetlanding/css/main.css index 4df37a4..93c4499 100644 --- a/asetlanding/css/main.css +++ b/asetlanding/css/main.css @@ -1941,8 +1941,19 @@ textarea { font-weight: 700; } -.spota-brand img { - max-height: 42px; +.spota-logo-mark { + display: inline-flex; + align-items: center; + justify-content: center; + width: 42px; + height: 42px; + color: #fff; + background: linear-gradient(135deg, #0f766e, #2563eb); + border-radius: 14px; + box-shadow: 0 12px 24px rgba(15, 118, 110, 0.2); + font-family: 'Titillium Web', sans-serif; + font-size: 24px; + font-weight: 700; } .spota-brand:hover, @@ -2283,8 +2294,11 @@ textarea { font-weight: 700; } -.spota-footer-brand img { - max-height: 36px; +.spota-footer-brand .spota-logo-mark { + width: 36px; + height: 36px; + border-radius: 12px; + font-size: 20px; } @media (max-width: 991px) { diff --git a/index.php b/index.php index 439d4ec..42d8d2c 100644 --- a/index.php +++ b/index.php @@ -23,7 +23,7 @@