]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+about/about-follows/about-follows.component.scss
Translated using Weblate (Vietnamese)
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-follows / about-follows.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
a6dbbf03
C
3
4.subtitle {
5 font-size: 18px;
6 font-weight: $font-semibold;
7 margin-bottom: 20px;
8}
9
10a {
11 display: block;
12 width: fit-content;
13 margin-top: 3px;
14}
ac84064a
C
15
16.no-results {
17 justify-content: flex-start;
18}
49c4dd7e 19
931d3430 20.show-more {
bd49f8e9 21 @include peertube-button-link;
ed8b4014 22 @include grey-button;
931d3430 23
ed8b4014 24 margin-top: 1%;
49c4dd7e 25}