From 3582db02002144a0d308651f0a77049c55fa8ea1 Mon Sep 17 00:00:00 2001 From: Karthik Ayangar Date: Sun, 21 Jan 2024 02:11:41 +0530 Subject: [PATCH] fix: loader style fix Signed-off-by: Karthik Ayangar --- src/features/workspace/index.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/features/workspace/index.scss b/src/features/workspace/index.scss index 3b914db..ee7e9a4 100644 --- a/src/features/workspace/index.scss +++ b/src/features/workspace/index.scss @@ -47,6 +47,27 @@ background: var(--timerange-switch-btn-bg); } +.loader-container { + position: absolute; + top: 0; + left: 0; + background-color: rgba(0, 0, 0, 0.31); + z-index: 1; + width: 100vw; + height: 100vh; + padding: 0px; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + .loading { + margin: 0; + padding: 0; + height: 4rem; + width: 4rem; + } +} + @media only screen and (max-width: 860px) { .home-header { flex-direction: column;