ontimize-web-ngx 15.0.0-beta.1 → 15.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/esm2020/lib/components/app-sidenav/o-app-sidenav.component.mjs +2 -2
  2. package/esm2020/lib/components/button-toggle/o-button-toggle-group/o-button-toggle-group.component.mjs +13 -15
  3. package/esm2020/lib/components/card-menu-item/o-card-menu-item.component.mjs +6 -8
  4. package/esm2020/lib/components/dual-list-selector/o-dual-list-selector.component.mjs +3 -3
  5. package/esm2020/lib/components/form/navigation/o-form.navigation.class.mjs +2 -2
  6. package/esm2020/lib/components/form-container/o-form-container.component.mjs +6 -8
  7. package/esm2020/lib/components/grid/o-grid.component.mjs +5 -5
  8. package/esm2020/lib/components/index.mjs +2 -3
  9. package/esm2020/lib/components/input/combo/o-combo.component.mjs +2 -2
  10. package/esm2020/lib/components/input/phone-input/o-phone-input.component.mjs +3 -3
  11. package/esm2020/lib/components/input/search-input/o-search-input.component.mjs +2 -2
  12. package/esm2020/lib/components/list/list-item/o-list-item.component.mjs +2 -2
  13. package/esm2020/lib/components/list/o-list.component.mjs +5 -14
  14. package/esm2020/lib/components/list/renderers/card/o-list-item-card.component.mjs +3 -3
  15. package/esm2020/lib/components/list/renderers/card-image/o-list-item-card-image.component.mjs +3 -3
  16. package/esm2020/lib/components/o-service-base-component.class.mjs +1 -1
  17. package/esm2020/lib/components/o-service-component.class.mjs +2 -1
  18. package/esm2020/lib/components/table/column/calculated/o-table-column-calculated.component.mjs +6 -7
  19. package/esm2020/lib/components/table/column/o-table-column.component.mjs +123 -129
  20. package/esm2020/lib/components/table/extensions/default-o-table.datasource.mjs +46 -9
  21. package/esm2020/lib/components/table/extensions/dialog/apply-configuration/o-table-apply-configuration-dialog.component.mjs +3 -3
  22. package/esm2020/lib/components/table/extensions/dialog/filter-by-column/o-table-filter-by-column-data-dialog.component.mjs +3 -3
  23. package/esm2020/lib/components/table/extensions/dialog/store-configuration/o-table-store-configuration-dialog.component.mjs +3 -3
  24. package/esm2020/lib/components/table/extensions/dialog/visible-columns/o-table-visible-columns-dialog.component.mjs +3 -3
  25. package/esm2020/lib/components/table/extensions/header/table-insertable-row/o-table-insertable-row.component.mjs +6 -7
  26. package/esm2020/lib/components/table/extensions/header/table-quickfilter/o-table-quickfilter.component.mjs +4 -4
  27. package/esm2020/lib/components/table/o-table.component.mjs +17 -18
  28. package/esm2020/lib/components/user-info/index.mjs +5 -0
  29. package/esm2020/lib/components/user-info/o-user-info.module.mjs +3 -3
  30. package/esm2020/lib/interfaces/o-table-column.interface.mjs +1 -1
  31. package/esm2020/lib/layouts/form-layout/dialog/o-form-layout-dialog.component.mjs +20 -22
  32. package/esm2020/lib/layouts/form-layout/dialog/options/o-form-layout-dialog-options.directive.mjs +7 -3
  33. package/esm2020/lib/layouts/form-layout/o-form-layout-manager.component.mjs +10 -4
  34. package/esm2020/lib/layouts/form-layout/split-pane/o-form-layout-split-pane.component.mjs +8 -9
  35. package/esm2020/lib/layouts/form-layout/tabgroup/o-form-layout-tabgroup.component.mjs +8 -10
  36. package/esm2020/lib/services/o-error-dialog-manager.service.mjs +8 -4
  37. package/esm2020/lib/services/translate/o-translate.service.mjs +3 -2
  38. package/esm2020/lib/shared/components/filter/load-filter/o-load-filter-dialog.component.mjs +3 -3
  39. package/esm2020/lib/util/util.mjs +5 -1
  40. package/fesm2015/ontimize-web-ngx.mjs +297 -272
  41. package/fesm2015/ontimize-web-ngx.mjs.map +1 -1
  42. package/fesm2020/ontimize-web-ngx.mjs +297 -272
  43. package/fesm2020/ontimize-web-ngx.mjs.map +1 -1
  44. package/lib/components/button-toggle/o-button-toggle-group/o-button-toggle-group.component.d.ts +1 -3
  45. package/lib/components/card-menu-item/o-card-menu-item.component.d.ts +2 -3
  46. package/lib/components/form-container/o-form-container.component.d.ts +1 -3
  47. package/lib/components/index.d.ts +1 -2
  48. package/lib/components/list/o-list.component.d.ts +1 -3
  49. package/lib/components/table/column/calculated/o-table-column-calculated.component.d.ts +2 -3
  50. package/lib/components/table/column/o-table-column.component.d.ts +3 -4
  51. package/lib/components/table/extensions/default-o-table.datasource.d.ts +1 -0
  52. package/lib/components/table/extensions/header/table-insertable-row/o-table-insertable-row.component.d.ts +2 -3
  53. package/lib/components/table/o-table.component.d.ts +5 -6
  54. package/lib/components/user-info/index.d.ts +4 -0
  55. package/lib/components/user-info/o-user-info.module.d.ts +1 -1
  56. package/lib/interfaces/o-table-column.interface.d.ts +2 -2
  57. package/lib/layouts/form-layout/dialog/o-form-layout-dialog.component.d.ts +4 -4
  58. package/lib/layouts/form-layout/dialog/options/o-form-layout-dialog-options.directive.d.ts +3 -1
  59. package/lib/layouts/form-layout/o-form-layout-manager.component.d.ts +2 -1
  60. package/lib/layouts/form-layout/split-pane/o-form-layout-split-pane.component.d.ts +2 -3
  61. package/lib/layouts/form-layout/tabgroup/o-form-layout-tabgroup.component.d.ts +2 -3
  62. package/lib/services/o-error-dialog-manager.service.d.ts +2 -2
  63. package/lib/services/translate/o-translate.service.d.ts +1 -0
  64. package/lib/util/util.d.ts +1 -0
  65. package/ontimize.scss +2 -72
  66. package/package.json +1 -1
  67. package/theme.scss +84 -99
  68. package/theming/addons/report-on-demand.scss +5 -1
  69. package/theming/ontimize-style-v8.scss +23 -1
  70. package/theming/ontimize-style.scss +2 -1
  71. package/theming/styles/density.scss +37 -23
  72. package/theming/styles/ontimize-v8/o-form-field-style.scss +23 -15
  73. package/theming/styles/ontimize-v8/o-table-style.scss +1 -1
  74. package/theming/styles/ontimize-v8/variables.scss +4 -1
  75. package/theming/themes/ontimize-blue.scss +6 -3
