]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
less syntax
authorMark Otto <markdotto@gmail.com>
Sun, 2 Jul 2017 22:16:37 +0000 (15:16 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 2 Jul 2017 22:16:37 +0000 (15:16 -0700)
docs/assets/less/customizer.less

index 6046a0c07b3f7d7775ae2d16a9d6f8244495dfcf..c36fbc15f01dc69ac099e61734539e42548a1166 100644 (file)
@@ -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"] {
   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;
   font-weight: normal;
   color: #333;
 }
-/*.bs-dropzone*/ #import-manual-trigger {
+#import-manual-trigger {
   cursor: pointer;
 }
 .bs-dropzone p:last-child {