-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
53 lines (46 loc) · 845 Bytes
/
Copy pathstyles.css
File metadata and controls
53 lines (46 loc) · 845 Bytes
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
html, body, .main {
margin: 0;
width: 100%;
height: 100%;
}
.main {
display: table;
font-family: Arial, Helvetica, sans-serif
}
.main-container {
display: table-cell;
vertical-align: middle;
}
.logo-image {
width: 100%;
margin-bottom: 70px;
}
h4 {
font-size: 22px;
margin-bottom: 30px;
}
p {
font-size: 22px;
margin-bottom: 40px;
}
.content-wrapper {
max-width: 310px;
padding: 0 10px;
text-align: center;
margin: auto;
}
.open-mhub-button {
display: block;
height: 54px;
background: #287c8a;
color: #ffffff;
border-radius: 30px;
line-height: 54px;
text-align: center;
cursor: pointer;
font-size: 18px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
text-decoration: none;
}