]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-moderation/server-blocklist.component.scss
8dce6dc738a8e2e9e19577e770d7c7a0f3c2771e
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-moderation / server-blocklist.component.scss
1 @use '_variables';
2 @use '_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 .unblock-button {
20 @include peertube-button;
21 @include grey-button;
22 }
23
24 .block-button {
25 @include create-button;
26 }
27
28 .chip {
29 @include chip;
30 }