summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/calendar.scss
diff options
context:
space:
mode:
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;
+}