@@ -42,6 +42,7 @@
|
||||
@import 'components/audit_log';
|
||||
@import 'components/usa_banner';
|
||||
@import 'components/checklist';
|
||||
@import 'components/dod_login_notice.scss';
|
||||
|
||||
@import 'sections/login';
|
||||
@import 'sections/home';
|
||||
|
24
styles/components/_dod_login_notice.scss
Normal file
24
styles/components/_dod_login_notice.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
.dod-login-notice {
|
||||
background: rgba(0,0,0,.5);
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: scroll;
|
||||
padding: $gap*4 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
text-align: left;
|
||||
top: 0;
|
||||
z-index: 999;
|
||||
|
||||
.usa-alert {
|
||||
margin: 0 auto;
|
||||
max-width: $article-max-width + $nav-width;
|
||||
|
||||
a.usa-button, a.usa-button:hover {
|
||||
-moz-transition: none;
|
||||
-webkit-transition: none;
|
||||
-o-transition: color 0 ease-in;
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
}
|
@@ -31,3 +31,4 @@ button,
|
||||
box-shadow: inset 0 0 0 1px $color-red-darkest;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -19,6 +19,10 @@
|
||||
max-width: 25rem;
|
||||
margin: ($gap * 2) auto;
|
||||
}
|
||||
|
||||
.login-banner__button {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user