]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-library/my-follows/my-followers.component.scss
Replace all glyphicon icons
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / my-follows / my-followers.component.scss
CommitLineData
4beda9e1
C
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
10input[type=text] {
11 @include peertube-input-text(300px);
12}
13
14.actor {
d0800f76 15 @include actor-row($min-height: auto, $separator: true);
4beda9e1
C
16
17 .actor-display-name {
18 font-size: 16px;
4beda9e1
C
19 }
20}