summaryrefslogtreecommitdiff
path: root/objectapp/static/objectapp/css/src/_calendar.sass
blob: d3c18d5194619445a251aebb858f4f768e98183b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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