Change design to be consistent with Purgatory logout button
parent
5805f78814
commit
70e1be9e8b
|
@ -138,18 +138,7 @@ const SourceForm = ({
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
: null}
|
: null}
|
||||||
{isUsingAuth
|
<div className="form-group form-group-submit text-center col-xs-12 col-sm-6 col-sm-offset-3">
|
||||||
? <div className="form-group form-group-submit col-xs-12 col-sm-4 col-sm-offset-2">
|
|
||||||
<button className="btn btn-block btn-default">
|
|
||||||
<span className="icon shuffle" /> Switch Orgs
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
: null}
|
|
||||||
<div
|
|
||||||
className={`form-group form-group-submit ${isUsingAuth
|
|
||||||
? 'col-xs-12 col-sm-4'
|
|
||||||
: 'col-xs-12 col-sm-6 col-sm-offset-3'}`}
|
|
||||||
>
|
|
||||||
<button
|
<button
|
||||||
className={classnames('btn btn-block', {
|
className={classnames('btn btn-block', {
|
||||||
'btn-primary': editMode,
|
'btn-primary': editMode,
|
||||||
|
@ -162,6 +151,11 @@ const SourceForm = ({
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
{isUsingAuth
|
||||||
|
? <button className="btn btn-link btn-sm">
|
||||||
|
<span className="icon shuffle" /> Switch Orgs
|
||||||
|
</button>
|
||||||
|
: null}
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue