diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-05-03 20:44:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-03 20:44:20 +0200 |
commit | 63b1388fefff9414c2d0f9883f2d33f7c73284c6 (patch) | |
tree | 4265aadb9ac567cf18fa99ebdcb20180a0d3fb34 /app | |
parent | 91634947f88fb3004b5e853598f02fbe39a55768 (diff) |
Change font weight of sensitive button to 500 (#10682)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index c1466aa88..2326dee38 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -267,6 +267,11 @@ &__sensitive-button { padding: 10px; padding-top: 0; + + .icon-button { + font-size: 14px; + font-weight: 500; + } } .compose-form__warning { |