Style
Last updated
Was this helpful?
Last updated
Was this helpful?
The Style module is a blank slate module that can be used as a parent module for applying consistent styling to its children.
Orientation Dropdown Sets how children of a Style module are oriented. The following options can be used:
horizontal
vertical
Enable Auto Layout
Checkbox - enabled
or disabled
repeat-x
repeat-y
repeat
space
round
no-repeat
Style attribute String, css style property input Can apply additional CSS to customize the contents of the Style module.
String, url Defines a background image. This property accepts a URL of an image.
String - Valid color string (white
) or hex code (#FFFFF
)
Defines a background color.
String, css property Sets how background images are repeated. Options include:
String, css property Sets whether the background image position is fixed within the viewport, or scrolls with its containing block.
String, css property value Defines the position of the background, if one was specified.
String, css property value Defines the size mode of the background.
String
Defines the max height. This property accepts lengths followed by a relative unit (em
, ex
, or px
) or percentages. Example: 6px
or 1em
String
Defines the minimum height. This property accepts lengths followed by a relative unit (em
, ex
, or px
) or percentages. Example: 6px
or 1em
String
Defines the padding around the edge of the contents of the Style module. This property will only add space around the edge of the content of the Style module, not between children. This property accepts lengths followed by a relative unit (em
, ex
, or px
) or percentages. Example: 500px
or 5em
String
Defines the margin around the outside of the Style module. This property accepts lengths followed by a relative unit (em
, ex
, or px
) or percentages. Example: 500px
or 5em