Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/graph.scss')
-rw-r--r--app/assets/stylesheets/pages/graph.scss37
1 files changed, 0 insertions, 37 deletions
diff --git a/app/assets/stylesheets/pages/graph.scss b/app/assets/stylesheets/pages/graph.scss
deleted file mode 100644
index c3b10d144e1..00000000000
--- a/app/assets/stylesheets/pages/graph.scss
+++ /dev/null
@@ -1,37 +0,0 @@
-.project-network {
- border: 1px solid $border-color;
-
- .controls {
- color: #888;
- font-size: 14px;
- padding: 5px;
- border-bottom: 1px solid $border-color;
- background: #EEE;
- }
-
- .network-graph {
- background: #FFF;
- height: 500px;
- overflow-y: scroll;
- overflow-x: hidden;
- }
-}
-
-.graphs {
- .graph-author-commits-count {
- }
-
- .graph-author-email {
- float: right;
- color: #777;
- }
-
- .graph-additions {
- color: #4a2;
- }
-
- .graph-deletions {
- color: #d12f19;
- }
-}
-