Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-05 20:00:40 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-08 20:56:02 +0300
commitf3637ed782dace291473f56967c26bde42dd9bf9 (patch)
treee40b73ece1b96c341737dec5f4c44971d46fbaf0 /app/assets/stylesheets/framework
parente6daf1f899b412ded9a16674865b09f31fc7c75a (diff)
Start adding SVG icons
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss8
1 files changed, 8 insertions, 0 deletions
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;