]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
65b21c96
C
1@import '_variables';
2@import '_mixins';
3
86521a67
RK
4a {
5 @include disable-default-a-behaviour;
6 display: inline-block;
7
931d3430
C
8 &,
9 &:hover {
e66883b3 10 color: pvar(--mainForegroundColor);
86521a67
RK
11 }
12
13 span {
14 font-size: 80%;
e66883b3 15 color: pvar(--inputPlaceholderColor);
86521a67
RK
16 }
17}
18
22839330
RK
19.caption {
20 justify-content: flex-end;
21
22 input {
23 @include peertube-input-text(250px);
24 flex-grow: 1;
25 }
26}
27
65b21c96
C
28.unblock-button {
29 @include peertube-button;
30 @include grey-button;
bb152476
RK
31}
32
33.block-button {
34 @include create-button;
35}
94148c90
C
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}