aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r--client/src/sass/application.scss26
1 files changed, 17 insertions, 9 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 2ad1af23a..2aa743cf1 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -1,19 +1,15 @@
1$icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
2
3@use 'sass:math'; 1@use 'sass:math';
4 2
5@use '_variables' as *; 3@use '_variables' as *;
6@use '_mixins' as *; 4@use '_mixins' as *;
5@use '_icons' as *;
7 6
8@use '_fonts'; 7@use '_fonts';
9 8
10@use './classes'; 9@use './classes';
11
12@use './custom-markup'; 10@use './custom-markup';
13
14@use './ng-select'; 11@use './ng-select';
15 12
16// Needs an import because we extends glyphicon icons in primeng
17@import './bootstrap'; 13@import './bootstrap';
18@import './primeng-custom'; 14@import './primeng-custom';
19 15
@@ -316,15 +312,27 @@ my-global-icon[iconName=external-link] {
316} 312}
317 313
318.chevron-down { 314.chevron-down {
319 @include chevron-down(0.55rem, 0.20em); 315 @include chevron-down(0.55rem, 0.15rem);
320 316
321 margin: 0 5px; 317 margin: 0 8px;
322} 318}
323 319
324.chevron-up { 320.chevron-up {
325 @include chevron-up(0.55rem, 0.20em); 321 @include chevron-up(0.55rem, 0.15rem);
322
323 margin: 0 8px;
324}
325
326.chevron-right {
327 @include chevron-right(0.55rem, 0.15rem);
328
329 margin: 0 8px;
330}
331
332.chevron-left {
333 @include chevron-left(0.55rem, 0.15rem);
326 334
327 margin: 0 5px; 335 margin: 0 8px;
328} 336}
329 337
330/* offsetTop for scrollToAnchor */ 338/* offsetTop for scrollToAnchor */