]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/follows/followers-list/followers-list.component.scss
Align follower handle display on instance display in tables
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / followers-list / followers-list.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .caption {
5 justify-content: flex-end;
6
7 input {
8 @include peertube-input-text(250px);
9 }
10 }
11
12 a {
13 @include disable-default-a-behaviour;
14 display: inline-block;
15
16 &, &:hover {
17 color: var(--mainForegroundColor);
18 }
19
20 span {
21 font-size: 80%;
22 color: var(--inputPlaceholderColor);
23 }
24 }
25
26 .action-cell {
27 my-button:first-child {
28 margin-right: 10px;
29 }
30 }