Footer
A footer appears at the bottom of all pages and provides access to links and other content.
Footer Example
When to Use
- A footer is not required for use in all applications. However, when a footer is used, it should appear across all standard pages in the application.
Types of Content
The links and content in the footer should remain consistent across all pages. Here are some common elements that may appear:
- Sabre logo (white version): Include the Sabre logo if it does not appear in the header.
- Legal Text
- Copyright Notice
- Contact Us
- Social media icons
Developer Notes
The footer is created by adding the .spark-footer
class to an element. The component relies heavily on flexbox to shift content around depending on screen size. Content is aligned to the left by default, but a secondary menu can be pulled to the right by adding a class of .spark-footer__list--right
. A list of icons should include the class of .spark-footer__list--icons
. This removes the underline from the anchors.
On smaller resolutions ancillary content should be hidden. This can be done using the .spark-hidden--
helper classes.