aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.scss
blob: 2c5a67e2b73fa5bb24fb50cf1ff1c9336562d3aa (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
@import '../../_variables.scss';

.Timeline {
  .loadmore-text {
    opacity: 1;
  }

  &.-blocked {
    cursor: progress;
  }

  .timeline-heading {
    max-width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;

    .loadmore-button {
      flex-shrink: 0;
    }

    .loadmore-text {
      flex-shrink: 0;
      line-height: 1em;
    }
  }

  .timeline-footer {
    border: none;
  }
}