diff options
author | Kushal Pandya <kushal@gitlab.com> | 2018-01-15 17:01:54 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2018-01-15 17:01:54 +0530 |
commit | f8a8e8efd70ce8115e4c98d4912834e82400cce6 (patch) | |
tree | 0c62587de970b805b66cf4d754b7098891cfa8d5 /app/assets | |
parent | e64890e4ba4205f51ae84ff84020642466bb67ea (diff) | |
download | gitlab-ce-f8a8e8efd70ce8115e4c98d4912834e82400cce6.tar.gz |
Add StackedProgressBar Component
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss index 43b16d3cf7d..cff47ea76ec 100644 --- a/app/assets/stylesheets/framework.scss +++ b/app/assets/stylesheets/framework.scss @@ -59,3 +59,4 @@ @import "framework/snippets"; @import "framework/memory_graph"; @import "framework/responsive_tables"; +@import "framework/stacked-progress-bar"; |