@annalib/anna-core 20.2.21 → 20.2.24

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 (85) hide show
  1. package/README.md +28 -28
  2. package/esm2022/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +3 -3
  3. package/esm2022/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.mjs +3 -3
  4. package/esm2022/lib/anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component.mjs +3 -3
  5. package/esm2022/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +3 -3
  6. package/esm2022/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +3 -3
  7. package/esm2022/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +3 -3
  8. package/esm2022/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +3 -3
  9. package/esm2022/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.mjs +3 -3
  10. package/esm2022/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +3 -3
  11. package/esm2022/lib/anna-core-shared-lib/constants/shared.constant.mjs +4 -1
  12. package/esm2022/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.mjs +1 -1
  13. package/esm2022/lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive.mjs +1 -1
  14. package/esm2022/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.mjs +1 -1
  15. package/esm2022/lib/anna-core-shared-lib/models/anna-generic-data-type.model.mjs +1 -1
  16. package/esm2022/lib/anna-core-shared-lib/models/anna-global-dropdown-config.model.mjs +1 -1
  17. package/esm2022/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.mjs +12 -1
  18. package/esm2022/lib/anna-core-shared-lib/models/anna-sort.model.mjs +1 -1
  19. package/esm2022/lib/anna-core-shared-lib/models/anna-tooltip.model.mjs +1 -1
  20. package/esm2022/lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe.mjs +1 -1
  21. package/esm2022/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.mjs +1 -1
  22. package/esm2022/lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe.mjs +1 -1
  23. package/esm2022/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.mjs +1 -1
  24. package/esm2022/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.mjs +1 -1
  25. package/esm2022/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.mjs +1 -1
  26. package/esm2022/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +1 -1
  27. package/esm2022/lib/anna-core-shared-lib/services/anna-filter.service.mjs +14 -1
  28. package/esm2022/lib/anna-core-shared-lib/services/anna-generic-table.service.mjs +1 -1
  29. package/esm2022/lib/anna-core-shared-lib/services/anna-global-config.service.mjs +1 -1
  30. package/esm2022/lib/anna-core-shared-lib/services/anna-number-format.service.mjs +1 -1
  31. package/esm2022/lib/anna-core-shared-lib/services/anna-persisting-filter.service.mjs +1 -1
  32. package/esm2022/lib/anna-core-shared-lib/services/anna-sort.service.mjs +1 -1
  33. package/esm2022/lib/anna-core.module.mjs +1 -1
  34. package/esm2022/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +3 -3
  35. package/esm2022/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +3 -3
  36. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.mjs +3 -3
  37. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.mjs +3 -3
  38. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.mjs +3 -3
  39. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.mjs +3 -3
  40. package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +21 -3
  41. package/esm2022/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +3 -3
  42. package/esm2022/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.mjs +3 -3
  43. package/esm2022/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive.mjs +1 -1
  44. package/esm2022/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.mjs +1 -1
  45. package/esm2022/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.mjs +1 -1
  46. package/esm2022/lib/anna-generic-table-lib/directives/anna-virtual-table/index.mjs +1 -1
  47. package/esm2022/public-api.mjs +1 -1
  48. package/fesm2022/annalib-anna-core.mjs +82 -37
  49. package/fesm2022/annalib-anna-core.mjs.map +1 -1
  50. package/lib/anna-core-shared-lib/constants/shared.constant.d.ts +3 -0
  51. package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +19 -9
  52. package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +1 -0
  53. package/package.json +1 -1
  54. package/src/lib/anna-common-scss/_animate.scss +27 -27
  55. package/src/lib/anna-common-scss/_application-spacing.scss +7 -7
  56. package/src/lib/anna-common-scss/_bootstrap-tooltip.scss +27 -27
  57. package/src/lib/anna-common-scss/_button.scss +18 -18
  58. package/src/lib/anna-common-scss/_colors.scss +107 -107
  59. package/src/lib/anna-common-scss/_common-order-listing-table.scss +176 -172
  60. package/src/lib/anna-common-scss/_custom-anna-datepicker.scss +14 -14
  61. package/src/lib/anna-common-scss/_customDropdown.scss +123 -123
  62. package/src/lib/anna-common-scss/_dashboard-partials.scss +106 -106
  63. package/src/lib/anna-common-scss/_date-picker-form.scss +87 -87
  64. package/src/lib/anna-common-scss/_easy-filter.scss +138 -138
  65. package/src/lib/anna-common-scss/_edit-filter-popup.scss +70 -70
  66. package/src/lib/anna-common-scss/_filters.scss +712 -712
  67. package/src/lib/anna-common-scss/_font.scss +9 -9
  68. package/src/lib/anna-common-scss/_fonts.scss +86 -86
  69. package/src/lib/anna-common-scss/_generic-modal.scss +63 -63
  70. package/src/lib/anna-common-scss/_generic-table-common.scss +198 -198
  71. package/src/lib/anna-common-scss/_gt-table.scss +425 -425
  72. package/src/lib/anna-common-scss/_icons.scss +3 -0
  73. package/src/lib/anna-common-scss/_legend.scss +11 -11
  74. package/src/lib/anna-common-scss/_mat-button-toggle.scss +38 -38
  75. package/src/lib/anna-common-scss/_mat-menu.scss +17 -17
  76. package/src/lib/anna-common-scss/_mixins.scss +187 -187
  77. package/src/lib/anna-common-scss/_modal.scss +37 -37
  78. package/src/lib/anna-common-scss/_popup-filter-toggle-button.scss +36 -36
  79. package/src/lib/anna-common-scss/_scrollbar.scss +14 -14
  80. package/src/lib/anna-common-scss/_sort.scss +30 -30
  81. package/src/lib/anna-common-scss/_toggle.scss +86 -86
  82. package/src/lib/anna-common-scss/style.scss +1 -1
  83. package/src/lib/anna-common-scss/third-party-lib/_angular-material-mat-radio.scss +25 -25
  84. package/src/lib/anna-common-scss/third-party-lib/_anna-mat-button-toggle-group-size-lg.scss +34 -34
  85. package/src/lib/anna-common-scss/third-party-lib/_mat-autocomplete.scss +31 -31
