diff --git a/client/src/app/App.scss b/client/src/app/App.scss index c80c0b24b..e98b59071 100644 --- a/client/src/app/App.scss +++ b/client/src/app/App.scss @@ -34,16 +34,3 @@ } } } - -.fixed-center-page { - background: var(--body-background); - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -} diff --git a/client/src/app/components/Spinner.scss b/client/src/app/components/Spinner.scss index 54080fe9b..ac359a865 100644 --- a/client/src/app/components/Spinner.scss +++ b/client/src/app/components/Spinner.scss @@ -2,6 +2,19 @@ @import "../../scss/mixins"; @import "../../scss/variables"; +.fixed-center-page { + background: var(--body-background); + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + .spinner { position: relative; top: 20px;