-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
115 lines (92 loc) · 1.69 KB
/
index.css
File metadata and controls
115 lines (92 loc) · 1.69 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.text-muted {
color: #6c757d !important;
min-height: 130px;
overflow: hidden;
text-overflow: ellipsis;
}
.card {
box-shadow: 0 0px 1px rgb(0, 77, 64, 0.2);
border: none;
}
nav {
background: #004d40;
}
nav>a {
color: white !important;
}
.card-body h5 {
color: #004d40 !important;
}
.btn-secondary {
background: white !important;
color: #004d40 !important;
border: 1px solid #004d40 !important;
}
.btn-secondary a {
color: #004d40 !important;
}
.btn-secondary>a:hover {
text-transform: none !important;
cursor: pointer;
}
.btn-secondary:hover {
background: #004d40;
border: 1px solid #004d40 !important;
color: white;
transition: background ease-in 0.2s;
}
.nav-item>a {
color: white !important;
}
.flex {
display: flex;
flex-direction: row;
}
.flex-spacebetween {
justify-content: space-between;
}
.automargin {
margin: auto;
}
.form-control {
margin-bottom: 20px;
margin-top: 20px;
}
.searchheader {
margin-top: 20px;
}
.form-control:hover,
.form-control:focus {
border: 1px solid #004d40 !important;
box-shadow: 0 2px 6px rgb(0, 77, 64, 0.2) !important;
}
.viewcommits {
margin-top: 20px !important;
}
.list-group-item-heading {
max-width: 87%;
overflow: hidden;
text-overflow: ellipsis;
}
.nav-item>input {
margin: 0;
}
.btn-info {
margin: 20px 0 40px 0;
background: #004d40 !important;
border: 1px solid #004d40 !important;
color: white;
transition: background ease-in 0.2s;
}
.btn-secondary>a :hover {
color: white;
}
.repoHeader {
text-align: left;
margin: 10px 66px;
}