Predefined Buttons

[raw]

DEFAULT BUTTON
BIO GREEN
AZURE
Orange

DARK RED
Purple
TURQUOISE
DIRTY YELLOW

Blue

[code]
DEFAULT BUTTON
BIO GREEN
AZURE
Orange

DARK RED
Purple
TURQUOISE
DIRTY YELLOW

Blue
[/code]

Custom Colored Buttons

#333333
#a50b0b
#a50390

[code]
#333333
#a50b0b
#a50390
[/code]

List styles

[row]
[col type=”1_3″ class=””]

Default style:

  • Default list item 1
  • Default list item 2
  • Default list item 3

[/col]
[col type=”1_3″ class=””]

Checklist:

[check_list]

  • Checklist item 1
  • Checklist item 2
  • Checklist item 3

[/check_list]
[/col]
[col type=”1_3″ class=””]

Delete List:

[delete_list]

  • Delete List item 1
  • Delete List item 2
  • Delete List item 3

[/delete_list]
[/col]
[/row]
[divider type=””]

List with Arrows:

[arrow_list]

  • List with Arrows item 1
  • List with Arrows item 2
  • List with Arrows item 3

[/arrow_list]
[code][row]
[col type=”1_3″ class=””]

  • Default list item 1
  • Default list item 2
  • Default list item 3

[/col]
[col type=”1_3″ class=””]
[check_list]

  • Checklist item 1
  • Checklist item 2
  • Checklist item 3

[/check_list]
[/col]
[col type=”1_3″ class=””]
[delete_list]

  • Delete List item 1
  • Delete List item 2
  • Delete List item 3

[/delete_list]
[/col]
[/row]
[divider type=””][/code]
[/raw]