253253 {"key" :" @iconWhiteSpritePath" , "value" :" '../twitter-bootstrap/img/glyphicons-halflings-white.png'" , "type" : " icons" }
254254
255255 ]
256+ },
257+
258+ {
259+ "name" : " Private" ,
260+ "data" : [
261+ {"key" :" @zindexDropdown" , "value" :" 1000" , "type" : " text" },
262+ {"key" :" @zindexPopover" , "value" : " 1010" , "type" : " text" },
263+ {"key" :" @zindexTooltip" , "value" : " 1030" , "type" : " text" },
264+ {"key" :" @zindexFixedNavbar" , "value" : " 1030" , "type" : " text" },
265+ {"key" :" @zindexModalBackdrop" , "value" : " 1040" , "type" : " text" },
266+ {"key" :" @zindexModal" , "value" : " 1050" , "type" : " text" },
267+
268+ {"key" :" @navbarInverseBackground" , "value" : " #111111" , "type" : " color" },
269+ {"key" :" @navbarInverseBackgroundHighlight" , "value" : " #222222" , "type" : " color" },
270+ {"key" :" @navbarInverseBorder" , "value" : " #252525" , "type" : " color" },
271+
272+ {"key" :" @navbarInverseText" , "value" : " @grayLight" , "type" : " color" },
273+ {"key" :" @navbarInverseLinkColor" , "value" : " @grayLight" , "type" : " color" },
274+ {"key" :" @navbarInverseLinkColorHover" , "value" : " @white" , "type" : " color" },
275+ {"key" :" @navbarInverseLinkColorActive" , "value" : " @navbarInverseLinkColorHover" , "type" : " color" },
276+ {"key" :" @navbarInverseLinkBackgroundHover" , "value" : " transparent" , "type" : " color" },
277+ {"key" :" @navbarInverseLinkBackgroundActive" , "value" : " @navbarInverseBackground" , "type" : " color" },
278+
279+ {"key" :" @navbarInverseSearchBackground" , "value" : " lighten(@navbarInverseBackground, 25%)" , "type" : " color" },
280+ {"key" :" @navbarInverseSearchBackgroundFocus" , "value" : " @white" , "type" : " color" },
281+ {"key" :" @navbarInverseSearchBorder" , "value" : " @navbarInverseBackground" , "type" : " color" },
282+ {"key" :" @navbarInverseSearchPlaceholderColor" , "value" : " #ccc" , "type" : " color" },
283+
284+ {"key" :" @navbarInverseBrandColor" , "value" : " @navbarInverseLinkColor" , "type" : " color" },
285+
286+ {"key" :" @gridColumns" , "value" : " 12" , "type" : " text" },
287+ {"key" :" @gridColumnWidth" , "value" : " 60px" , "type" : " text" },
288+ {"key" :" @gridGutterWidth" , "value" : " 20px" , "type" : " text" },
289+ {"key" :" @gridRowWidth" , "value" : " (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1))" , "type" : " text" },
290+
291+ {"key" :" @gridColumnWidth1200" , "value" : " 70px" , "type" : " text" },
292+ {"key" :" @gridGutterWidth1200" , "value" : " 30px" , "type" : " text" },
293+ {"key" :" @gridRowWidth1200" , "value" : " (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1))" , "type" : " text" },
294+
295+ {"key" :" @gridColumnWidth768" , "value" : " 42px" , "type" : " text" },
296+ {"key" :" @gridGutterWidth768" , "value" : " 20px" , "type" : " text" },
297+ {"key" :" @gridRowWidth768" , "value" : " (@gridColumns * @gridColumnWidth768) + (@gridGutterWidth768 * (@gridColumns - 1))" , "type" : " text" },
298+
299+ {"key" :" @fluidGridColumnWidth" , "value" : " percentage(@gridColumnWidth/@gridRowWidth)" , "type" : " text" },
300+ {"key" :" @fluidGridGutterWidth" , "value" : " percentage(@gridGutterWidth/@gridRowWidth)" , "type" : " text" },
301+
302+ {"key" :" @fluidGridColumnWidth1200" , "value" : " percentage(@gridColumnWidth1200/@gridRowWidth1200)" , "type" : " text" },
303+ {"key" :" @fluidGridGutterWidth1200" , "value" : " percentage(@gridGutterWidth1200/@gridRowWidth1200)" , "type" : " text" },
304+
305+ {"key" :" @fluidGridColumnWidth768" , "value" : " percentage(@gridColumnWidth768/@gridRowWidth768)" , "type" : " text" },
306+ {"key" :" @fluidGridGutterWidth768" , "value" : " percentage(@gridColumnWidth768/@gridRowWidth768)" , "type" : " text" }
307+ ]
256308 }
257309]
0 commit comments