We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70e0f8 commit 640050eCopy full SHA for 640050e
src/core/components/auth/auths.jsx
@@ -81,7 +81,7 @@ export default class Auths extends React.Component {
81
}).toArray()
82
}
83
<div className="auth-btn-wrapper">
84
- <Button className="btn modal-btn auth" onClick={ this.close }>Done</Button>
+ <Button className="btn modal-btn auth btn-done" onClick={ this.close }>Done</Button>
85
{
86
nonOauthDefinitions.size === authorizedAuth.size ? <Button className="btn modal-btn auth" onClick={ this.logoutClick }>Logout</Button>
87
: <Button type="submit" className="btn modal-btn auth authorize">Authorize</Button>
src/style/_authorize.scss
@@ -5,6 +5,10 @@
5
padding: 10px 0;
6
7
justify-content: center;
8
+
9
+ .btn-done {
10
+ margin-right: 1em;
11
+ }
12
13
14
.auth-wrapper
0 commit comments