summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/calendar.scss
blob: 5b48801485b2bc19399dabe15c96c18fa3096e2f (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
45
46
47
48
49
50
51
52
53
.calender-block {
  @media (min-width: $screen-sm-min) and (max-width: $screen-lg-min) {
    overflow-x: scroll;
  }
}

.user-calendar-activities {
  .calendar_onclick_hr {
    padding: 0;
    margin: 10px 0;
  }

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

  .text-expander {
    background: #eee;
    color: #555;
    padding: 0 5px;
    cursor: pointer;
    margin-left: 4px;
    &:hover {
      background-color: #ddd;
    }
  }
}

.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;
}