aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+my-library/my-follows/my-followers.component.scss
blob: fae4cd97269b7c658e0ffcdb83eb898f403720f4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                      
                                                          










                                
@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($min-height: auto, $separator: true);

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

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

      font-size: 12px;
    }
  }
}