about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/composer.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-05-03 20:44:20 +0200
committerThibaut Girka <thib@sitedethib.com>2019-05-04 20:41:21 +0200
commit9b1ef58c95f6b0dfa6d22572199fa3cf4337b095 (patch)
tree8aa7f8d19844d54edaf743c7e02dac8674afea19 /app/javascript/flavours/glitch/styles/components/composer.scss
parentf59973cc85d9e84bd484ca7c75f108ccbb5d17df (diff)
[Glitch] Change font weight of sensitive button to 500
Port 63b1388fefff9414c2d0f9883f2d33f7c73284c6 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/composer.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/composer.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss
index 81c700737..86041da20 100644
--- a/app/javascript/flavours/glitch/styles/components/composer.scss
+++ b/app/javascript/flavours/glitch/styles/components/composer.scss
@@ -60,6 +60,11 @@
 .compose-form__sensitive-button {
   padding: 10px;
   padding-top: 0;
+
+  .icon-button {
+    font-size: 14px;
+    font-weight: 500;
+  }
 }
 
 .composer--reply {