aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+my-library/my-follows/my-followers.component.scss
blob: 2caa4cc483d347d1b8bb5d1fbb0035c667cf360a (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);
}