From 3970bb26442ee990a24c549ef16a95c887ee1dc8 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Wed, 7 Jul 2021 18:31:05 +0200 Subject: [PATCH] badge settings in banners --- .../public/modules/bootstrap/custom/_variables.scss | 2 +- .../AccompanyingCourse/components/Banner/SocialIssue.vue | 2 +- .../AccompanyingCourse/components/Banner/ToggleFlags.vue | 6 +++--- .../Resources/views/Household/banner.html.twig | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/custom/_variables.scss b/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/custom/_variables.scss index e08569ff9..6089c0eee 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/custom/_variables.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/custom/_variables.scss @@ -140,7 +140,7 @@ $colors: ( // scss-docs-start theme-color-variables $primary: $blue; -$secondary: $gray-200; +$secondary: $gray-500; $success: $green; $info: $yellow; $warning: $orange; diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Banner/SocialIssue.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Banner/SocialIssue.vue index 42461bd06..3f8f3fcc9 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Banner/SocialIssue.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Banner/SocialIssue.vue @@ -1,5 +1,5 @@