]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
c48e82b5
C
1@import '_variables';
2@import '_mixins';
3
4my-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 }
b014b6b9
C
13}
14
15.caption {
16 justify-content: flex-end;
17
18 input {
19 @include peertube-input-text(250px);
20 }
c48e82b5 21}