Commit d653c752d955bffd77c09fcefd1089bddd15d0a3
1 parent
26383384
fix
Showing
2 changed files
with
9 additions
and
15 deletions
Show diff stats
src/app/data/bus-stop/bus-stop.scss
| 1 | .toolbar button { | 1 | .toolbar button { |
| 2 | margin: 2px; | 2 | margin: 2px; |
| 3 | padding: 0; | 3 | padding: 0; |
| 4 | -} | ||
| 5 | - | ||
| 6 | -.control_button { | ||
| 7 | - position: fixed; | ||
| 8 | - bottom: 10px; | ||
| 9 | - right: 10px; | ||
| 10 | - td-loading { | ||
| 11 | - width: 56px; | ||
| 12 | - height: 56px; | ||
| 13 | - float: left; | ||
| 14 | - margin-right: 20px; | ||
| 15 | - .td-loading-wrapper { | ||
| 16 | - margin-top: -10px; | ||
| 17 | - } | ||
| 18 | - } | ||
| 19 | } | 4 | } |
| 20 | \ No newline at end of file | 5 | \ No newline at end of file |
src/styles.scss
| @@ -21,4 +21,13 @@ a[md-icon-button] { | @@ -21,4 +21,13 @@ a[md-icon-button] { | ||
| 21 | position: fixed; | 21 | position: fixed; |
| 22 | bottom: 40px; | 22 | bottom: 40px; |
| 23 | right: 40px; | 23 | right: 40px; |
| 24 | + td-loading { | ||
| 25 | + width: 56px; | ||
| 26 | + height: 56px; | ||
| 27 | + float: left; | ||
| 28 | + margin-right: 20px; | ||
| 29 | + .td-loading-wrapper { | ||
| 30 | + margin-top: -10px; | ||
| 31 | + } | ||
| 32 | + } | ||
| 24 | } | 33 | } |
| 25 | \ No newline at end of file | 34 | \ No newline at end of file |