]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
b014b6b9
C
1@import '_variables';
2@import '_mixins';
3
1d26d05f
RK
4a {
5 @include disable-default-a-behaviour;
6 display: inline-block;
7
931d3430
C
8 &,
9 &:hover {
e66883b3 10 color: pvar(--mainForegroundColor);
1d26d05f
RK
11 }
12
13 span {
14 font-size: 80%;
e66883b3 15 color: pvar(--inputPlaceholderColor);
1d26d05f
RK
16 }
17}
18
0dc64777
C
19.action-cell {
20 my-button:first-child {
27bc9586 21 @include margin-right(10px);
0dc64777
C
22 }
23}