From 623f8c9d25f28eb9d2aef045029f74387a9281c3 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 10 Nov 2017 21:48:28 +0100 Subject: optimize sidebar button size --- src/styles/layout.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/styles/layout.scss') diff --git a/src/styles/layout.scss b/src/styles/layout.scss index b35ab2a7b..afdd7dec7 100644 --- a/src/styles/layout.scss +++ b/src/styles/layout.scss @@ -42,7 +42,7 @@ html { z-index: 200; text-align: center; color: $theme-text-color; - padding-bottom: 5px; + padding-bottom: 10px; .sidebar__add-service { width: 32px; @@ -55,7 +55,7 @@ html { .sidebar__button { width: $theme-sidebar-width; - padding: 10px 0; + padding: 7px 0; font-size: 24px; position: relative; color: $theme-gray-light; @@ -71,6 +71,10 @@ html { &.is-muted { color: $theme-brand-primary; } + + &--new-service { + padding-bottom: 6px; + } } & > div { -- cgit v1.2.3-54-g00ecf