]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/follows/following-list/following-list.component.scss
Merge branch 'release/3.3.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / following-list / following-list.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
c48e82b5 3
b8cf27c0
RK
4a {
5 @include disable-default-a-behaviour;
6 display: inline-block;
7
931d3430
C
8 &,
9 &:hover {
e66883b3 10 color: pvar(--mainForegroundColor);
b8cf27c0
RK
11 }
12
13 span {
14 font-size: 80%;
e66883b3 15 color: pvar(--inputPlaceholderColor);
b8cf27c0
RK
16 }
17}
18
bb152476
RK
19.follow-button {
20 @include create-button;
21}