]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-library/my-follows/my-followers.component.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / my-follows / my-followers.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3 @use '_actor' as *;
4
5 .followers-header {
6 margin-bottom: 30px;
7 display: flex;
8 }
9
10 input[type=text] {
11 @include peertube-input-text(300px);
12 }
13
14 .actor {
15 @include actor-row($min-height: auto, $separator: true);
16
17 .actor-display-name {
18 font-size: 16px;
19
20 + .glyphicon {
21 @include margin-left(5px);
22
23 font-size: 12px;
24 }
25 }
26 }