parent
25fc0a0678
commit
3cf819d32e
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue