]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/follows/following-list/following-list.component.scss
Unify paginator disabling when no result is displayable, fix batch domain add for...
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / following-list / following-list.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 a {
5 @include disable-default-a-behaviour;
6 display: inline-block;
7
8 &, &:hover {
9 color: var(--mainForegroundColor);
10 }
11
12 span {
13 font-size: 80%;
14 color: var(--inputPlaceholderColor);
15 }
16 }
17
18 .caption {
19 justify-content: flex-end;
20
21 input {
22 @include peertube-input-text(250px);
23 }
24 }
25
26 .follow-button {
27 @include create-button;
28 }