lucamug / style-framework / Framework.Configuration

List of values that you can change to costumize the aspect of the framwork

This list is inspired by Bulma framework: https://bulma.io/documentation/overview/variables/

Functions

conf : { color : { background : Element.Color, black : Element.Color, black_bis : Element.Color, black_ter : Element.Color, blue : Element.Color, border : Element.Color, border_hover : Element.Color, code : Element.Color, code_background : Element.Color, cyan : Element.Color, danger : Element.Color, dark : Element.Color, green : Element.Color, grey : Element.Color, grey_dark : Element.Color, grey_darker : Element.Color, grey_light : Element.Color, grey_lighter : Element.Color, info : Element.Color, light : Element.Color, link : Element.Color, link_active : Element.Color, link_active_border : Element.Color, link_focus : Element.Color, link_focus_border : Element.Color, link_hover : Element.Color, link_hover_border : Element.Color, link_invert : Element.Color, link_visited : Element.Color, muted : Element.Color, orange : Element.Color, pre : Element.Color, pre_background : Element.Color, primary : Element.Color, purple : Element.Color, red : Element.Color, success : Element.Color, text : Element.Color, text_light : Element.Color, text_strong : Element.Color, transparent : Element.Color, turquoise : Element.Color, warning : Element.Color, white : Element.Color, white_bis : Element.Color, white_ter : Element.Color, yellow : Element.Color }, font : { typeface : String, typefaceFallback : Element.Font.Font, url : String }, moveDownPlaceHolder : { large : Basics.Float, small : Basics.Float }, size : { size1 : Basics.Float, size2 : Basics.Float, size3 : Basics.Float, size4 : Basics.Float, size5 : Basics.Float, size6 : Basics.Float, size7 : Basics.Float }, button : { fontSmall : Basics.Int, fontDefault : Basics.Int, fontMedium : Basics.Int, fontLarge : Basics.Int, fontJumbo : Basics.Int, paddingXSmall : Basics.Int, paddingYSmall : Basics.Int, paddingXDefault : Basics.Int, paddingYDefault : Basics.Int, paddingXMedium : Basics.Int, paddingYMedium : Basics.Int, paddingXLarge : Basics.Int, paddingYLarge : Basics.Int, paddingXJumbo : Basics.Int, paddingYJumbo : Basics.Int } }