]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+about/about-follows/about-follows.component.scss
Migrate to bootstrap 5
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-follows / about-follows.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 .subtitle {
5 font-size: 18px;
6 font-weight: $font-semibold;
7 margin-bottom: 20px;
8 }
9
10 a {
11 display: block;
12 width: fit-content;
13 margin-top: 3px;
14 }
15
16 .no-results {
17 justify-content: flex-start;
18 align-items: flex-start;
19 }
20
21 .show-more {
22 @include peertube-button-link;
23 @include grey-button;
24
25 margin-top: 1%;
26 }