summaryrefslogtreecommitdiff
path: root/objectapp/static/objectapp/css/src/_calendar.sass
diff options
context:
space:
mode:
Diffstat (limited to 'objectapp/static/objectapp/css/src/_calendar.sass')
-rw-r--r--objectapp/static/objectapp/css/src/_calendar.sass15
1 files changed, 15 insertions, 0 deletions
diff --git a/objectapp/static/objectapp/css/src/_calendar.sass b/objectapp/static/objectapp/css/src/_calendar.sass
new file mode 100644
index 0000000..d3c18d5
--- /dev/null
+++ b/objectapp/static/objectapp/css/src/_calendar.sass
@@ -0,0 +1,15 @@
+=calendar($head_color, $box_color, $box_font_color)
+ margin-bottom: 0
+ th.month
+ text-transform: uppercase
+ color: $head_color
+ background: none
+ th
+ text-transform: capitalize
+ color: $box_font_color
+ background-color: $box_color
+ td
+ text-align: center
+ font-weight: bold
+ &.gbobject
+ background-color: $box_color