2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

less syntax

This commit is contained in:
Mark Otto
2017-07-02 15:16:37 -07:00
parent 9c227e6b74
commit c8bad01c20
+6 -6
View File
@@ -3,7 +3,7 @@
margin-top: 25px; margin-top: 25px;
} }
/* Headings and form contrls */ // Headings and form contrls
.bs-customizer label { .bs-customizer label {
margin-top: 10px; margin-top: 10px;
font-weight: 500; font-weight: 500;
@@ -22,7 +22,7 @@
margin-bottom: 0; margin-bottom: 0;
} }
.bs-customizer .bs-callout h4 { .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; margin-bottom: 5px;
} }
.bs-customizer input[type="text"] { .bs-customizer input[type="text"] {
@@ -34,17 +34,17 @@
font-size: 12px; font-size: 12px;
} }
/* For the variables, use regular weight */ // For the variables, use regular weight
#less-section label { #less-section label {
font-weight: normal; font-weight: normal;
} }
/* Downloads */ // Downloads
.bs-customize-download .btn-outline { .bs-customize-download .btn-outline {
padding: 20px; padding: 20px;
} }
/* Error handling */ // Error handling
.bs-customizer-alert { .bs-customizer-alert {
position: fixed; position: fixed;
top: 0; top: 0;
@@ -100,7 +100,7 @@
font-weight: normal; font-weight: normal;
color: #333; color: #333;
} }
/*.bs-dropzone*/ #import-manual-trigger { #import-manual-trigger {
cursor: pointer; cursor: pointer;
} }
.bs-dropzone p:last-child { .bs-dropzone p:last-child {