From 0ff0d779a4489965823781e9712450d58d923a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 16 Oct 2014 22:19:54 +0200 Subject: [PATCH] Hush scss linter :zzz: --- app/styles/layout/us-detail.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/styles/layout/us-detail.scss b/app/styles/layout/us-detail.scss index 3ec0f5b0..052bc37b 100644 --- a/app/styles/layout/us-detail.scss +++ b/app/styles/layout/us-detail.scss @@ -342,10 +342,10 @@ &.loading { width: 100%; span { - width: 100%; - text-align: center; - padding: 20px 0px; font-size: 30px; + padding: 20px 0; + text-align: center; + width: 100%; @include animation (loading .5s linear); @include animation (spin 1s linear infinite); }