]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/follows/following-list/following-list.component.scss
Add ability to search on followers/following
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / following-list / following-list.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 my-redundancy-checkbox /deep/ my-peertube-checkbox {
5 .form-group {
6 margin-bottom: 0;
7 align-items: center;
8 }
9
10 label {
11 margin: 0;
12 }
13 }
14
15 .caption {
16 justify-content: flex-end;
17
18 input {
19 @include peertube-input-text(250px);
20 }
21 }