package/theme.scss CHANGED
@@ -374,7 +374,10 @@
374
374
 
375
375
  &[aria-selected="true"] {
376
376
  background-color: mat.get-color-from-palette($primary, 100);
377
- color: if($is-dark-theme, #121212, mat.get-color-from-palette($foreground, text));
377
+
378
+ .mdc-list-item__secondary-text {
379
+ color: if($is-dark-theme, #121212, mat.get-color-from-palette($foreground, text));
380
+ }
378
381
  }
379
382
  }
380
383
 
@@ -466,9 +469,6 @@
466
469
  $primary: map.get($theme, primary);
467
470
  $accent: map.get($theme, accent);
468
471
 
469
- /* outline appearance */
470
- $border-radius: 2px;
471
-
472
472
  .mat-mdc-form-field {
473
473
  &.mat-form-field-disabled.accent {
474
474
  @include icon-color-mixin(mat.get-color-from-palette($accent, 0.42));
@@ -490,7 +490,7 @@
490
490
  color: mat.get-color-from-palette($foreground, disabled-button);
491
491
  }
492
492
 
493
- &.mat-form-field-appearance-ontimize.read-only{
493
+ &.mat-form-field-appearance-ontimize.read-only {
494
494
 
495
495
  .mat-mdc-select-disabled .mat-mdc-select-value {
496
496
  color: inherit;
@@ -509,14 +509,6 @@
509
509
  color: mat.get-color-from-palette($warn);
510
510
  }
511
511
 
512
- /* OUTLINE APPEARANCE */
513
- &.mat-form-field-appearance-outline .mdc-text-field--outlined .mdc-notched-outline {
514
-
515
- .mdc-notched-outline__leading,
516
- .mdc-notched-outline__trailing {
517
- border-radius: $border-radius 0 0 $border-radius;
518
- }
519
- }
520
512
  }
521
513
 
522
514
  input:not([type]):disabled,
@@ -539,9 +531,11 @@
539
531
  }
540
532
 
541
533
  .o-tooltip.o-mat-error {
542
- background: mat.get-color-from-palette($primary, default-contrast);
543
- border: 1px solid mat.get-color-from-palette($warn);
544
- color: mat.get-color-from-palette($warn);
534
+ .mdc-tooltip__surface {
535
+ background: mat.get-color-from-palette($primary, default-contrast);
536
+ border: 1px solid mat.get-color-from-palette($warn);
537
+ color: mat.get-color-from-palette($warn);
538
+ }
545
539
  }
546
540
 
547
541
  /* CHECKBOX */
@@ -696,6 +690,13 @@
696
690
  }
697
691
  }
