summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework.scss
diff options
context:
space:
mode:
authorBrandon Labuschagne <blabuschagne@gitlab.com>2019-02-28 17:35:54 +0000
committerFatih Acet <acetfatih@gmail.com>2019-02-28 17:35:54 +0000
commit9b9426bc23ef75c44800fc9e4bc6f2b3add7eee1 (patch)
tree6656b93b8c2142be97f878c20eca89734b314e19 /app/assets/stylesheets/framework.scss
parent790a51a42778b3aa3fb5c8c5afe687ef06dd4433 (diff)
downloadgitlab-ce-9b9426bc23ef75c44800fc9e4bc6f2b3add7eee1.tar.gz
Add CSS needed for new spinner
The new spinner is purely CSS It is used for the loading_icon gitlab-ui component
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 555ea276c6c..216877a4461 100644
--- a/app/assets/stylesheets/framework.scss
+++ b/app/assets/stylesheets/framework.scss
@@ -66,3 +66,4 @@
@import 'framework/read_more';
@import 'framework/flex_grid';
@import 'framework/system_messages';
+@import "framework/spinner";