]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-moderation/server-blocklist.component.scss
Add abuse message management in admin
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-moderation / server-blocklist.component.scss
CommitLineData
65b21c96
C
1@import '_variables';
2@import '_mixins';
3
86521a67
RK
4a {
5 @include disable-default-a-behaviour;
6 display: inline-block;
7
8 &, &:hover {
e66883b3 9 color: pvar(--mainForegroundColor);
86521a67
RK
10 }
11
12 span {
13 font-size: 80%;
e66883b3 14 color: pvar(--inputPlaceholderColor);
86521a67
RK
15 }
16}
17
22839330
RK
18.caption {
19 justify-content: flex-end;
20
21 input {
22 @include peertube-input-text(250px);
23 flex-grow: 1;
24 }
25}
26
65b21c96
C
27.unblock-button {
28 @include peertube-button;
29 @include grey-button;
bb152476
RK
30}
31
32.block-button {
33 @include create-button;
34}