From 0df16051237bac29bce948ab8b4f979b4a58014f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 14 Aug 2018 21:59:54 +0200 Subject: [PATCH] add more space around sidemenu icons --- gadjo/static/css/gadjo.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 438191b..5791a8b 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -6,7 +6,7 @@ $font-family: "Open Sans", sans-serif; $sidepage-background: #23282d url(texture.png); $sidepage-background: white; $sidepage-left-space: 36px; -$sidepage-icon-width: 36px; +$sidepage-icon-width: 48px; $sidepage-width: 210px; $header-height: 60px; $sidepage-border-width: 4px;