Explorer empty state styles

Fits better into the UI
pull/245/head
Alex P 2016-10-12 13:44:35 -07:00
parent 25fc0a0678
commit 3cf819d32e
2 changed files with 2 additions and 1 deletions

View File

@ -109,6 +109,7 @@ const Explorer = React.createClass({
return ( return (
<div className="query-editor__empty"> <div className="query-editor__empty">
<h5>This Graph has no Queries</h5> <h5>This Graph has no Queries</h5>
<br/>
<div className="btn btn-primary" role="button" onClick={this.handleAddQuery}>Add a Query</div> <div className="btn btn-primary" role="button" onClick={this.handleAddQuery}>Add a Query</div>
</div> </div>
); );

View File

@ -341,7 +341,7 @@ $query-editor-height: 35vh;
padding: 18px 0; padding: 18px 0;
min-height: $query-editor-height; min-height: $query-editor-height;
max-height: 80vh; max-height: 80vh;
background-color: $g6-smoke; background-color: $g7-graphite;
border-radius: 0 0 $radius $radius; border-radius: 0 0 $radius $radius;
} }