From 2f2d05689e6a2a7cda00306da98d1d01ef2f9514 Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Mon, 8 Dec 2014 12:00:35 +0100 Subject: [PATCH] fixed the restart build loading icon bug --- assets/styles/main/tools.sass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/styles/main/tools.sass b/assets/styles/main/tools.sass index 208f56ad..8d991d54 100644 --- a/assets/styles/main/tools.sass +++ b/assets/styles/main/tools.sass @@ -83,9 +83,10 @@ background: inline-image('ui/round-spinner.svg') no-repeat background-size: 17px 17px display: inline-block - height: 25px + height: 28px + width: 4px position: relative - top: -3px + top: -7px cursor: pointer color: #ffffff background-color: #5e869a