From 07cc394abd6517764decf56304d578f1870731b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 18 Jun 2021 14:24:53 +0200 Subject: [PATCH] [bugfix] fix font in element ::before See https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/162 [ci skip] --- .../public/modules/scratch/custom/modules/_buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/modules/scratch/custom/modules/_buttons.scss b/src/Bundle/ChillMainBundle/Resources/public/modules/scratch/custom/modules/_buttons.scss index 0b7af263b..7c332818d 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/modules/scratch/custom/modules/_buttons.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/modules/scratch/custom/modules/_buttons.scss @@ -30,7 +30,7 @@ &.bt-cancel::before, &.bt-view::before, &.bt-show::before { - font: normal normal normal 14px/1 FontAwesome; + font: normal normal normal 14px/1 ForkAwesome; margin-right: 0.5em; }