From b880d06c1c78e54595c9512dbb8fd6b41d8e9c6a Mon Sep 17 00:00:00 2001 From: Tom Fuertes Date: Sun, 22 Sep 2024 13:18:26 -0500 Subject: [PATCH] fx notif --- dist/index.html | 8 +++++--- index.html | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/dist/index.html b/dist/index.html index 457ded2..7196336 100644 --- a/dist/index.html +++ b/dist/index.html @@ -91,17 +91,19 @@ /* Close button styling */ .notification-close { position: absolute; - top: 5px; - right: 10px; + top: 2px; + right: 5px; background: none; border: none; color: #fff; font-size: 16px; cursor: pointer; + padding: 0; + line-height: 1; } .notification-close:hover { - color: #000; + color: #eee; } /* Fade-in animation */ diff --git a/index.html b/index.html index 17028c5..5c339cb 100644 --- a/index.html +++ b/index.html @@ -98,17 +98,19 @@ /* Close button styling */ .notification-close { position: absolute; - top: 5px; - right: 10px; + top: 2px; + right: 5px; background: none; border: none; color: #fff; font-size: 16px; cursor: pointer; + padding: 0; + line-height: 1; } .notification-close:hover { - color: #000; + color: #eee; } /* Fade-in animation */