forked from bridgefoundry/bridgefoundry.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.css
82 lines (66 loc) · 1.13 KB
/
site.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
body {
padding-top: 50px;
}
h2 {
font-size: 24px;
}
.hero {
width: 100%;
height: auto;
}
.headline {
text-align: center;
}
.toc {
background-color: #f8f8f8;
border: 1px solid #e7e7e7;
border-top: none;
}
#bridgefoundry-logo {
float: left;
width: 100px;
margin-right: 10px;
}
.bridgefoundry-advisors-imgs {
margin: 0 auto 5px 5px;border: 2px solid #ccc;width: 150px;height: 150px;float: right;
}
/* Donate button */
.donate-area {
height: 60px;
}
.donate-btn {
margin: 4px;
color: #fff;
background-color: #db5566;
border-bottom:2px solid #af4451;
padding: 10px;
padding-left: 20px;
padding-right: 20px;
border-radius: 10px;
text-decoration:none;
float: left;
}
.donate-btn:hover {
color: #fff;
background-color: #df6a78;
border-bottom:2px solid #b25560;
outline: none;
text-decoration:none
}
.donate-btn:active {
color: #fff;
background-color: #c04b59;
border-top:2px solid #9a3c47;
margin-top: 2px;
}
.board {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.board__info{
padding-right: 60px;
}
.board__info--sponsor-logo {
margin-bottom: 10px;
}