import blue button styling
This commit is contained in:
parent
ccf9353d9d
commit
2114519778
2 changed files with 2 additions and 1 deletions
|
@ -1558,6 +1558,7 @@ h3.filterBox {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0.75em;
|
margin: 0.75em;
|
||||||
padding: 0.75em;
|
padding: 0.75em;
|
||||||
|
padding-top: 0.85em;
|
||||||
height: 3em;
|
height: 3em;
|
||||||
background-color: #AAB0FB;
|
background-color: #AAB0FB;
|
||||||
border-radius: 0.3em;
|
border-radius: 0.3em;
|
||||||
|
|
|
@ -28,7 +28,7 @@ class ImportDialogBox extends Component {
|
||||||
Export as JSON
|
Export as JSON
|
||||||
</div>
|
</div>
|
||||||
<div className="import-blue-button" onClick={this.props.downloadScreenshot}>
|
<div className="import-blue-button" onClick={this.props.downloadScreenshot}>
|
||||||
Download screenshot of map
|
Download screenshot
|
||||||
</div>
|
</div>
|
||||||
<h3>IMPORT</h3>
|
<h3>IMPORT</h3>
|
||||||
<p>To upload a file, drop it here:</p>
|
<p>To upload a file, drop it here:</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue