Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-10-08 11:52:50 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-18 12:09:17 +0300
commit3d4b65aba3131c43bb4e457371ff76cad48140e9 (patch)
tree9c362a57e9be6ea5017b7c708ebdf7606bcca055
parentb304c61318e8862f91f632e79dfd1618c23788d3 (diff)
Tweak customizer input a bit.
-rw-r--r--docs/assets/less/customizer.less2
-rw-r--r--docs/customize.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/less/customizer.less b/docs/assets/less/customizer.less
index aae5e1dff4..2d7001bd8d 100644
--- a/docs/assets/less/customizer.less
+++ b/docs/assets/less/customizer.less
@@ -89,7 +89,7 @@
.bs-dropzone .import-header {
margin-bottom: 5px;
}
-.bs-dropzone .glyphicon-download-alt {
+.bs-dropzone .glyphicon-folder-open {
font-size: 40px;
}
.bs-dropzone hr {
diff --git a/docs/customize.html b/docs/customize.html
index 70f9347536..d952a1c8b8 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -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 id="import-drop-target" class="bs-dropzone">
<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>
<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>
<p><strong>Don't have one?</strong> That's okay—just start customizing the fields below.</p>
</div>