diff --git a/app/assets/stylesheets/molecules/_progressbar.scss b/app/assets/stylesheets/molecules/_progressbar.scss index 2e5f831..d4e9eff 100644 --- a/app/assets/stylesheets/molecules/_progressbar.scss +++ b/app/assets/stylesheets/molecules/_progressbar.scss @@ -7,11 +7,11 @@ } .progress-bar { - background-color: $primary-color; + // background-color: $primary-color; + background-color: #39bd9a; color:white; text-align: right; line-height: 8vw; - // padding: 0 5px; font-weight: 900; min-width: 50px; position: relative;