]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-moderation/server-blocklist.component.scss
Move to stylelint
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-moderation / server-blocklist.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 a {
5 @include disable-default-a-behaviour;
6 display: inline-block;
7
8 &,
9 &:hover {
10 color: pvar(--mainForegroundColor);
11 }
12
13 span {
14 font-size: 80%;
15 color: pvar(--inputPlaceholderColor);
16 }
17 }
18
19 .caption {
20 justify-content: flex-end;
21
22 input {
23 @include peertube-input-text(250px);
24 flex-grow: 1;
25 }
26 }
27
28 .unblock-button {
29 @include peertube-button;
30 @include grey-button;
31 }
32
33 .block-button {
34 @include create-button;
35 }
36
37 .caption {
38 justify-content: flex-end;
39
40 input {
41 @include peertube-input-text(250px);
42 flex-grow: 1;
43 }
44 }
45
46 .chip {
47 @include chip;
48 }