From 640050e54e4b5d8d11f46d0f09d3b0c74463e715 Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Thu, 23 Nov 2017 12:35:00 -0600 Subject: [PATCH] Add spacing between done and authorize button --- src/core/components/auth/auths.jsx | 2 +- src/style/_authorize.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/core/components/auth/auths.jsx b/src/core/components/auth/auths.jsx index f2de4ee2..ce159ab3 100644 --- a/src/core/components/auth/auths.jsx +++ b/src/core/components/auth/auths.jsx @@ -81,7 +81,7 @@ export default class Auths extends React.Component { }).toArray() }
- + { nonOauthDefinitions.size === authorizedAuth.size ? : diff --git a/src/style/_authorize.scss b/src/style/_authorize.scss index 55ecd01e..8990ad59 100644 --- a/src/style/_authorize.scss +++ b/src/style/_authorize.scss @@ -5,6 +5,10 @@ padding: 10px 0; justify-content: center; + + .btn-done { + margin-right: 1em; + } } .auth-wrapper