summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-02-29 09:47:22 +0000
committerPhil Hughes <me@iamphill.com>2016-02-29 09:47:22 +0000
commitcb0e26d1f7cf44c1fb9341fc94c0c819e653a3f6 (patch)
tree314116463dd1dde9f26f110056fac8a94d3b5616 /app/assets/stylesheets/framework.scss
parentf838dbe4d13c55fc8796eadf33165f1406612662 (diff)
downloadgitlab-ce-cb0e26d1f7cf44c1fb9341fc94c0c819e653a3f6.tar.gz
Removed NGProgressremoved-ngprogress
In an effort to get the JS file size down, i've removed NGProgress and replaced with TurboLinks own loading indicator Ref #13820
Diffstat (limited to 'app/assets/stylesheets/framework.scss')
-rw-r--r--app/assets/stylesheets/framework.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss
index fa7641b1676..e2a30f5ed34 100644
--- a/app/assets/stylesheets/framework.scss
+++ b/app/assets/stylesheets/framework.scss
@@ -26,6 +26,7 @@
@import "framework/mobile.scss";
@import "framework/nav.scss";
@import "framework/pagination.scss";
+@import "framework/progress.scss";
@import "framework/panels.scss";
@import "framework/selects.scss";
@import "framework/sidebar.scss";