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:
authorPhil Hughes <me@iamphill.com>2016-04-26 15:21:48 +0300
committerPhil Hughes <me@iamphill.com>2016-05-16 14:19:30 +0300
commit36fdbc6edb1c0884f68c1267902b33a78d7be6ae (patch)
tree4f8e0e207c89e32162d969451a6b08bde770df53 /app/assets/stylesheets/framework/calendar.scss
parent78a67fc48dab434b43a080e5b15491963656661a (diff)
Updated contrib map away from cal heat map
Diffstat (limited to 'app/assets/stylesheets/framework/calendar.scss')
-rw-r--r--app/assets/stylesheets/framework/calendar.scss30
1 files changed, 30 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss
index 11f39d583bd..da03454d807 100644
--- a/app/assets/stylesheets/framework/calendar.scss
+++ b/app/assets/stylesheets/framework/calendar.scss
@@ -68,3 +68,33 @@
font-weight: 550;
}
}
+
+.user-contrib-cell {
+ fill: #ededed;
+ cursor: pointer;
+
+ &:hover {
+ stroke: #000;
+ }
+}
+
+.user-contrib-cell-1 {
+ fill: #acd5f2;
+}
+
+.user-contrib-cell-3 {
+ fill: #7fa8d1;
+}
+
+.user-contrib-cell-4 {
+ fill: #49729b;
+}
+
+.user-contrib-cell-5 {
+ fill: #254e77;
+}
+
+.user-contrib-text {
+ font-size: 12px;
+ fill: #959494;
+}