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

                       











                              


                              
                          
 
 
            
                                
                       
 
                 
 
@use '_variables' as *;
@use '_mixins' as *;

.subtitle {
  font-size: 18px;
  font-weight: $font-semibold;
  margin-bottom: 20px;
}

a {
  display: block;
  width: fit-content;
  margin-top: 3px;
}

.no-results {
  justify-content: flex-start;
  align-items: flex-start;
}

.show-more {
  @include peertube-button-link;
  @include grey-button;

  margin-top: 1%;
}