File tree Expand file tree Collapse file tree 2 files changed +17
-7
lines changed
custom-pages/universal-login/src/components/App Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
1
import { Routes , Route } from "react-router-dom" ;
2
2
import { Header , Main , Footer } from "@nice-digital/global-nav" ;
3
+ import { Alert } from "@nice-digital/nds-alert" ;
3
4
import { Container } from "@nice-digital/nds-container" ;
4
5
import { Grid , GridItem } from "@nice-digital/nds-grid" ;
5
6
import { PageHeader } from "@nice-digital/nds-page-header" ;
@@ -22,6 +23,14 @@ export const App = () => {
22
23
return (
23
24
< >
24
25
< Header search = { false } auth = { false } cookie = { false } />
26
+ < div className = "alertMFAContainer" >
27
+ < Alert type = "caution" >
28
+ < Container >
29
+ < p > Read about < a href = "https://rise.articulate.com/share/y1zH1XP0J2ptLTUv_4foMq5YeOlQR2Yk" target = "_blank" rel = "noreferrer" > our approach to multi-factor authentication (MFA)</ a >
30
+ </ p >
31
+ </ Container >
32
+ </ Alert >
33
+ </ div >
25
34
< Main aria-live = "polite" >
26
35
< Container >
27
36
< Grid gutter = "loose" >
Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ html {
19
19
20
20
@media (prefers-reduced-motion ) {
21
21
scroll-behavior : auto ;
22
+ }
23
+
24
+ @include media-queries .mq ($until : 300px ) {
25
+ font-size : $narrow-viewport-root-font-size ;
26
+ }
27
+ }
28
+
22
29
// =======
23
30
// .col {
24
31
// height: 100%;
@@ -51,14 +58,8 @@ html {
51
58
// }
52
59
// .mainContainer {
53
60
// min-width: $col-width-mobile;
61
+ // }
54
62
// >>>>>>> dd9743737289bba72f4d631f14a16564bc665180
55
- }
56
-
57
- @include media-queries .mq ($until : 300px ) {
58
- font-size : $narrow-viewport-root-font-size ;
59
- }
60
-
61
- }
62
63
63
64
main {
64
65
font-family : var (--sans-font-family );
You can’t perform that action at this time.
0 commit comments