Security Banner

This component offers a omnipresent banner that appears when a user is on a page in an application that contains classified content. This banner should contain the full security warning as dictated by Department of Homeland Security (DHS) directives. The top banner may dismissible but should be omnipresent in the footer area.

Example

//choose one or none
<footer role="banner" class="cbp-banner confidential"></footer>
<footer role="banner" class="cbp-banner law-enforcement"></footer>
<footer role="banner" class="cbp-banner secret"></footer>
<footer role="banner" class="cbp-banner top-secret"></footer>