]> cat aescling's git repositories - mastodon.git/commitdiff
Change font weight of sensitive button to 500 (#10682)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 3 May 2019 18:44:20 +0000 (20:44 +0200)
committerGitHub <noreply@github.com>
Fri, 3 May 2019 18:44:20 +0000 (20:44 +0200)
app/javascript/styles/mastodon/components.scss

index c1466aa88ea52a77122ffceeee32232ea90ce7ce..2326dee38b634613cbf18b57df3ce99650c241f6 100644 (file)
   &__sensitive-button {
     padding: 10px;
     padding-top: 0;
+
+    .icon-button {
+      font-size: 14px;
+      font-weight: 500;
+    }
   }
 
   .compose-form__warning {