[bugfix] fix font in element ::before

See https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/162

[ci skip]
This commit is contained in:
Julien Fastré 2021-06-18 14:24:53 +02:00
parent 1b1a25edc4
commit 07cc394abd

View File

@ -30,7 +30,7 @@
&.bt-cancel::before, &.bt-cancel::before,
&.bt-view::before, &.bt-view::before,
&.bt-show::before { &.bt-show::before {
font: normal normal normal 14px/1 FontAwesome; font: normal normal normal 14px/1 ForkAwesome;
margin-right: 0.5em; margin-right: 0.5em;
} }