From b29d88be25d4edafbbcdb7318012c980d83f5475 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Thu, 8 Jul 2021 00:43:24 +0100 Subject: [PATCH] Add progress bar styling --- app/assets/stylesheets/darkswarm/animations.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/darkswarm/animations.scss b/app/assets/stylesheets/darkswarm/animations.scss index d7fb952907..e1374a29ba 100644 --- a/app/assets/stylesheets/darkswarm/animations.scss +++ b/app/assets/stylesheets/darkswarm/animations.scss @@ -1,5 +1,9 @@ @import "mixins"; +.turbo-progress-bar { + background-color: $teal-400; +} + // ANIMATION FUNCTIONS //