Add DoD Disclaimer

This commit is contained in:
George Drummond
2019-04-25 14:25:55 -04:00
parent d67a56b7b2
commit 4d47c881b6
7 changed files with 98 additions and 0 deletions

View 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;
}
}