summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/calendar.scss
blob: 8642b7530e25ca386058cb2a585700a092394d5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.calender-block {
  padding-left: 0;
  padding-right: 0;

  @media (min-width: $screen-sm-min) and (max-width: $screen-lg-min) {
    overflow-x: scroll;
  }
}

.user-calendar-activities {
  .str-truncated {
    max-width: 70%;
  }

  .user-calendar-activities-loading {
    font-size: 24px;
  }
}

.user-calendar {
  text-align: center;

  .calendar {
    display: inline-block;
  }
}

.user-contrib-cell {
  &:hover {
    cursor: pointer;
    stroke: #000;
  }
}

.user-contrib-text {
  font-size: 12px;
  fill: #959494;
}

.calendar-hint {
  margin-top: -23px;
  float: right;
  font-size: 12px;
}