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=563f8d2bccbe697a6bc24e2bfa71774275913626;hpb=b8cf27c0f86d205a279d03b83e0e6728f46da67f;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 563f8d2bc..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,28 +1,21 @@ -@import '_variables'; -@import '_mixins'; +@use '_variables' as *; +@use '_mixins' as *; a { @include disable-default-a-behaviour; display: inline-block; - &, &:hover { - color: var(--mainForegroundColor); + &, + &:hover { + color: pvar(--mainForegroundColor); } span { font-size: 80%; - color: var(--inputPlaceholderColor); + color: pvar(--inputPlaceholderColor); } } -.caption { - justify-content: flex-end; - - input { - @include peertube-input-text(250px); - } -} - -.follow-button { - @include create-button; +my-delete-button { + max-width: 130px; }