X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollows.component.scss;h=55256c273283eeb2faa75d92dc7c811e3c61f9e7;hb=27bc95867442c772841fb183a625bbda61dede51;hp=835fa3b7830d312fff53d71ee27bda5cbfc5f389;hpb=e600e1fea275c12f4420e23624804617e61a082c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/follows/follows.component.scss b/client/src/app/+admin/follows/follows.component.scss index 835fa3b78..55256c273 100644 --- a/client/src/app/+admin/follows/follows.component.scss +++ b/client/src/app/+admin/follows/follows.component.scss @@ -1,4 +1,11 @@ -.admin-sub-title { +@import 'mixins'; + +.form-sub-title { + @include margin-right(30px); + flex-grow: 0; - margin-right: 30px; +} + +.badge { + @include table-badge; }