Add DoD Disclaimer
This commit is contained in:
16
styles/components/_full_page_notice.scss
Normal file
16
styles/components/_full_page_notice.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.full-page-notice {
|
||||
background: rgba(0,0,0,.5);
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: scroll;
|
||||
padding: $gap*4 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 999;
|
||||
|
||||
.usa-alert {
|
||||
margin: 0 auto;
|
||||
max-width: $article-max-width + $nav-width;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user