From d1da5624d74b6ae6ea779df1485c661fa3014fd8 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Wed, 10 May 2017 15:52:09 +0000 Subject: Tech debt: Creates vue component for loading icon --- app/assets/stylesheets/pages/environments.scss | 5 ----- app/assets/stylesheets/pages/pipelines.scss | 6 ------ 2 files changed, 11 deletions(-) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss index 026d35295d7..af991a128f3 100644 --- a/app/assets/stylesheets/pages/environments.scss +++ b/app/assets/stylesheets/pages/environments.scss @@ -5,11 +5,6 @@ } } -.environments-list-loading { - width: 100%; - font-size: 34px; -} - .environments-folder-name { font-weight: normal; padding-top: 20px; diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index 71fc6fad9b4..e7553c7a4bf 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -1,10 +1,4 @@ .pipelines { - .realtime-loading { - font-size: 40px; - text-align: center; - margin: 0 auto; - } - .stage { max-width: 90px; width: 90px; -- cgit v1.2.3