Revert "BUG-410 -- update RIFT platform"
[osm/UI.git] / skyquake / framework / core / views / idpconnectfail.ejs
1 <style type="text/css">
2         
3 html {
4         background: #f1f1f1;
5 }
6
7 body {
8         background: #f1f1f1;
9 }
10 #idpfail {
11         display: flex;
12         flex-direction: column;
13         text-align: center;
14         align-items: center;
15 }
16 #idpfail .message {
17         display: flex;
18         margin-bottom: 20px;
19         font-size: 1.625rem;
20         font-weight: 400;
21         text-decoration: none;
22         text-transform: uppercase;
23         font-family: roboto-thin, Helvetica, Arial, sans-serif;
24         color: #CD5C5C;
25 }
26 #retrylink {
27         margin-top:40px;
28         font-family: roboto-thin, Helvetica, Arial, sans-serif;
29 }
30
31
32 </style>
33 <div id="idpfail">
34         <p class="message">
35                 We are having trouble connecting to the Identity Provider.
36         </p>
37         <p class="message">
38                 Please check that it is running and reachable.
39         </p>
40         <p id="retrylink">
41                 Once you have resolved the connectivity issues, <a href="<%= callback_url %>">please click here to retry.</a>
42         </p>
43 </div>