forked from anbabane/turbine-status
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus-page.txt
55 lines (45 loc) · 958 Bytes
/
status-page.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<header>
<iframe src="https://swimlanestatus.com/header"></iframe>
</header>
<div class="container page-title-container">
<div class="page-title">Europe (UK) Status</div>
<div id="replace-with-subscribe"></div>
</div>
<footer>
<iframe class="footer-iframe" src="https://swimlanestatus.com/footer"></iframe>
</footer>
iframe {
width: 100%;
}
footer {
background-color: #000743;
}
.page-title-container {
border-bottom: 1px solid #E0E0E0;
padding-bottom: 14px;
display: flex;
}
.page-title {
font-size: 34px;
font-weight: 600;
line-height: 48.5px;
letter-spacing: -0.06em;
width: fit-content;
}
.updates-dropdown-container {
width: 180px;
padding: 12px 20px;
background-color: #FF3366;
border-radius: 6px;
margin-left: auto;
cursor: pointer;
&:hover {
background-color: #d92c57;
}
}
.show-updates-dropdown {
font-size: 14px;
font-weight: 700;
text-decoration: none;
color: white !important;
}