]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-moderation/server-blocklist.component.scss
Merge branch 'release/4.3.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-moderation / server-blocklist.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
65b21c96 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
65b21c96
C
19.unblock-button {
20 @include peertube-button;
21 @include grey-button;
bb152476
RK
22}
23
24.block-button {
25 @include create-button;
26}
94148c90 27
94148c90
C
28.chip {
29 @include chip;
30}