Skip to content

Commit

Permalink
Merge pull request #154
Browse files Browse the repository at this point in the history
FIXED: Component: Preloader: Some minor bug fixes.
  • Loading branch information
SagnikGanguly96 authored Oct 9, 2023
2 parents c786ad3 + 8ce166b commit 6676d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/components/preloaders.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body {

.has-preloader {
overflow: hidden !important;
\display: block;
display: block;
}

.sgnuk-preloader.spinner,
Expand All @@ -53,7 +53,7 @@ body {

.sgnuk-preloader.indeterminate,
.sgnuk-preloader.determinate {
--sgn-preloader-progress-size: ${progressSize} px;
--sgn-preloader-progress-size: 80px;
--sgn-preloader-progress-radius: calc((var(--sgn-preloader-progress-size) / 2) - 2px);
--sgn-preloader-progress-circumference: calc(2 * 3.14 * var(--sgn-preloader-progress-radius));
}
Expand Down

0 comments on commit 6676d13

Please sign in to comment.