aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/layout.scss8
1 files changed, 6 insertions, 2 deletions
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 {
42 z-index: 200; 42 z-index: 200;
43 text-align: center; 43 text-align: center;
44 color: $theme-text-color; 44 color: $theme-text-color;
45 padding-bottom: 5px; 45 padding-bottom: 10px;
46 46
47 .sidebar__add-service { 47 .sidebar__add-service {
48 width: 32px; 48 width: 32px;
@@ -55,7 +55,7 @@ html {
55 55
56 .sidebar__button { 56 .sidebar__button {
57 width: $theme-sidebar-width; 57 width: $theme-sidebar-width;
58 padding: 10px 0; 58 padding: 7px 0;
59 font-size: 24px; 59 font-size: 24px;
60 position: relative; 60 position: relative;
61 color: $theme-gray-light; 61 color: $theme-gray-light;
@@ -71,6 +71,10 @@ html {
71 &.is-muted { 71 &.is-muted {
72 color: $theme-brand-primary; 72 color: $theme-brand-primary;
73 } 73 }
74
75 &--new-service {
76 padding-bottom: 6px;
77 }
74 } 78 }
75 79
76 & > div { 80 & > div {