Skip to content

Commit

Permalink
fix: loader style fix
Browse files Browse the repository at this point in the history
Signed-off-by: Karthik Ayangar <[email protected]>
  • Loading branch information
kituuu committed Jan 20, 2024
1 parent f8efe9d commit 3582db0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/features/workspace/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3582db0

Please sign in to comment.