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:
authorMark Otto <markdotto@gmail.com>2017-07-03 01:16:37 +0300
committerMark Otto <markdotto@gmail.com>2017-07-03 01:16:37 +0300
commitc8bad01c2017d21c5b501b7a12f90432a7b8c958 (patch)
treefe1bbc736f81aa5fda4db1134b01d2a9e0d97baf /docs/assets/less
parent9c227e6b74e47d319d7865c1c4980d8af2ff7bb6 (diff)
less syntax
Diffstat (limited to 'docs/assets/less')
-rw-r--r--docs/assets/less/customizer.less12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/assets/less/customizer.less b/docs/assets/less/customizer.less
index 6046a0c07b..c36fbc15f0 100644
--- a/docs/assets/less/customizer.less
+++ b/docs/assets/less/customizer.less
@@ -3,7 +3,7 @@
margin-top: 25px;
}
-/* Headings and form contrls */
+// Headings and form contrls
.bs-customizer label {
margin-top: 10px;
font-weight: 500;
@@ -22,7 +22,7 @@
margin-bottom: 0;
}
.bs-customizer .bs-callout h4 {
- margin-top: 0; /* lame, but due to specificity we have to duplicate */
+ margin-top: 0; // lame, but due to specificity we have to duplicate
margin-bottom: 5px;
}
.bs-customizer input[type="text"] {
@@ -34,17 +34,17 @@
font-size: 12px;
}
-/* For the variables, use regular weight */
+// For the variables, use regular weight
#less-section label {
font-weight: normal;
}
-/* Downloads */
+// Downloads
.bs-customize-download .btn-outline {
padding: 20px;
}
-/* Error handling */
+// Error handling
.bs-customizer-alert {
position: fixed;
top: 0;
@@ -100,7 +100,7 @@
font-weight: normal;
color: #333;
}
-/*.bs-dropzone*/ #import-manual-trigger {
+#import-manual-trigger {
cursor: pointer;
}
.bs-dropzone p:last-child {