Skip to content

Commit 3d4b65a

Browse files
committed
Tweak customizer input a bit.
1 parent b304c61 commit 3d4b65a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/assets/less/customizer.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
.bs-dropzone .import-header {
9090
margin-bottom: 5px;
9191
}
92-
.bs-dropzone .glyphicon-download-alt {
92+
.bs-dropzone .glyphicon-folder-open {
9393
font-size: 40px;
9494
}
9595
.bs-dropzone hr {

docs/customize.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
<div class="bs-docs-section bs-customizer-import">
2929
<div id="import-drop-target" class="bs-dropzone">
3030
<div class="import-header">
31-
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span>
31+
<span class="glyphicon glyphicon-folder-open" aria-hidden="true"></span>
3232
</div>
3333
<p class="lead">Have an existing configuration? Upload your <code>config.json</code> to import it.</p>
34-
<p><label id="import-manual-trigger" class="btn-link">Upload<input type="file" id="import-file-select" class="hidden"></label>.</p>
34+
<p><label id="import-manual-trigger" class="btn btn-outline btn-lg">Upload<input type="file" id="import-file-select" class="hidden"></label></p>
3535
<hr>
3636
<p><strong>Don't have one?</strong> That's okay—just start customizing the fields below.</p>
3737
</div>

0 commit comments

Comments
 (0)