From f2720c218b27e9960e12dd571888cfe9ef854dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Thu, 19 Dec 2019 15:43:56 +0100 Subject: [PATCH] Fix DEPLOYING spinner css --- src/app/ide/ide.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/ide/ide.component.scss b/src/app/ide/ide.component.scss index 66e18a3..70f8661 100644 --- a/src/app/ide/ide.component.scss +++ b/src/app/ide/ide.component.scss @@ -75,7 +75,8 @@ .loader { border-radius: 50%; - border: 2px solid; + border: 2px solid $tao-warm-yellow-600; + border-top: 2px solid $tao-warm-yellow-200; width: 15px; height: 15px; animation: spin 2s linear infinite;