mirror of https://github.com/twbs/bootstrap.git
Tweak customizer input a bit.
This commit is contained in:
parent
b304c61318
commit
3d4b65aba3
|
@ -89,7 +89,7 @@
|
||||||
.bs-dropzone .import-header {
|
.bs-dropzone .import-header {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
.bs-dropzone .glyphicon-download-alt {
|
.bs-dropzone .glyphicon-folder-open {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
}
|
}
|
||||||
.bs-dropzone hr {
|
.bs-dropzone hr {
|
||||||
|
|
|
@ -28,10 +28,10 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
|
||||||
<div class="bs-docs-section bs-customizer-import">
|
<div class="bs-docs-section bs-customizer-import">
|
||||||
<div id="import-drop-target" class="bs-dropzone">
|
<div id="import-drop-target" class="bs-dropzone">
|
||||||
<div class="import-header">
|
<div class="import-header">
|
||||||
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span>
|
<span class="glyphicon glyphicon-folder-open" aria-hidden="true"></span>
|
||||||
</div>
|
</div>
|
||||||
<p class="lead">Have an existing configuration? Upload your <code>config.json</code> to import it.</p>
|
<p class="lead">Have an existing configuration? Upload your <code>config.json</code> to import it.</p>
|
||||||
<p><label id="import-manual-trigger" class="btn-link">Upload<input type="file" id="import-file-select" class="hidden"></label>.</p>
|
<p><label id="import-manual-trigger" class="btn btn-outline btn-lg">Upload<input type="file" id="import-file-select" class="hidden"></label></p>
|
||||||
<hr>
|
<hr>
|
||||||
<p><strong>Don't have one?</strong> That's okay—just start customizing the fields below.</p>
|
<p><strong>Don't have one?</strong> That's okay—just start customizing the fields below.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue