From d653c752d955bffd77c09fcefd1089bddd15d0a3 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 9 Feb 2017 18:04:14 +0200 Subject: [PATCH] fix --- src/app/data/bus-stop/bus-stop.scss | 15 --------------- src/styles.scss | 9 +++++++++ 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/src/app/data/bus-stop/bus-stop.scss b/src/app/data/bus-stop/bus-stop.scss index 3e0e06d..de4dc3d 100644 --- a/src/app/data/bus-stop/bus-stop.scss +++ b/src/app/data/bus-stop/bus-stop.scss @@ -1,19 +1,4 @@ .toolbar button { margin: 2px; padding: 0; -} - -.control_button { - position: fixed; - bottom: 10px; - right: 10px; - td-loading { - width: 56px; - height: 56px; - float: left; - margin-right: 20px; - .td-loading-wrapper { - margin-top: -10px; - } - } } \ No newline at end of file diff --git a/src/styles.scss b/src/styles.scss index 27d4ff4..1d8bc74 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -21,4 +21,13 @@ a[md-icon-button] { position: fixed; bottom: 40px; right: 40px; + td-loading { + width: 56px; + height: 56px; + float: left; + margin-right: 20px; + .td-loading-wrapper { + margin-top: -10px; + } + } } \ No newline at end of file -- libgit2 0.21.4