From f3637ed782dace291473f56967c26bde42dd9bf9 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Thu, 5 May 2016 12:00:40 -0500 Subject: Start adding SVG icons --- app/assets/stylesheets/framework/sidebar.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/assets/stylesheets/framework') diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss index 46d46368d25..fa9cddef0ad 100644 --- a/app/assets/stylesheets/framework/sidebar.scss +++ b/app/assets/stylesheets/framework/sidebar.scss @@ -113,6 +113,14 @@ color: $gray-light; } + path { + fill: $gray-light; + } + + svg { + margin-right: 13px; + } + .nav-link-text { margin-top: 3px; font-size: 13px; -- cgit v1.2.3