698
692
 
693
+ @if($typography) {
694
+ .mat-mdc-dialog-title {
695
+ line-height: mat.font-size($typography, subtitle-1);
696
+ font-size: mat.font-size($typography, subtitle-1);
697
+ }
698
+ }
699
+
699
700
 
700
701
  .empty-filter-list {
701
702
  color: mat.get-color-from-palette($foreground, disabled-text);
@@ -713,117 +714,103 @@
713
714
 
714
715
  }
715
716
 
716
- .mdc-list[dense],
717
- .mat-mdc-selection-list[dense] {
718
- outline: none;
719
-
720
- .mat-mdc-list-option-checkbox-before {
721
- display: flex;
722
- align-items: center;
723
- padding-right: 0px;
724
- margin-right: 0px;
725
- }
726
-
727
-
728
- }
729
-
730
- @if($typography) {
731
- .mat-mdc-list[dense] {
732
- .mat-mdc-list-item {
733
717
 
734
- .empty-filter-list,
735
- .mdc-list-item__content>* {
736
- font-size: mat.font-size($typography, body-1);
737
- }
718
+ .mdc-list {
719
+ padding: 0;
720
+ @include mat.list-density(-2);
738
721
 
739
- .mat-mdc-list-item-line:nth-child(n+2) {
740
- font-size: mat.font-size($typography, caption);
741
- }
722
+ .mat-mdc-list-item.mdc-list-item {
723
+ margin: 6px 0;
724
+ border-radius: 4px;
742
725
 
726
+ &.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
727
+ margin-right: 8px;
743
728
  }
744
- }
745
- }
746
- }
747
- }
748
729
 
749
- }
730
+ &.mdc-list-item--with-one-line,
731
+ &.mdc-list-item--with-two-lines,
732
+ &.mdc-list-item--with-three-lines {
733
+ height: auto;
734
+ min-height: 30px;
750
735
 
736
+ }
751
737
 
