diff --git a/client/styles/abstracts/_placeholders.scss b/client/styles/abstracts/_placeholders.scss index 6102d489..93e72b2d 100644 --- a/client/styles/abstracts/_placeholders.scss +++ b/client/styles/abstracts/_placeholders.scss @@ -5,7 +5,7 @@ width: #{44 / $base-font-size}rem; text-align: center; border-radius: 100%; - line-height: #{46 / $base-font-size}rem; + line-height: #{49 / $base-font-size}rem; cursor: pointer; border: none; outline: none; diff --git a/client/styles/components/_toolbar.scss b/client/styles/components/_toolbar.scss index 3aa29ff5..a3ba3ea6 100644 --- a/client/styles/components/_toolbar.scss +++ b/client/styles/components/_toolbar.scss @@ -19,7 +19,7 @@ } margin-right: #{15 / $base-font-size}rem; & span { - padding-left: #{2 / $base-font-size}rem; + padding-left: #{3 / $base-font-size}rem; } } @@ -40,14 +40,17 @@ .toolbar__preferences-button { @include themify() { @extend %toolbar-button; - line-height: #{50 / $base-font-size}rem; + line-height: #{52 / $base-font-size}rem; &--selected { @extend %toolbar-button--selected; - line-height: #{50 / $base-font-size}rem; + line-height: #{52 / $base-font-size}rem; } } - line-height: #{50 / $base-font-size}rem; + line-height: #{52 / $base-font-size}rem; margin-left: auto; + & span { + padding-left: #{1 / $base-font-size}rem; + } } .toolbar__logo {