From 785206005619e28f7db7960fd09c9880c9df57a7 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Wed, 19 Jun 2024 17:58:39 +0200 Subject: [PATCH] shx-3d-render --- snippets/shx-loading-spinner.liquid | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snippets/shx-loading-spinner.liquid b/snippets/shx-loading-spinner.liquid index b120290..3a5efda 100644 --- a/snippets/shx-loading-spinner.liquid +++ b/snippets/shx-loading-spinner.liquid @@ -34,10 +34,12 @@ align-items: center; backdrop-filter: blur(10px); + + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); } .shx-loading-spinner-mainIcon { - animation: shx-spinner-pulse 1s cubic-bezier( 0.9, 0.11, 0.09, 0.88) infinite; + animation: shx-spinner-pulse 1s cubic-bezier( 0.72, 0.41, 0.2, 0.49) infinite; }