752
- /*MAT LIST DENSE in v15 is unsupported */
753
- .mat-mdc-list[dense] {
754
- .mat-mdc-list-item {
755
- height: auto;
756
-
757
- &.mdc-list-item--with-three-lines {
758
- height: 76px;
759
- }
760
-
761
- &.mdc-list-item--with-two-lines {
762
- height: 60px;
763
- }
764
-
765
- &.mdc-list-item--with-one-line {
766
- height: 60px;
767
- }
738
+ .mdc-list-item__content {
739
+ display: table;
740
+ align-self: center;
741
+ width: 100%;
768
742
 
769
743
 
744
+ .mdc-list-item__secondary-text,
745
+ .mdc-list-item__primary-text {
746
+ margin-bottom: 0;
747
+ align-self: center;
748
+ vertical-align: middle;
770
749
 
750
+ &::before,
751
+ &::after {
752
+ content: none;
753
+ }
771
754
 
772
- .mdc-list-item__primary-text,
773
- .mdc-list-item__secondary-text {
774
- margin-bottom: 0;
755
+ &.mat-mdc-list-item-unscoped-content {
756
+ display: table-cell;
757
+ vertical-align: middle;
758
+ width: 100%;
759
+ }
760
+ }
761
+ }
775
762
 
776
- &::before {
777
- height: auto;
778
- content: none;
779
- }
763
+ .mdc-list-item__start {
764
+ align-self: center;
765
+ margin-top: 0;
766
+ }
780
767
 
781
- @if($typography) {
782
- font-size: mat.font-size($typography, caption);
768
+ }
783
769
  }
784
770
 
785
771
  }
786
772
  }
787
773
  }
788
774
 
775
+
776
+
789
777
  /*global styles about drag/drop in dialogs table*/
790
778
  .cdk-drag-preview,
