From 4dd0ed9a56ed35c8556eb3ab43fb404587e48ad4 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 16 Feb 2025 20:56:48 +0000 Subject: [PATCH] Update src/styles/loadingSpinner.module.scss --- src/styles/loadingSpinner.module.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles/loadingSpinner.module.scss b/src/styles/loadingSpinner.module.scss index b83b70b..cdfe3d1 100644 --- a/src/styles/loadingSpinner.module.scss +++ b/src/styles/loadingSpinner.module.scss @@ -15,6 +15,13 @@ flex-direction: column; align-items: center; justify-content: center; + background: linear-gradient(to bottom right,#232323 00%,#292929 50%,#282828 150%); + border-radius: 10px; + box-shadow: 0 0 8px 0 rgb(0,0,0,0.5); + padding: 35px 25px; + grid-gap: 15px; + width: 100%; + max-width: 600px; } .loadingSpinner {