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/stat_graph.scss')
-rw-r--r--app/assets/stylesheets/pages/stat_graph.scss50
1 files changed, 0 insertions, 50 deletions
diff --git a/app/assets/stylesheets/pages/stat_graph.scss b/app/assets/stylesheets/pages/stat_graph.scss
deleted file mode 100644
index b9be47e7700..00000000000
--- a/app/assets/stylesheets/pages/stat_graph.scss
+++ /dev/null
@@ -1,50 +0,0 @@
-.tint-box {
- background: #f3f3f3;
- position: relative;
- margin-bottom: 10px;
-}
-
-.area {
- fill: #1db34f;
- fill-opacity: 0.5;
-}
-
-.axis {
- fill: #aaa;
- font-size: 10px;
-}
-
-#contributors {
- .contributors-list {
- margin: 0 0 10px 0;
- list-style: none;
- padding: 0;
- }
-
- .person {
- &:nth-child(even) {
- float: right;
- }
- float: left;
- margin-top: 10px;
- }
-
- .person .spark {
- display: block;
- background: #f3f3f3;
- }
-
- .person .area-contributor {
- fill: #f17f49;
- }
-}
-
-.selection rect {
- fill: #333;
- fill-opacity: 0.1;
- stroke: #333;
- stroke-width: 1px;
- stroke-opacity: 0.4;
- shape-rendering: crispedges;
- stroke-dasharray: 3 3;
-}