]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/follows/followers-list/followers-list.component.scss
Bidi support
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / followers-list / followers-list.component.scss
1 @import '_variables';
2 @import '_mixins';
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 .action-cell {
20 my-button:first-child {
21 @include margin-right(10px);
22 }
23 }