gitlab-org--gitlab-foss/app/assets/stylesheets/sections/graph.scss

38 lines
495 B
SCSS
Raw Normal View History

.project-network {
border: 1px solid #CCC;
2012-06-13 17:02:30 +00:00
.controls {
color: #888;
font-size: 14px;
padding: 5px;
2012-06-13 17:02:30 +00:00
border-bottom: 1px solid #bbb;
background: #EEE;
2012-06-13 17:02:30 +00:00
}
.network-graph {
background: #FFF;
2013-03-19 10:27:15 +00:00
height: 500px;
overflow-y: scroll;
overflow-x: hidden;
2012-06-13 17:02:30 +00:00
}
}
.graphs {
.graph-author-commits-count {
}
2013-08-13 13:26:48 +00:00
.graph-author-email {
float: right;
color: #777;
}
.graph-additions {
color: #4a2;
}
.graph-deletions {
color: #d12f19;
}
}