debian-mirror-gitlab/app/assets/stylesheets/pages/graph.scss

34 lines
554 B
SCSS
Raw Normal View History

2014-09-02 18:07:02 +05:30
.project-network {
2015-04-26 12:48:37 +05:30
border: 1px solid $border-color;
2014-09-02 18:07:02 +05:30
.controls {
2017-08-17 22:00:37 +05:30
color: $project-network-controls-color;
2014-09-02 18:07:02 +05:30
font-size: 14px;
padding: 5px;
2015-04-26 12:48:37 +05:30
border-bottom: 1px solid $border-color;
2017-08-17 22:00:37 +05:30
background: $gray-darker;
2014-09-02 18:07:02 +05:30
}
.network-graph {
2017-08-17 22:00:37 +05:30
background: $white-light;
2014-09-02 18:07:02 +05:30
height: 500px;
overflow-y: scroll;
overflow-x: hidden;
}
}
.graphs {
.graph-author-email {
float: right;
2017-08-17 22:00:37 +05:30
color: $graph-author-email-color;
2014-09-02 18:07:02 +05:30
}
.graph-additions {
2017-08-17 22:00:37 +05:30
color: $gl-text-green;
2014-09-02 18:07:02 +05:30
}
.graph-deletions {
2017-08-17 22:00:37 +05:30
color: $gl-text-red;
2014-09-02 18:07:02 +05:30
}
}