]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/follows/followers-list/followers-list.component.scss
Fix ng select in admin
[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
4.caption {
5 justify-content: flex-end;
6
7 input {
8 @include peertube-input-text(250px);
9 }
0dc64777
C
10}
11
1d26d05f
RK
12a {
13 @include disable-default-a-behaviour;
14 display: inline-block;
15
16 &, &:hover {
e66883b3 17 color: pvar(--mainForegroundColor);
1d26d05f
RK
18 }
19
20 span {
21 font-size: 80%;
e66883b3 22 color: pvar(--inputPlaceholderColor);
1d26d05f
RK
23 }
24}
25
0dc64777
C
26.action-cell {
27 my-button:first-child {
28 margin-right: 10px;
29 }
30}