From 9ae92dbeef614436f3ecc21544577b318d87740b Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Fri, 1 Jun 2018 13:45:47 +0100 Subject: [PATCH] Small icon & math icon styling --- services/web/public/stylesheets/app/editor/toolbar.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/services/web/public/stylesheets/app/editor/toolbar.less b/services/web/public/stylesheets/app/editor/toolbar.less index 55e581c3d6..2f34e7a258 100644 --- a/services/web/public/stylesheets/app/editor/toolbar.less +++ b/services/web/public/stylesheets/app/editor/toolbar.less @@ -293,6 +293,15 @@ .formatting-icon { font-style: normal; line-height: 1.5; + + &--small { + font-size: small; + line-height: 1.9; + } + + &--serif { + font-family: @font-family-serif; + } } .formatting-more {