Default modal defined by theme color.
To build a modal you need to use the next classes: .modal
.modal-dialog
.modal-content
.color-line
.modal-header
.modal-title
.modal-body
.modal-footer
Modal with header color defined by theme color.
To define a modal with header color you need to add the class .modal-header-color
to the base modal div.
Modal with full color defined by theme color.
To define a full color modal you need to add the class .modal-full-color
to the base modal div.
Default modal defined by Bootstrap color.
CSS classes: .modal-default
.modal-primary
.modal-info
.modal-success
.modal-warning
.modal-danger
.modal-inverse
Bootstrap modal with header color defined by Bootstrap color.
To define a modal with header color you need to add the class .modal-header-color
to the base modal div.
Bootstrap modal with full color defined by Bootstrap color.
To define a full color modal you need to add the class .modal-full-color
to the base modal div.
Modal with Backdrop background color defined by Bootstrap Colors.
Use .modal-background-color
to define the backdrop color.
Modal with No Backdrop background color.
Use .no-backdrop
to define no backdrop color in the modal