aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/sass/application.scss10
1 files changed, 6 insertions, 4 deletions
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/';
5 5
6@use '_fonts'; 6@use '_fonts';
7 7
8@use './bootstrap';
9@use './primeng-custom';
10@use './ng-select';
11
12@use './classes'; 8@use './classes';
13 9
14@use './custom-markup'; 10@use './custom-markup';
15 11
12@use './ng-select';
13
14// Needs an import because we extends glyphicon icons in primeng
15@import './bootstrap';
16@import './primeng-custom';
17
16[hidden] { 18[hidden] {
17 display: none !important; 19 display: none !important;
18} 20}