From e89cbbdf9408fd3ea16da540c425ecf2803ac668 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 12 Jul 2021 14:22:37 +0200 Subject: Fix glyphicon icons in primeng table --- client/src/sass/application.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'client/src') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 15ca09ec4..30d487b11 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -5,14 +5,16 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; @use '_fonts'; -@use './bootstrap'; -@use './primeng-custom'; -@use './ng-select'; - @use './classes'; @use './custom-markup'; +@use './ng-select'; + +// Needs an import because we extends glyphicon icons in primeng +@import './bootstrap'; +@import './primeng-custom'; + [hidden] { display: none !important; } -- cgit v1.2.3