-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
97 lines (80 loc) · 1.25 KB
/
styles.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.pageHeader {
font-size: 0;
}
.featuredClass {
border: 6px solid #f48466;
border-radius: 6px;
margin-bottom: 20px;
}
.featuredClass--title {
background-color: #f48466;
padding: 8px;
}
.featuredClass--description {
background-color: #fff;
padding: 8px;
font-size: 1em;
}
.featuredClass--paragraph {
padding: 8px 0;
font-size: 18px;
}
.featuredClass--link {
margin-top: 8px;
display: block;
font-size: 1.5em;
}
.upcoming {
margin-left: 10px;
margin-bottom: 20px;
font-size: 1.3em;
}
.upcoming--item {
display: flex;
}
.upcoming--date {
margin-right: 6px;
width: 110px;
align-self: center;
display: flex;
}
.upcoming--event {
margin-left: 10px;
align-self: center;
}
.upcoming--details {
color: #666;
font-size: 16px;
}
.upcoming--emphasis {
font-weight: 600;
}
.links--item {
display: flex;
align-items: center;
}
.links--link {
font-size: 1.3em;
padding-right: 6px;
}
.links--slack {
height: 2em;
}
.links--twitter, .links--javascript {
height: 1em;
width: 1em;
padding: .5em;
}
.links--apple {
width: 2em;
height: 2em;
justify-content: center;
display: flex;
align-items: center;
}
.links--railsbridge {
padding: 8px;
height: 2em;
width: 2em;
box-sizing: border-box;
}