From 8fdd28b346529d8c25e6c0dfead04c573bde5f08 Mon Sep 17 00:00:00 2001 From: Roman Cervantes Date: Wed, 3 Apr 2019 21:55:30 -0700 Subject: [PATCH] Authorization splash tweaks --- src/App.vue | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index 692cbf9f..05003d43 100755 --- a/src/App.vue +++ b/src/App.vue @@ -8,12 +8,11 @@
- -

Authorizing with Google

+ +

Authorizing

- @@ -238,14 +237,19 @@ export default { } .auth { - background-color: $color-white; + background: $color-white; height: 100vh; position: fixed; top: 0; width: 100vw; display: flex; align-items: center; - justify-content: center; + flex-direction: column; + + img { + width: 100px; + margin-top: 100px; + } i { margin: $gp;