responsive mode

Modal

A modal window to display information or alerts to customers. By default the modal has an .is-hidden class. To open the modal write some JavaScript to remove this class and to close it add this class back on.

There's a small modal too. Add a class of .small to the modal container to use it. The small modal is full screen on mobile.

Modal Dialog

A modal dialog window (smaller) to display information or alerts to customers. By default the modal has an .is-hidden class. To open the modal write some JavaScript to remove this class and to close it add this class back on.