11
22<!-- NOTE: DO NOT EDIT THE FOLLOWING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-variables.jade template.-->
3- < h2 id ="colors "> Colors</ h2 >
4- < p > Gray colors for use across Bootstrap.</ p >
5- < div class ="row ">
6- < div class ="bs-customizer-input ">
7- < label for ="input-@gray-darker "> @gray-darker</ label >
8- < input id ="input-@gray-darker " type ="text " value ="lighten(#000, 13.5%) " data-var ="@gray-darker " class ="form-control "/>
9- </ div >
10- < div class ="bs-customizer-input ">
11- < label for ="input-@gray-dark "> @gray-dark</ label >
12- < input id ="input-@gray-dark " type ="text " value ="lighten(#000, 20%) " data-var ="@gray-dark " class ="form-control "/>
13- </ div >
14- < div class ="bs-customizer-input ">
15- < label for ="input-@gray "> @gray</ label >
16- < input id ="input-@gray " type ="text " value ="lighten(#000, 33.5%) " data-var ="@gray " class ="form-control "/>
17- </ div >
18- < div class ="bs-customizer-input ">
19- < label for ="input-@gray-light "> @gray-light</ label >
20- < input id ="input-@gray-light " type ="text " value ="lighten(#000, 60%) " data-var ="@gray-light " class ="form-control "/>
21- </ div >
22- < div class ="bs-customizer-input ">
23- < label for ="input-@gray-lighter "> @gray-lighter</ label >
24- < input id ="input-@gray-lighter " type ="text " value ="lighten(#000, 93.5%) " data-var ="@gray-lighter " class ="form-control "/>
25- </ div >
26- </ div >
27- < h2 id ="typography "> Typography</ h2 >
28- < p > Font size and line-height.</ p >
29- < div class ="row ">
30- < div class ="bs-customizer-input ">
31- < label for ="input-@font-size-base "> @font-size-base</ label >
32- < input id ="input-@font-size-base " type ="text " value ="14px " data-var ="@font-size-base " class ="form-control "/>
33- </ div >
34- < div class ="bs-customizer-input ">
35- < label for ="input-@font-size-large "> @font-size-large</ label >
36- < input id ="input-@font-size-large " type ="text " value ="ceil((@font-size-base * 1.25)) " data-var ="@font-size-large " class ="form-control "/>
37- </ div >
38- < div class ="bs-customizer-input ">
39- < label for ="input-@font-size-small "> @font-size-small</ label >
40- < input id ="input-@font-size-small " type ="text " value ="ceil((@font-size-base * 0.85)) " data-var ="@font-size-small " class ="form-control "/>
41- </ div >
42- < div class ="bs-customizer-input ">
43- < label for ="input-@line-height-base "> @line-height-base</ label >
44- < input id ="input-@line-height-base " type ="text " value ="1.428571429 " data-var ="@line-height-base " class ="form-control "/>
45- < p class ="help-block "> Unit-less < code > line-height</ code > for use in components like buttons.</ p >
46- </ div >
47- < div class ="bs-customizer-input ">
48- < label for ="input-@line-height-computed "> @line-height-computed</ label >
49- < input id ="input-@line-height-computed " type ="text " value ="floor((@font-size-base * @line-height-base)) " data-var ="@line-height-computed " class ="form-control "/>
50- < p class ="help-block "> Computed "line-height" (< code > font-size</ code > * < code > line-height</ code > ) for use with < code > margin</ code > , < code > padding</ code > , etc.</ p >
51- </ div >
52- </ div >
533< h2 id ="components "> Components</ h2 >
544< p > Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).</ p >
555< div class ="row ">
@@ -148,13 +98,10 @@ <h2 id="grid-system">Grid system</h2>
14898 < input id ="input-@grid-float-breakpoint " type ="text " value ="768px " data-var ="@grid-float-breakpoint " class ="form-control "/>
14999 < p class ="help-block "> Point at which the navbar becomes uncollapsed.</ p >
150100 </ div >
151- </ div >
152- < h2 id ="container-sizes "> Container sizes</ h2 >
153- < p > Define the maximum width of < code > .container</ code > for different screen sizes.</ p >
154- < div class ="row ">
155101 < div class ="bs-customizer-input ">
156- < label for ="input-@container-lg "> @container-lg</ label >
157- < input id ="input-@container-lg " type ="text " value ="((1140px + @grid-gutter-width)) " data-var ="@container-lg " class ="form-control "/>
102+ < label for ="input-@container-smooth "> @container-smooth</ label >
103+ < input id ="input-@container-smooth " type ="text " value ="@container-lg " data-var ="@container-smooth " class ="form-control "/>
104+ < p class ="help-block "> Maximum with of a smooth container.</ p >
158105 </ div >
159106</ div >
160107< h2 id ="navbar "> Navbar</ h2 >
@@ -382,7 +329,7 @@ <h2 id="alerts">Alerts</h2>
382329 </ div >
383330 < div class ="bs-customizer-input ">
384331 < label for ="input-@alert-fixed-width "> @alert-fixed-width</ label >
385- < input id ="input-@alert-fixed-width " type ="text " value ="@screen-md-min " data-var ="@alert-fixed-width " class ="form-control "/>
332+ < input id ="input-@alert-fixed-width " type ="text " value ="@screen-md " data-var ="@alert-fixed-width " class ="form-control "/>
386333 </ div >
387334</ div >
388335<!-- NOTE: DO NOT EDIT THE PRECEDING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-variables.jade template.-->
0 commit comments