aboutsummaryrefslogtreecommitdiff
path: root/src/components/mentions_line/mentions_line.scss
blob: 90d1e0a4c8561cb3147372e47d55270c7fc48afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.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);
    }
  }
}