]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/follows/following-list/following-list.component.scss
Remove avatarUrl from models
[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
b8cf27c0
RK
4a {
5 @include disable-default-a-behaviour;
6 display: inline-block;
7
8 &, &:hover {
e66883b3 9 color: pvar(--mainForegroundColor);
b8cf27c0
RK
10 }
11
12 span {
13 font-size: 80%;
e66883b3 14 color: pvar(--inputPlaceholderColor);
b8cf27c0
RK
15 }
16}
17
b014b6b9
C
18.caption {
19 justify-content: flex-end;
20
21 input {
22 @include peertube-input-text(250px);
23 }
bb152476
RK
24}
25
26.follow-button {
27 @include create-button;
28}