Modal

Modals show additional information in a pop up to save space

ConfigurationValue
Modal HeaderEnter a header for your modal pop up
Modal BodyEnter body text for your modal pop up
LabelEnter a label for your modal input
CSS ColorEnter a hex code to change the color of your label
Example: #000000
1002 1594

Theme-able Classes

.themeable_input_generic_container {
  // styling of the generic input container
}

.themeable_input_modal_container {
  // styling of the input modal specific element containing the label and icon
}

.themeable_input_modal_label {
  // styling of the modal input text when closed
}

.themeable_input_modal_info_icon {
  // styling of the info icon when closed
}

.themeable_input_modal_background {
  // styling of the background when modal is opened (currently the darkish opaque effect)
}

.themeable_input_modal_container {
  
}

.themeable_input_modal {
  // styling of the root element containing the header and body when opened
}

.themeable_input_modal_header {
  // styling of the header of modal when opened
}

.themeable_input_modal_body {
  // styling of the body of the modal when opened
}