aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-follows/my-followers.component.scss
blob: 15b51c4194324ba39ea8839577925544221cec88 (plain) (blame)
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
@use '_variables' as *;
@use '_mixins' as *;
@use '_actor' as *;

.followers-header {
  margin-bottom: 30px;
  display: flex;
}

input[type=text] {
  @include peertube-input-text(300px);
}

.actor {
  @include actor-row($avatar-size: 40px, $min-height: auto, $separator: true);

  .actor-display-name {
    font-size: 16px;

    + .glyphicon {
      @include margin-left(5px);

      font-size: 12px;
    }
  }
}