-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathstyle.scss
80 lines (64 loc) · 1.05 KB
/
style.scss
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
---
---
@import "{{ site.theme }}";
@import "../font-awesome/scss/font-awesome";
h1 {
margin-bottom: 25px !important;
}
.page-header a {
display: none;
}
.intro-text {
background-color: #caefdc;
padding: 20px;
font-size: 1.2rem;
text-align: center;
margin-bottom: 7px;
}
.repo-group {
width: 100%;
float: left;
}
@media only screen and (min-width: 650px) {
.repo-group {
width: 47%;
padding-right: 3%;
}
}
.repo-group h3 {
border-bottom: 1px solid #159957;
}
.repo-group p {
margin-bottom: 22px;
}
.repo-group .repo-box {
margin-bottom: 15px;
}
.repo-group .repo-header {
background-color: #018372;
padding: 5px 8px 5px 8px;
color: #fff;
}
.repo-group .repo-header a {
color: #fff;
}
.repo-group .repo-header-right {
float: right;
}
.repo-group ul {
font-size: 0.94rem;
}
.repo-group .repo-description {
border: 1px solid #018372;
padding: 5px 8px 5px 8px;
font-size: 0.9rem;
min-height: 75px;
}
.separator {
clear: both;
height: 35px;
}
.attribution {
margin-top: 40px;
font-size: 0.9rem;
}