Requires that a site is migrated to Saas before use. Parameters not visible below are managed in Saas, such as choice of icon, title and link.
[[saas-badges parameters]]
Parameters
Parameter | Description | Required | Values | Default |
---|---|---|---|---|
orientation | Set the orientation of the badges | no | vertical, horizontal | vertical |
icon_color | Color of icon | no | any Hex or RGB color | |
icon_size | Size of icon | no | numerical value, in pixels | |
text_color | Color of text | no | any Hex or RGB color | |
text_size | Size of text | no | numerical value, in pixels |
[[saas-badges parameters]]
Parameters
Parameter | Description | Required | Values | Default |
---|---|---|---|---|
background_color | Sets the background color of the badges | no | any Hex or RGB color | |
background_hover_color | Sets the mouse hover color of the badges | no | any Hex or RGB color | |
border_color | Color of the badge border | no | any Hex or RGB color | |
border_radius | Sets the edge radius of the badges | no | numerical value, in pixels | |
padding | Sets spacing surrounding badges | no | numerical value, in pixels |
[[saas-badges parameters]]
Parameters for Box Shadow
Box shadows have four parameters, which must be entered in proper order, as shown below.
[[saas-badges box_shadow = “0 0 4px #000”]]Parameter | Description | Required | Values | Default |
---|---|---|---|---|
h-shadow | horizontal shadow | yes | numerical value, in pixels | |
v-shadow | vertical shadow | yes | numerical value, in pixels | |
spread | spread of the shadow | yes | numerical value in pixels, with suffix: px | |
color | shadow color | yes | any Hex or RGB color |
Examples
Simple list of badges:
[saas-badges]
Horizontal badges:
[saas-badges orientation='horizontal']
Manually defined badges:
[saas-badges orientation='vertical' icon_color='#F00' border_color='#F00']