summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/progress.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/progress.scss')
-rw-r--r--app/assets/stylesheets/framework/progress.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/progress.scss b/app/assets/stylesheets/framework/progress.scss
deleted file mode 100644
index e9800bd24b5..00000000000
--- a/app/assets/stylesheets/framework/progress.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-html.turbolinks-progress-bar::before {
- background-color: $progress-color!important;
- height: 2px!important;
- box-shadow: 0 0 10px $progress-color, 0 0 5px $progress-color;
-}