aboutsummaryrefslogtreecommitdiff
path: root/src/components/mentions_line/mentions_line.scss
blob: 59f75fbb986a6bbfc90012ce1607f191c150b601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.MentionsLine {
  .showMoreLess {
    white-space: normal;
    &.-newStyle {
      line-height: 1.5;
      font-size: inherit;
      display: inline-block;
      padding-top: 0;
      padding-bottom: 0;
    }

    &.-oldStyle {
      color: var(--link);
    }
  }
}