diff --git a/app/styles/components/spinner.scss b/app/styles/components/spinner.scss index bced85a4..81e8748a 100644 --- a/app/styles/components/spinner.scss +++ b/app/styles/components/spinner.scss @@ -11,15 +11,15 @@ @include animation(fadeIn infinite 6s ease-in-out); @extend %xxlarge; border-radius: 5%; - color: darken($green-taiga, 20%); - font-size: 75px; + color: darken($green-taiga, 15%); + font-size: 60px; height: 80%; - left: 15%; + left: 24%; margin: auto; opacity: 0; position: absolute; - top: 20%; - width: 80%; + text-shadow: 1px 1px 3px $green-taiga, 0 0 0 $black, 1px 1px 3px darken($green-taiga, 15%); + top: 24%; } .icon-kanban { diff --git a/app/styles/modules/user-settings/user-profile.scss b/app/styles/modules/user-settings/user-profile.scss index a675cef2..033a3bd8 100644 --- a/app/styles/modules/user-settings/user-profile.scss +++ b/app/styles/modules/user-settings/user-profile.scss @@ -19,8 +19,8 @@ .overlay { background: rgba($white, .9); bottom: 0; - left: 0; display: none; + left: 0; position: absolute; right: 0; top: 0;