From: Eugen Rochko Date: Thu, 9 Jun 2022 19:57:36 +0000 (+0200) Subject: [Glitch] Add administrative webhooks X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=95c45c590bd4a5e3de1f653bce7864621493254d;p=mastodon.git [Glitch] Add administrative webhooks Port SCSS changes from a2871cd74719a7a5a104daaa3dcc0e2670b7c2df to glitch-soc Signed-off-by: Claire --- diff --git a/app/javascript/flavours/glitch/styles/admin.scss b/app/javascript/flavours/glitch/styles/admin.scss index 27be22f1b..d14648bb5 100644 --- a/app/javascript/flavours/glitch/styles/admin.scss +++ b/app/javascript/flavours/glitch/styles/admin.scss @@ -206,6 +206,14 @@ $content-width: 840px; } } + h2 small { + font-size: 12px; + display: block; + font-weight: 500; + color: $darker-text-color; + line-height: 18px; + } + @media screen and (max-width: $no-columns-breakpoint) { border-bottom: 0; padding-bottom: 0;