791
779
  .cdk-drag-dragging {
792
- width: 100%;
793
- display: block;
794
780
 
795
- background-color: mat.get-color-from-palette($background, background);
796
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
797
- box-sizing: border-box;
798
- border-radius: 2px;
781
+ &.mdc-list-item.mat-mdc-list-item {
799
782
 
800
- @if($typography) {
801
- .mdc-list-item__content {
802
- font-size: mat.font-size($typography, body-1);
803
- }
804
- }
783
+ background-color: mat.get-color-from-palette($background, background);
784
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
785
+ box-sizing: border-box;
786
+ border-radius: 2px;
805
787
 
806
- .mdc-list-item__content {
807
- display: block;
808
- color: mat.get-color-from-palette($foreground, text);
809
- padding: 6px;
810
- flex-direction: row;
811
- align-items: center;
812
- //background-color: mat.get-color-from-palette($background, background);
813
- //display: flex;
814
- //box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
815
- //box-sizing: border-box;
816
- // border-radius: 2px;
788
+ .mdc-list-item__secondary-text,
789
+ .mdc-list-item__primary-text {
790
+ padding: 0 8px;
791
+ width: 100%;
792
+
793
+ &::before,
794
+ &::after {
795
+ content: none;
796
+ }
797
+ }
817
798
 
818
- .mat-mdc-list-item-icon {
819
- padding: 4px;
799
+ .mdc-list-item__start {
800
+ align-self: center;
801
+ margin-top: 0;
802
+ margin-right: 8px;
820
803
  }
821
804
 
822
- .mat-mdc-list-text {
823
- padding-left: 16px;
824
- width: 100%;
805
+ .mdc-list-item__secondary-text {
806
+ color: mat.get-color-from-palette($foreground, icon);
807
+
808
+ @if($typography) {
809
+ font-size: mat.font-size($typography, body-1);
810
+ }
825
811
  }
826
812
  }
813
+
827
814
  }
828
815
 
829
816
  .cdk-drop-list-dragging .o-drag-list-item-box:not(.cdk-drag-placeholder) {
@@ -999,8 +986,6 @@
999
986
  .o-mat-menu.mat-mdc-menu-panel {
1000
987
  min-height: auto;
1001
988
  }
1002
-
1003
-
1004
989
  }// Layout-padding-xxx & Layout-margin-xxxx
1005
990
  // ------------------------------
1006
991
  $baseline-grid: 8px !default;
@@ -1,5 +1,5 @@
1
1
  @use "sass:map";
2
- @use '@angular/material'as mat;
2
+ @use '@angular/material' as mat;
3
3
 
4
4
  @mixin report-on-demand($theme-or-color-config) {
5
5
  $theme: map.get($theme-or-color-config, color);
@@ -7,6 +7,10 @@
7
7
 
8
8
  .report-on-demand-sidenav {
9
9
  .mat-expansion-panel {
10
+ border: 1px solid mat.get-color-from-palette($background, background);
11
+ }
12
+
13
+ .mat-expansion-panel-header {
10
14
  background-color: mat.get-color-from-palette($background, background);
11
15
  }
12
16
  }
@@ -86,7 +86,7 @@ $app-background-color: #eaeaea;
86
86
 
87
87
  @include theme.o-material-theme($theme-or-color-config);
88
88
  @include layout.layout-padding-margin();
89
- @include o-density.checkbox(19px, 19px, 15px);
89
+ @include o-density.checkbox();
90
90
  @include o-density.list();
91
91
  @include o-density.radio();
92
92
  @include o-table-style.o-table-style($theme-or-color-config);
@@ -151,6 +151,20 @@ $app-background-color: #eaeaea;
151
151
  .o-app-sidenav {
152
152
  font-weight: 400;
153
153
  color: #aaaaaa;
154
+
155
+ .mat-drawer-closed {
156
+
157
+ .o-app-sidenav-menu-group,
158
+ .o-app-sidenav-menu-item {
159
+ a {
160
+ width: variables.$sidenav-closed-width - variables.$margin-left-buttom;
161
+ max-width: variables.$sidenav-closed-width - variables.$margin-left-buttom;
162
+ min-width: variables.$sidenav-closed-width - variables.$margin-left-buttom;
163
+ padding-left: 4px;
164
+ padding-right: 12px;
165
+ }
166
+ }
167
+ }
154
168
  }
155
169
 
156
170
  /* USER INFO */
@@ -304,4 +318,12 @@ $app-background-color: #eaeaea;
304
318
  o-row.o-row.bg-level-1 {
305
319
  background-color: mat.get-color-from-palette($background, level-1);
306
320
  }
321
+ }
322
+
323
+ @mixin ontimize-theme-all-component-color($theme-or-color-config) {
324
+ $color: map.get($theme-or-color-config, color);
325
+ @include ontimize-theme-styles((color: $color,
326
+ typography: null,
327
+ density: null,
328
+ ));
307
329
  }
@@ -693,11 +693,12 @@ $ontimize-dark-theme-foreground: (base: rgba(white, 0.6),
693
693
  }
694
694
 
695
695
  @if($typography) {
696
+
696
697
  >.o-container-title,
697
698
  >.mat-expansion-panel-header .o-container-title {
698
699
  span {
699
700
  font: {
700
- size: mat.font-size($typography, headline-5);
701
+ size: mat.font-size($typography, headline-6);
701
702
  weight: bold;
702
703
  }
703
704
  }
@@ -1,37 +1,51 @@
1
1
  @use '@angular/material'as mat;
2
2
  @use "sass:selector";
3
3
 
4
- @mixin checkbox($ripple-size, $touch-target-size, $icon-size) {
4
+ @mixin checkbox() {
5
5
 
6
6
 
7
- mat-checkbox.mat-mdc-checkbox .mdc-checkbox,
8
- .mdc-list-item.mat-mdc-list-option .mdc-checkbox {
9
- padding: calc((var(--mdc-checkbox-ripple-size, $ripple-size) - var(--mdc-checkbox-icon-size, $icon-size)) / 2);
10
- margin: calc((var(--mdc-checkbox-touch-target-size, $touch-target-size) - var(--mdc-checkbox-icon-size)) / 2);
11
-
12
- .mdc-checkbox__background {
13
- top: calc((var(--mdc-checkbox-ripple-size, $ripple-size) - var(--mdc-checkbox-icon-size, $icon-size)) / 2);
14
- left: calc((var(--mdc-checkbox-ripple-size, $ripple-size) - var(--mdc-checkbox-icon-size, $icon-size)) / 2);
15
- height: var(--mdc-checkbox-icon-size, $icon-size);
16
- width: var(--mdc-checkbox-icon-size, $icon-size);
17
- }
7
+ mat-checkbox.mat-mdc-checkbox .mdc-checkbox {
18
8
 
19
- .mdc-checkbox__native-control {
20
- top: calc((20px - var(--mdc-checkbox-touch-target-size, $touch-target-size)) / 2);
21
- right: calc((20px - var(--mdc-checkbox-touch-target-size, $touch-target-size)) / 2);
9
+ @include checkbox-size(28px, 16px);
10
+ }
22
11
 
23
- left: calc((20px - var(--mdc-checkbox-touch-target-size, $touch-target-size)) / 2);
24
- width: var(--mdc-checkbox-touch-target-size, $touch-target-size);
25
- height: var(--mdc-checkbox-touch-target-size, $touch-target-size);
12
+ .o-table {
13
+ mat-checkbox.mat-mdc-checkbox .mdc-checkbox {
14
+ @include checkbox-size(28px, 18px);
26
15
  }
16
+ }
27
17
 
28
- .mat-mdc-checkbox-touch-target {
29
- height: var(--mdc-checkbox-touch-target-size, $touch-target-size);
30
- width: var(--mdc-checkbox-touch-target-size, $touch-target-size);
31
- }
18
+ .mdc-list-item.mat-mdc-list-option .mdc-checkbox {
19
+ @include checkbox-size(21px, 15px);
20
+ }
21
+
22
+ }
32
23
 
33
- //}
24
+ @mixin checkbox-size($ripple-size, $icon-size) {
25
+ width: $icon-size;
26
+ height: $icon-size;
27
+ flex: 0 0 $icon-size;
28
+ padding: calc(($ripple-size - $icon-size) / 2) + 1;
29
+
30
+
31
+ .mdc-checkbox__background {
32
+ top: calc(($ripple-size - $icon-size) / 2) + 1;
33
+ left: calc(($ripple-size - $icon-size) / 2) + 1;
34
+ width: $icon-size;
35
+ height: $icon-size;
36
+ }
37
+
38
+ .mdc-checkbox__native-control {
39
+ width: $ripple-size;
40
+ height: $ripple-size;
41
+
42
+ }
43
+
44
+ .mat-mdc-checkbox-touch-target {
45
+ height: $icon-size;
46
+ width: $icon-size;
34
47
  }
48
+
35
49
  }
36
50
 
37
51
  @mixin radio() {
@@ -1,10 +1,21 @@
1
1
  @use '@angular/material'as mat;
2
-
2
+ @use 'variables.scss';
3
3
 
4
4
  .mat-mdc-form-field {
5
5
 
6
- @include mat.form-field-density(-4);
6
+ @include mat.form-field-density(-2);
7
+
8
+ &.mat-form-field-appearance-outline .mdc-notched-outline {
9
+ .mdc-notched-outline__leading {
10
+ border-top-left-radius: variables.$border-radius;
11
+ border-bottom-left-radius: variables.$border-radius;
12
+ }
7
13
 
14
+ .mdc-notched-outline__trailing {
15
+ border-top-right-radius: variables.$border-radius;
16
+ border-bottom-right-radius: variables.$border-radius;
17
+ }
18
+ }
8
19
 
9
20
  &.icon-field .mat-mdc-form-field-icon-suffix .icon-btn,
10
21
  &.icon-field .mat-mdc-form-field-icon-suffix .mat-icon-button,
@@ -21,17 +32,14 @@
21
32
  }
22
33
  }
23
34
 
24
- .mat-mdc-form-field-subscript-wrapper {
25
- display: none;
26
- }
27
-
28
35
  .mat-mdc-text-field-wrapper {
29
36
  .mat-mdc-form-field-flex {
30
37
  .mat-mdc-form-field-infix {
31
38
  min-height: auto;
32
- padding-bottom: 4px;
33
-
34
39
 
40
+ .mat-mdc-form-field-input-control:not(textarea){
41
+ height: 1em;
42
+ }
35
43
  .mat-mdc-floating-label {
36
44
  display: block;
37
45
  }
@@ -40,13 +48,13 @@
40
48
  height: auto;
41
49
  }
42
50
  }
43
-
44
- &:not(.mdc-text-field--outlined) {
45
- .mat-mdc-form-field-infix {
46
- min-height: auto;
47
- padding-top: 14px;
48
- }
49
- }
50
51
  }
52
+
53
+ }
54
+
55
+ .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix,
56
+ .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
57
+ padding-bottom: 4px;
58
+ padding-top: 18px;
51
59
  }
52
60
  }
@@ -9,7 +9,7 @@
9
9
  $typography: map.get($theme, typography);
10
10
 
11
11
  /* TABLE */
12
- .ontimize-table.o-table {
12
+ .ontimize-table.o-table.o-table {
13
13
  font-weight: 400;
14
14
 
15
15
  .o-table-container {
@@ -7,4 +7,7 @@
7
7
  $background-tab-inactive-on-dark: #686868;
8
8
  $background-tab-inactive-on-light: #D7DDE0;
9
9
  /*Application background-color*/
10
- $app-background-color: #eaeaea;
10
+ $app-background-color: #eaeaea;
11
+
12
+ $margin-left-buttom: 8px;
13
+ $sidenav-closed-width: 48px;
@@ -5,14 +5,17 @@
5
5
  /* Color definitions */
6
6
  $mat-custom-primary: (50 : #e3ecf4, 100 : #b9d1e4, 200 : #8ab2d2, 300 : #5b93c0, 400 : #377bb3, 500 : #1464a5, 600 : #125c9d, 700 : #0e5293, 800 : #0b488a, 900 : #063679, A100 : #a8c7ff, A200 : #75a7ff, A400 : #4286ff, A700 : #2876ff, contrast: (50 : #000000, 100 : #000000, 200 : #000000, 300 : #000000, 400 : #ffffff, 500 : #ffffff, 600 : #ffffff, 700 : #ffffff, 800 : #ffffff, 900 : #ffffff, A100 : #000000, A200 : #000000, A400 : #ffffff, A700 : #ffffff));
7
7
 
8
- $mat-custom-accent: (50 : #e3ecf4, 100 : #b9d1e4, 200 : #8ab2d2, 300 : #5b93c0, 400 : #377bb3, 500 : #1464a5, 600 : #125c9d, 700 : #0e5293, 800 : #0b488a, 900 : #063679, A100 : #a8c7ff, A200 : #75a7ff, A400 : #4286ff, A700 : #2876ff, contrast: (50 : #000000, 100 : #000000, 200 : #000000, 300 : #000000, 400 : #ffffff, 500 : #ffffff, 600 : #ffffff, 700 : #ffffff, 800 : #ffffff, 900 : #ffffff, A100 : #000000, A200 : #000000, A400 : #ffffff, A700 : #ffffff));
8
+ $mat-custom-primary-dark: (50 : #f1f6fa, 100 : #dce8f2, 200 : #c5d9e9, 300 : #adc9e0, 400 : #9cbed9, 500 : #8ab2d2, 600 : #82abcd, 700 : #77a2c7, 800 : #6d99c1, 900 : #5a8ab6, A100 : #ffffff, A200 : #ebf5ff, A400 : #b8dcff, A700 : #9ed0ff, contrast: (50 : #000000, 100 : #000000, 200 : #000000, 300 : #000000, 400 : #000000, 500 : #000000, 600 : #000000, 700 : #000000, 800 : #000000, 900 : #000000, A100 : #000000, A200 : #000000, A400 : #000000, A700 : #000000, ));
9
9
 
10
10
  // Define a theme.
11
11
  $primary: mat.define-palette($mat-custom-primary);
12
- $accent: mat.define-palette($mat-custom-accent);
12
+ $accent:$primary;
13
+
14
+ $primary-dark: mat.define-palette($mat-custom-primary-dark);
15
+ $accent-dark: $primary-dark;
13
16
 
14
17
  /* Light theme */
15
18
  $theme: ontimize-style.o-mat-light-theme($primary, $accent);
16
19
 
17
20
  /* Dark theme */
18
- $dark-theme: ontimize-style.o-mat-dark-theme($primary, $accent);
21
+ $dark-theme: ontimize-style.o-mat-dark-theme($primary-dark, $accent-dark);