From 16d7ae55da36c3a16d8c11679049fd7970a18d81 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 11 Sep 2019 16:34:08 -0300 Subject: [PATCH] barra de progreso --- app/assets/stylesheets/application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 69664d5..ada55e3 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -89,7 +89,7 @@ ol.breadcrumb { .turbolinks-progress-bar { height: 3px; - background-color: $purpura; + background-color: $magenta; }