From 734c6863c5bbbcbd99fe6b9beea87b8e72d13b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sat, 25 Dec 2021 15:57:38 +0100 Subject: [PATCH] fix some icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/components/datepicker.scss | 6 +++--- app/styles/forms.scss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/styles/components/datepicker.scss b/app/styles/components/datepicker.scss index 9b359c55e..76996ffda 100644 --- a/app/styles/components/datepicker.scss +++ b/app/styles/components/datepicker.scss @@ -69,14 +69,14 @@ } input { - padding: 0 0 0 10px; + padding: 0 0 0 8px; } &::before { content: '\f073'; display: inline-block; - font: normal normal normal 14px/1 ForkAwesome; - font-size: 14px; + font: normal normal normal 14px/1 "Font Awesome 5 Free"; + font-size: 18px; color: var(--primary-text-color--faint); } } diff --git a/app/styles/forms.scss b/app/styles/forms.scss index d6953a705..eebe8ee02 100644 --- a/app/styles/forms.scss +++ b/app/styles/forms.scss @@ -496,7 +496,7 @@ code { &::after { display: flex; align-items: center; - font-family: "ForkAwesome"; + font-family: "Font Awesome 5 Free"; content: ""; position: absolute; right: 12px;