From f39b64f910984ffbc3d514e6a96d8d3b7a806a9b Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 17 Jun 2024 15:18:51 +0200 Subject: [PATCH] wait #6958 --- wp-content/themes/CCV/dist/styles/app.css | 2 +- .../themes/CCV/resources/assets/styles/widgets/picto-grid.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/CCV/dist/styles/app.css b/wp-content/themes/CCV/dist/styles/app.css index 679d0988..31a796fa 100644 --- a/wp-content/themes/CCV/dist/styles/app.css +++ b/wp-content/themes/CCV/dist/styles/app.css @@ -3388,7 +3388,7 @@ h4, } .picto-grid-description:before { - background-color: #FFBF29; + background-color: #1D7AEA; content: ''; display: block; width: 48px; diff --git a/wp-content/themes/CCV/resources/assets/styles/widgets/picto-grid.styl b/wp-content/themes/CCV/resources/assets/styles/widgets/picto-grid.styl index e4c51432..7d6ddc90 100644 --- a/wp-content/themes/CCV/resources/assets/styles/widgets/picto-grid.styl +++ b/wp-content/themes/CCV/resources/assets/styles/widgets/picto-grid.styl @@ -54,7 +54,7 @@ margin: 0 auto &:before - @apply bg-yellow + @apply bg-blue content: '' display: block width: 48px -- 2.39.5