X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollowers-list%2Ffollowers-list.component.scss;h=3a7bf2ef8b5aef64234ea3becce7fecec3938768;hb=HEAD;hp=964b3f99b2bb8505bedfb20998e602e3a667ecc0;hpb=97567dd81f508dd6295ac4d73d849aa2ce0a6549;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/follows/followers-list/followers-list.component.scss b/client/src/app/+admin/follows/followers-list/followers-list.component.scss index 964b3f99b..3a7bf2ef8 100644 --- a/client/src/app/+admin/follows/followers-list/followers-list.component.scss +++ b/client/src/app/+admin/follows/followers-list/followers-list.component.scss @@ -1,16 +1,27 @@ -@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); } } .action-cell { my-button:first-child { - margin-right: 10px; + @include margin-right(10px); } } + +my-delete-button { + max-width: 130px; +}