-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.css
67 lines (67 loc) · 964 Bytes
/
index.css
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
56
57
58
59
60
61
62
63
64
65
66
67
html, body{
font-family: "Open Sans", sans-serif;
font-size: 14px;
margin: 0;
padding: 0;
min-height: 180px;
width: 384px;
}
h1{
margin: 0;
font-family: 'Menlo', monospace;
font-size: 22px;
font-weight: 400;
color: #2f5876;
}
a:link, a:visited{
text-decoration: none;
color: #000;
outline: 0;
}
img{
width: 30px;
}
.modal-header{
align-items: center;
border-bottom: 0.5px solid #dadada;
}
.modal-content{
padding: 0 22px;
}
.modal-icons{
height: 50px;
width: 100%;
border-top: 0.5px solid #dadada;
}
.version{
color: #444;
font-size: 18px;
}
.logo{
padding: 16px;
}
.logo-icon{
vertical-align: text-bottom;
margin-right: 12px;
}
.flex-container{
display: flex;
justify-content: space-between;
padding: 10px 22px
}
.flex .fa{
font-size: 40px;
color: #2f5876;
}
a img{
height: 50px;
width: 50px;
}
.content{
display: flex;
flex-direction: column;
/*justify-content: center;*/
align-items: center;
height: 100vh;
width: 100vw;
}