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:
authorBrandon Labuschagne <blabuschagne@gitlab.com>2019-02-28 20:35:54 +0300
committerFatih Acet <acetfatih@gmail.com>2019-02-28 20:35:54 +0300
commit9b9426bc23ef75c44800fc9e4bc6f2b3add7eee1 (patch)
tree6656b93b8c2142be97f878c20eca89734b314e19 /app/assets/stylesheets/framework.scss
parent790a51a42778b3aa3fb5c8c5afe687ef06dd4433 (diff)
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";