X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowing-list%2Ffollowing-list.component.scss;h=405ddae5ca4251f02667db60e9901e165435dc5d;hb=d0fbc9fd0a29c37f3ff9b99030351e90b276fe7d;hp=f4656b88daac8bb5811c6f9bfd270e0b4514127c;hpb=62068f4153cb1e67fe30a7f92947c3f2ec058c73;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/follows/following-list/following-list.component.scss b/client/src/app/+admin/follows/following-list/following-list.component.scss index f4656b88d..405ddae5c 100644 --- a/client/src/app/+admin/follows/following-list/following-list.component.scss +++ b/client/src/app/+admin/follows/following-list/following-list.component.scss @@ -1,14 +1,21 @@ -@import '_variables'; -@import '_mixins'; +@use '_variables' as *; +@use '_mixins' as *; -.caption { - justify-content: flex-end; +a { + @include disable-default-a-behaviour; + display: inline-block; - input { - @include peertube-input-text(250px); + &, + &:hover { + color: pvar(--mainForegroundColor); + } + + span { + font-size: 80%; + color: pvar(--inputPlaceholderColor); } } -.follow-button { - @include create-button; +my-delete-button { + max-width: 130px; }