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