@@ -299,12 +299,14 @@ <h3>Typography</h3>
299
299
< input type ="text " class ="span3 " placeholder ="Georgia, 'Times New Roman', Times, serif ">
300
300
< label > @monoFontFamily</ label >
301
301
< input type ="text " class ="span3 " placeholder ="Menlo, Monaco, 'Courier New', monospace ">
302
+
302
303
< label > @baseFontSize</ label >
303
304
< input type ="text " class ="span3 " placeholder ="14px ">
304
305
< label > @baseFontFamily</ label >
305
306
< input type ="text " class ="span3 " placeholder ="@sansFontFamily ">
306
307
< label > @baseLineHeight</ label >
307
308
< input type ="text " class ="span3 " placeholder ="20px ">
309
+
308
310
< label > @altFontFamily</ label >
309
311
< input type ="text " class ="span3 " placeholder ="@serifFontFamily ">
310
312
< label > @headingsFontFamily</ label >
@@ -313,6 +315,28 @@ <h3>Typography</h3>
313
315
< input type ="text " class ="span3 " placeholder ="bold ">
314
316
< label > @headingsColor</ label >
315
317
< input type ="text " class ="span3 " placeholder ="inherit ">
318
+
319
+ < label > @fontSizeLarge</ label >
320
+ < input type ="text " class ="span3 " placeholder ="@baseFontSize * 1.25 ">
321
+ < label > @fontSizeSmall</ label >
322
+ < input type ="text " class ="span3 " placeholder ="@baseFontSize * 0.85 ">
323
+ < label > @fontSizeMini</ label >
324
+ < input type ="text " class ="span3 " placeholder ="@baseFontSize * 0.75 ">
325
+
326
+ < label > @paddingLarge</ label >
327
+ < input type ="text " class ="span3 " placeholder ="11px 19px ">
328
+ < label > @paddingSmall</ label >
329
+ < input type ="text " class ="span3 " placeholder ="2px 10px ">
330
+ < label > @paddingMini</ label >
331
+ < input type ="text " class ="span3 " placeholder ="1px 6px ">
332
+
333
+ < label > @baseBorderRadius</ label >
334
+ < input type ="text " class ="span3 " placeholder ="4px ">
335
+ < label > @borderRadiusLarge</ label >
336
+ < input type ="text " class ="span3 " placeholder ="6px ">
337
+ < label > @borderRadiusSmall</ label >
338
+ < input type ="text " class ="span3 " placeholder ="3px ">
339
+
316
340
< label > @heroUnitBackground</ label >
317
341
< input type ="text " class ="span3 " placeholder ="@grayLighter ">
318
342
< label > @heroUnitHeadingColor</ label >
@@ -399,6 +423,11 @@ <h3>Navbar</h3>
399
423
< label > @navbarSearchPlaceholderColor</ label >
400
424
< input type ="text " class ="span3 " placeholder ="#ccc ">
401
425
426
+ < label > @navbarCollapseWidth</ label >
427
+ < input type ="text " class ="span3 " placeholder ="979px ">
428
+ < label > @navbarCollapseDesktopWidth</ label >
429
+ < input type ="text " class ="span3 " placeholder ="@navbarCollapseWidth + 1 ">
430
+
402
431
< h3 > Dropdowns</ h3 >
403
432
< label > @dropdownBackground</ label >
404
433
< input type ="text " class ="span3 " placeholder ="@white ">
0 commit comments