[SEBA-747] Upgraded loader to show real-time progress istead of using a time-out

Change-Id: Iafea32e3b15461dc8b6859f0e4b1813150e362d5
diff --git a/src/index.scss b/src/index.scss
index 561a741..fd2ecf7 100644
--- a/src/index.scss
+++ b/src/index.scss
@@ -74,6 +74,10 @@
   @include alert-variant($background-dark-color, $alert-danger-text, $alert-danger-border);
 }
 
+.alert-accent {
+  @include alert-variant($background-dark-color, $color-accent, #fff);
+}
+
 .modal-backdrop.in {
   filter: alpha(opacity=50);
   opacity: .5;