From f2851413c1edeac5efd2c19351b3ef05e42de9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 28 Jan 2015 09:38:47 +0100 Subject: [PATCH] Fix User Profile spinner --- app/styles/modules/user-settings/user-profile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/modules/user-settings/user-profile.scss b/app/styles/modules/user-settings/user-profile.scss index f167e087..62f39807 100644 --- a/app/styles/modules/user-settings/user-profile.scss +++ b/app/styles/modules/user-settings/user-profile.scss @@ -19,7 +19,7 @@ .overlay { align-content: center; align-items: center; - background: rgba($blackish, .9); + background: rgba($blackish, .8); bottom: 0; display: none; justify-content: center;