From 8ce36cd997ad04057ed6a7b7ac5631599b13497a Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Wed, 26 Oct 2016 17:49:42 -0400 Subject: [PATCH] update pencil to modern pictograms --- client/images/pencil.svg | 32 ++++++++++---------------- client/styles/components/_toolbar.scss | 8 +++++++ 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/client/images/pencil.svg b/client/images/pencil.svg index 37a90466..f9bd1db9 100644 --- a/client/images/pencil.svg +++ b/client/images/pencil.svg @@ -1,21 +1,13 @@ - - - - + + + + + + + diff --git a/client/styles/components/_toolbar.scss b/client/styles/components/_toolbar.scss index fdac2ada..f7ebaab1 100644 --- a/client/styles/components/_toolbar.scss +++ b/client/styles/components/_toolbar.scss @@ -115,6 +115,14 @@ } .toolbar__edit-name-button { + display: inline-block; + vertical-align: top; + height: #{18 / $base-font-size}rem; + margin-left: #{-4 / $base-font-size}rem; + & svg { + width: #{18 / $base-font-size}rem; + height: #{18 / $base-font-size}rem; + } @include themify() { & path { fill: getThemifyVariable('inactive-text-color');