@@ -0,0 +1,3 @@
1
+ ::ng-deep.anna-automation-activated-icon.mdi.mdi-cog-refresh {
2
+ color: #8bac2a;
3
+ }
@@ -1,11 +1,11 @@
1
- $dot-width: 0.625rem;
2
- $dot-height: 0.625rem;
3
- $dot-radius: 50%;
4
-
5
- @mixin dot($color) {
6
- display: inline-block;
7
- border-radius: $dot-radius;
8
- height: $dot-height;
9
- width: $dot-width;
10
- background-color: $color;
11
- }
1
+ $dot-width: 0.625rem;
2
+ $dot-height: 0.625rem;
3
+ $dot-radius: 50%;
4
+
5
+ @mixin dot($color) {
6
+ display: inline-block;
7
+ border-radius: $dot-radius;
8
+ height: $dot-height;
9
+ width: $dot-width;
10
+ background-color: $color;
11
+ }
@@ -1,38 +1,38 @@
1
- @import "colors";
2
-
3
- :host ::ng-deep .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
4
- line-height: 30px;
5
- width: 42px;
6
- padding: 0 10px;
7
- }
8
-
9
- :host ::ng-deep .mat-button-toggle-checked {
10
- background-color: $primary-color;
11
- color: white !important;
12
- }
13
-
14
- :host ::ng-deep .mat-button-toggle-group-appearance-standard {
15
- border-radius: 0px;
16
- border: none !important;
17
- }
18
-
19
- ::ng-deep .mat-button-toggle-disabled.mat-button-toggle-checked {
20
- background: rgba($color: #bdbdbd, $alpha: 1) !important;
21
-
22
- button {
23
- color: #fff;
24
- opacity: 1;
25
- }
26
- }
27
-
28
- ::ng-deep .mat-button-toggle-appearance-standard {
29
- opacity: 0.5;
30
- border: solid 1px #b3b3b3;
31
- button {
32
- opacity: 1;
33
- }
34
- }
35
-
36
- ::ng-deep .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
37
- opacity: 1;
38
- }
1
+ @import "colors";
2
+
3
+ :host ::ng-deep .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
4
+ line-height: 30px;
5
+ width: 42px;
6
+ padding: 0 10px;
7
+ }
8
+
9
+ :host ::ng-deep .mat-button-toggle-checked {
10
+ background-color: $primary-color;
11
+ color: white !important;
12
+ }
13
+
14
+ :host ::ng-deep .mat-button-toggle-group-appearance-standard {
15
+ border-radius: 0px;
16
+ border: none !important;
17
+ }
18
+
19
+ ::ng-deep .mat-button-toggle-disabled.mat-button-toggle-checked {
20
+ background: rgba($color: #bdbdbd, $alpha: 1) !important;
21
+
22
+ button {
23
+ color: #fff;
24
+ opacity: 1;
25
+ }
26
+ }
27
+
28
+ ::ng-deep .mat-button-toggle-appearance-standard {
29
+ opacity: 0.5;
30
+ border: solid 1px #b3b3b3;
31
+ button {
32
+ opacity: 1;
33
+ }
34
+ }
35
+
36
+ ::ng-deep .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
37
+ opacity: 1;
38
+ }
@@ -1,17 +1,17 @@
1
- @mixin mat-menu-styling() {
2
- &.mat-elevation-z8 {
3
- box-shadow: var(--dropdown-box-shadow);
4
- }
5
-
6
- button.mat-mdc-menu-item:hover {
7
- background-color: var(--dropdown-hover-color);
8
- }
9
-
10
- & .mat-mdc-menu-content.mdc-list {
11
- background-color: var(--body-color);
12
- }
13
-
14
- & .mat-mdc-menu-content {
15
- padding: 0;
16
- }
17
- }
1
+ @mixin mat-menu-styling() {
2
+ &.mat-elevation-z8 {
3
+ box-shadow: var(--dropdown-box-shadow);
4
+ }
5
+
6
+ button.mat-mdc-menu-item:hover {
7
+ background-color: var(--dropdown-hover-color);
8
+ }
9
+
10
+ & .mat-mdc-menu-content.mdc-list {
11
+ background-color: var(--body-color);
12
+ }
13
+
14
+ & .mat-mdc-menu-content {
15
+ padding: 0;
16
+ }
17
+ }
@@ -1,187 +1,187 @@
1
- @mixin button-social-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) {
2
- padding: $padding-y $padding-x;
3
- font-size: $font-size;
4
- line-height: $line-height;
5
- border: 0;
6
- @include border-radius($border-radius);
7
-
8
- &::before {
9
- width: ($padding-y * 2) + ($font-size * $line-height);
10
- height: ($padding-y * 2) + ($font-size * $line-height);
11
- padding: $padding-y 0;
12
- font-size: $font-size;
13
- line-height: $line-height;
14
- @include border-radius($border-radius);
15
- }
16
-
17
- span {
18
- margin-left: ($padding-y * 2) + ($font-size * $line-height);
19
- }
20
-
21
- &.icon {
22
- width: ($padding-y * 2) + ($font-size * $line-height);
23
- height: ($padding-y * 2) + ($font-size * $line-height);
24
- }
25
- }
26
-
27
- @mixin avatar($width, $status-width) {
28
- position: relative;
29
- display: inline-block;
30
- width: $width;
31
-
32
- .img-avatar {
33
- width: $width;
34
- height: $width;
35
- }
36
-
37
- .avatar-status {
38
- position: absolute;
39
- right: 0;
40
- bottom: 0;
41
- display: block;
42
- width: $status-width;
43
- height: $status-width;
44
- border: 1px solid #fff;
45
- border-radius: 50em;
46
- }
47
- }
48
-
49
- @mixin borders($borders) {
50
- @each $border in $borders {
51
- $direction: nth($border, 1);
52
- @if $direction == "all" {
53
- $size: map-get(map-get($borders, $direction), size);
54
- $style: map-get(map-get($borders, $direction), style);
55
- $color: map-get(map-get($borders, $direction), color);
56
- border: $size $style $color;
57
- } @else if $direction == "top" {
58
- $size: map-get(map-get($borders, $direction), size);
59
- $style: map-get(map-get($borders, $direction), style);
60
- $color: map-get(map-get($borders, $direction), color);
61
- border-top: $size $style $color;
62
- } @else if $direction == "right" {
63
- $size: map-get(map-get($borders, $direction), size);
64
- $style: map-get(map-get($borders, $direction), style);
65
- $color: map-get(map-get($borders, $direction), color);
66
- border-right: $size $style $color;
67
- } @else if $direction == "bottom" {
68
- $size: map-get(map-get($borders, $direction), size);
69
- $style: map-get(map-get($borders, $direction), style);
70
- $color: map-get(map-get($borders, $direction), color);
71
- border-bottom: $size $style $color;
72
- } @else if $direction == "left" {
73
- $size: map-get(map-get($borders, $direction), size);
74
- $style: map-get(map-get($borders, $direction), style);
75
- $color: map-get(map-get($borders, $direction), color);
76
- border-left: $size $style $color;
77
- }
78
- }
79
- }
80
-
81
- @mixin sidebar-width($borders, $width) {
82
- $sidebar-width: $width;
83
-
84
- @each $border in $borders {
85
- $direction: nth($border, 1);
86
- @if $direction == "all" {
87
- $size: map-get(map-get($borders, $direction), size);
88
- $sidebar-width: ($sidebar-width - (2 * $size));
89
- } @else if $direction == "right" {
90
- $size: map-get(map-get($borders, $direction), size);
91
- $sidebar-width: $sidebar-width - $size;
92
- } @else if $direction == "left" {
93
- $size: map-get(map-get($borders, $direction), size);
94
- $sidebar-width: $sidebar-width - $size;
95
- }
96
- width: $sidebar-width;
97
- }
98
- }
99
-
100
- @mixin bg-variant($parent, $color) {
101
- #{"" + $parent} {
102
- @include border-radius(
103
- $card-border-radius-inner $card-border-radius-inner $card-border-radius-inner $card-border-radius-inner
104
- );
105
- color: #fff !important;
106
- background-color: $color !important;
107
- }
108
- a#{"" + $parent} {
109
- @include hover-focus {
110
- background-color: darken($color, 10%);
111
- }
112
- }
113
- }
114
-
115
- @mixin card-accent-variant($color) {
116
- border-top-width: 2px;
117
- border-top-color: $color;
118
- }
119
-
120
- @mixin tabs-style($color) {
121
- display: inline-block;
122
- margin-right: 20px;
123
- font-size: 16px;
124
- color: $color;
125
- }
126
-
127
- @mixin fit-content() {
128
- width: fit-content !important;
129
- width: -moz-max-content !important;
130
- }
131
-
132
- @mixin fit-content-height() {
133
- height: fit-content !important;
134
- height: -moz-max-content !important;
135
- }
136
-
137
- @mixin label($fontSize, $fontWeight, $fontStyle, $letterSpacing, $color) {
138
- font-family: Roboto;
139
- font-size: $fontSize;
140
- font-weight: normal;
141
- font-stretch: normal;
142
- font-style: $fontStyle;
143
- line-height: normal;
144
- letter-spacing: $letterSpacing;
145
- color: $color;
146
- }
147
-
148
- @mixin modal-btn($background-color) {
149
- width: 100%;
150
- background-color: $background-color;
151
- color: white;
152
- border-radius: initial;
153
- }
154
-
155
- @mixin OrderListingTableStyling {
156
- width: 100%;
157
- tr {
158
- border: 1px solid #d4d4d4;
159
- border-top: none;
160
- th {
161
- color: #4a4a4a;
162
- font-size: 11px;
163
- font-weight: 500;
164
- letter-spacing: 0.3px;
165
- vertical-align: middle;
166
- text-align: left;
167
- // position: sticky;
168
- // // z-index: 101 !important;
169
- // top: 0px;
170
- padding: unset;
171
- height: 30px;
172
- // line-height: 30px;
173
- border-top: 1px solid #d4d4d4;
174
- }
175
- &.header-row th {
176
- background-color: #ededed;
177
- }
178
- td {
179
- font-size: 12px;
180
- padding: 2px 0px 3px;
181
- vertical-align: middle;
182
- text-align: left;
183
- color: #000000;
184
- letter-spacing: 0px;
185
- }
186
- }
187
- }
1
+ @mixin button-social-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) {
2
+ padding: $padding-y $padding-x;
3
+ font-size: $font-size;
4
+ line-height: $line-height;
5
+ border: 0;
6
+ @include border-radius($border-radius);
7
+
8
+ &::before {
9
+ width: ($padding-y * 2) + ($font-size * $line-height);
10
+ height: ($padding-y * 2) + ($font-size * $line-height);
11
+ padding: $padding-y 0;
12
+ font-size: $font-size;
13
+ line-height: $line-height;
14
+ @include border-radius($border-radius);
15
+ }
16
+
17
+ span {
18
+ margin-left: ($padding-y * 2) + ($font-size * $line-height);
19
+ }
20
+
21
+ &.icon {
22
+ width: ($padding-y * 2) + ($font-size * $line-height);
23
+ height: ($padding-y * 2) + ($font-size * $line-height);
24
+ }
25
+ }
26
+
27
+ @mixin avatar($width, $status-width) {
28
+ position: relative;
29
+ display: inline-block;
30
+ width: $width;
31
+
32
+ .img-avatar {
33
+ width: $width;
34
+ height: $width;
35
+ }
36
+
37
+ .avatar-status {
38
+ position: absolute;
39
+ right: 0;
40
+ bottom: 0;
41
+ display: block;
42
+ width: $status-width;
43
+ height: $status-width;
44
+ border: 1px solid #fff;
45
+ border-radius: 50em;
46
+ }
47
+ }
48
+
49
+ @mixin borders($borders) {
50
+ @each $border in $borders {
51
+ $direction: nth($border, 1);
52
+ @if $direction == "all" {
53
+ $size: map-get(map-get($borders, $direction), size);
54
+ $style: map-get(map-get($borders, $direction), style);
55
+ $color: map-get(map-get($borders, $direction), color);
56
+ border: $size $style $color;
57
+ } @else if $direction == "top" {
58
+ $size: map-get(map-get($borders, $direction), size);
59
+ $style: map-get(map-get($borders, $direction), style);
60
+ $color: map-get(map-get($borders, $direction), color);
61
+ border-top: $size $style $color;
62
+ } @else if $direction == "right" {
63
+ $size: map-get(map-get($borders, $direction), size);
64
+ $style: map-get(map-get($borders, $direction), style);
65
+ $color: map-get(map-get($borders, $direction), color);
66
+ border-right: $size $style $color;
67
+ } @else if $direction == "bottom" {
68
+ $size: map-get(map-get($borders, $direction), size);
69
+ $style: map-get(map-get($borders, $direction), style);
70
+ $color: map-get(map-get($borders, $direction), color);
71
+ border-bottom: $size $style $color;
72
+ } @else if $direction == "left" {
73
+ $size: map-get(map-get($borders, $direction), size);
74
+ $style: map-get(map-get($borders, $direction), style);
75
+ $color: map-get(map-get($borders, $direction), color);
76
+ border-left: $size $style $color;
77
+ }
78
+ }
79
+ }
80
+
81
+ @mixin sidebar-width($borders, $width) {
82
+ $sidebar-width: $width;
83
+
84
+ @each $border in $borders {
85
+ $direction: nth($border, 1);
86
+ @if $direction == "all" {
87
+ $size: map-get(map-get($borders, $direction), size);
88
+ $sidebar-width: ($sidebar-width - (2 * $size));
89
+ } @else if $direction == "right" {
90
+ $size: map-get(map-get($borders, $direction), size);
91
+ $sidebar-width: $sidebar-width - $size;
92
+ } @else if $direction == "left" {
93
+ $size: map-get(map-get($borders, $direction), size);
94
+ $sidebar-width: $sidebar-width - $size;
95
+ }
96
+ width: $sidebar-width;
97
+ }
98
+ }
99
+
100
+ @mixin bg-variant($parent, $color) {
101
+ #{"" + $parent} {
102
+ @include border-radius(
103
+ $card-border-radius-inner $card-border-radius-inner $card-border-radius-inner $card-border-radius-inner
104
+ );
105
+ color: #fff !important;
106
+ background-color: $color !important;
107
+ }
108
+ a#{"" + $parent} {
109
+ @include hover-focus {
110
+ background-color: darken($color, 10%);
111
+ }
112
+ }
113
+ }
114
+
115
+ @mixin card-accent-variant($color) {
116
+ border-top-width: 2px;
117
+ border-top-color: $color;
118
+ }
119
+
120
+ @mixin tabs-style($color) {
121
+ display: inline-block;
122
+ margin-right: 20px;
123
+ font-size: 16px;
124
+ color: $color;
125
+ }
126
+
127
+ @mixin fit-content() {
128
+ width: fit-content !important;
129
+ width: -moz-max-content !important;
130
+ }
131
+
132
+ @mixin fit-content-height() {
133
+ height: fit-content !important;
134
+ height: -moz-max-content !important;
135
+ }
136
+
137
+ @mixin label($fontSize, $fontWeight, $fontStyle, $letterSpacing, $color) {
138
+ font-family: Roboto;
139
+ font-size: $fontSize;
140
+ font-weight: normal;
141
+ font-stretch: normal;
142
+ font-style: $fontStyle;
143
+ line-height: normal;
144
+ letter-spacing: $letterSpacing;
145
+ color: $color;
146
+ }
147
+
148
+ @mixin modal-btn($background-color) {
149
+ width: 100%;
150
+ background-color: $background-color;
151
+ color: white;
152
+ border-radius: initial;
153
+ }
154
+
155
+ @mixin OrderListingTableStyling {
156
+ width: 100%;
157
+ tr {
158
+ border: 1px solid #d4d4d4;
159
+ border-top: none;
160
+ th {
161
+ color: #4a4a4a;
162
+ font-size: 11px;
163
+ font-weight: 500;
164
+ letter-spacing: 0.3px;
165
+ vertical-align: middle;
166
+ text-align: left;
167
+ // position: sticky;
168
+ // // z-index: 101 !important;
169
+ // top: 0px;
170
+ padding: unset;
171
+ height: 30px;
172
+ // line-height: 30px;
173
+ border-top: 1px solid #d4d4d4;
174
+ }
175
+ &.header-row th {
176
+ background-color: #ededed;
177
+ }
178
+ td {
179
+ font-size: 12px;
180
+ padding: 2px 0px 3px;
181
+ vertical-align: middle;
182
+ text-align: left;
183
+ color: #000000;
184
+ letter-spacing: 0px;
185
+ }
186
+ }
187
+ }
@@ -1,37 +1,37 @@
1
- .modal-header {
2
- height: 72px;
3
- background-color: #3f4961;
4
- background-position: center center;
5
- background-size: cover;
6
- font-weight: 300;
7
- border-top-left-radius: 5px;
8
- border-top-right-radius: 5px;
9
- }
10
-
11
- .modal-title {
12
- color: #ffffff;
13
- font-size: 18px;
14
- font-weight: 400 !important;
15
- position: absolute;
16
- top: 40px;
17
- text-align: left;
18
- }
19
-
20
- .modal-dialog {
21
- font-family: Roboto !important;
22
- top: 100px !important;
23
- margin: 0 auto;
24
- }
25
-
26
- .modal-content {
27
- border-radius: 7px;
28
- width: fit-content;
29
- min-width: 100%;
30
- }
31
-
32
- .modal-body {
33
- padding: 24px;
34
- }
35
- .fade {
36
- transition: none !important;
37
- }
1
+ .modal-header {
2
+ height: 72px;
3
+ background-color: #3f4961;
4
+ background-position: center center;
5
+ background-size: cover;
6
+ font-weight: 300;
7
+ border-top-left-radius: 5px;
8
+ border-top-right-radius: 5px;
9
+ }
10
+
11
+ .modal-title {
12
+ color: #ffffff;
13
+ font-size: 18px;
14
+ font-weight: 400 !important;
15
+ position: absolute;
16
+ top: 40px;
17
+ text-align: left;
18
+ }
19
+
20
+ .modal-dialog {
21
+ font-family: Roboto !important;
22
+ top: 100px !important;
23
+ margin: 0 auto;
24
+ }
25
+
26
+ .modal-content {
27
+ border-radius: 7px;
28
+ width: fit-content;
29
+ min-width: 100%;
30
+ }
31
+
32
+ .modal-body {
33
+ padding: 24px;
34
+ }
35
+ .fade {
36
+ transition: none !important;
37
+ }
@@ -1,36 +1,36 @@
1
- @import "@annalib/anna-core/src/lib/anna-common-scss/fonts";
2
-
3
- .mdi-info-outline {
4
- font-size: 0.75rem;
5
- color: #268bff;
6
- cursor: pointer;
7
- margin-right: 0.8125rem;
8
- position: relative;
9
- top: 2px;
10
- }
11
-
12
- label {
13
- @include fonts(Roboto, 0.75rem, normal, normal, normal, 1, 0.2px);
14
- color: #333;
15
- }
16
-
17
- ::ng-deep .toggle-info {
18
- color: #4a4a4a;
19
- margin-bottom: 0;
20
- @include fonts(Roboto, 0.75rem, normal, normal, normal, normal, 0.26px);
21
- text-align: left;
22
- }
23
-
24
- ::ng-deep .toggle-tooltip .tooltip-inner {
25
- width: 19.75rem;
26
- max-width: 19.75rem;
27
- background: white;
28
- border-radius: 2px;
29
- box-shadow:
30
- 0 6px 10px 0 rgba(0, 0, 0, 0.3),
31
- 0 2px 2px 0 rgba(0, 0, 0, 0.2);
32
- }
33
-
34
- ::ng-deep .toggle-tooltip.bs-tooltip-bottom .arrow::before {
35
- border-bottom-color: white;
36
- }
1
+ @import "@annalib/anna-core/src/lib/anna-common-scss/fonts";
2
+
3
+ .mdi-info-outline {
4
+ font-size: 0.75rem;
5
+ color: #268bff;
6
+ cursor: pointer;
7
+ margin-right: 0.8125rem;
8
+ position: relative;
9
+ top: 2px;
10
+ }
11
+
12
+ label {
13
+ @include fonts(Roboto, 0.75rem, normal, normal, normal, 1, 0.2px);
14
+ color: #333;
15
+ }
16
+
17
+ ::ng-deep .toggle-info {
18
+ color: #4a4a4a;
19
+ margin-bottom: 0;
20
+ @include fonts(Roboto, 0.75rem, normal, normal, normal, normal, 0.26px);
21
+ text-align: left;
22
+ }
23
+
24
+ ::ng-deep .toggle-tooltip .tooltip-inner {
25
+ width: 19.75rem;
26
+ max-width: 19.75rem;
27
+ background: white;
28
+ border-radius: 2px;
29
+ box-shadow:
30
+ 0 6px 10px 0 rgba(0, 0, 0, 0.3),
31
+ 0 2px 2px 0 rgba(0, 0, 0, 0.2);
32
+ }
33
+
34
+ ::ng-deep .toggle-tooltip.bs-tooltip-bottom .arrow::before {
35
+ border-bottom-color: white;
36
+ }