17 lines
262 B
SCSS
17 lines
262 B
SCSS
.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;
|
|
}
|
|
}
|