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=14189ff11e119726a6f2173886c23d4fca60a1ef;hpb=1d26d05fd9e919b94a57b7c09cda101fde664d5f;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 14189ff11..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,30 +1,27 @@ -@import '_variables'; -@import '_mixins'; - -.caption { - justify-content: flex-end; - - input { - @include peertube-input-text(250px); - } -} +@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); } } .action-cell { my-button:first-child { - margin-right: 10px; + @include margin-right(10px); } } + +my-delete-button { + max-width: 130px; +}