@annalib/anna-core 30.0.19 → 30.0.21

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 (77) 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 +5 -5
  3. package/esm2022/lib/anna-core-shared-lib/components/anna-circular-progress/anna-circular-progress.component.mjs +5 -5
  4. package/esm2022/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.mjs +5 -5
  5. package/esm2022/lib/anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component.mjs +5 -5
  6. package/esm2022/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +5 -6
  7. package/esm2022/lib/anna-core-shared-lib/components/anna-licensing-table/anna-licensing-table.component.mjs +28 -0
  8. package/esm2022/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +5 -5
  9. package/esm2022/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +6 -6
  10. package/esm2022/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +5 -5
  11. package/esm2022/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.mjs +5 -5
  12. package/esm2022/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +5 -5
  13. package/esm2022/lib/anna-core-shared-lib/components/anna-spinner-loader/anna-spinner-loader.component.mjs +4 -4
  14. package/esm2022/lib/anna-core-shared-lib/directives/digits-only/digits-only.directive.mjs +5 -5
  15. package/esm2022/lib/anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive.mjs +5 -5
  16. package/esm2022/lib/anna-core-shared-lib/directives/show-ellipsis-text/show-ellipsis-text.directive.mjs +5 -5
  17. package/esm2022/lib/anna-core-shared-lib/models/anna-generic-data-type.model.mjs +1 -1
  18. package/esm2022/lib/anna-core-shared-lib/models/anna-licensing-table.model.mjs +24 -0
  19. package/esm2022/lib/anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe.mjs +4 -4
  20. package/esm2022/lib/anna-core-shared-lib/pipes/annaConvertZeroOrNullOrUndefined.pipe.mjs +4 -4
  21. package/esm2022/lib/anna-core-shared-lib/pipes/annaDateFormatter.pipe.mjs +3 -3
  22. package/esm2022/lib/anna-core-shared-lib/pipes/annaFilterSearchedText.pipe.mjs +4 -4
  23. package/esm2022/lib/anna-core-shared-lib/pipes/annaReplaceChar.pipe.mjs +4 -4
  24. package/esm2022/lib/anna-core-shared-lib/pipes/annaTypeOfData.pipe.mjs +3 -3
  25. package/esm2022/lib/anna-core-shared-lib/services/anna-date-time-format.service.mjs +5 -5
  26. package/esm2022/lib/anna-core-shared-lib/services/anna-filter.service.mjs +5 -5
  27. package/esm2022/lib/anna-core-shared-lib/services/anna-generic-table.service.mjs +5 -5
  28. package/esm2022/lib/anna-core-shared-lib/services/anna-generic-tooltip-html.services.mjs +4 -4
  29. package/esm2022/lib/anna-core-shared-lib/services/anna-global-config.service.mjs +4 -4
  30. package/esm2022/lib/anna-core-shared-lib/services/anna-number-format.service.mjs +4 -4
  31. package/esm2022/lib/anna-core-shared-lib/services/anna-persisting-filter.service.mjs +4 -4
  32. package/esm2022/lib/anna-core-shared-lib/services/anna-regex-patterns.service.mjs +3 -3
  33. package/esm2022/lib/anna-core-shared-lib/services/anna-sort.service.mjs +5 -5
  34. package/esm2022/lib/anna-core-shared-lib/services/anna-spinner-loader.service.mjs +3 -3
  35. package/esm2022/lib/anna-core.module.mjs +14 -8
  36. package/esm2022/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +6 -6
  37. package/esm2022/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +5 -5
  38. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.mjs +11 -16
  39. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.mjs +9 -12
  40. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.mjs +9 -12
  41. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.mjs +10 -13
  42. package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +11 -16
  43. package/esm2022/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +7 -8
  44. package/esm2022/public-api.mjs +3 -1
  45. package/fesm2022/annalib-anna-core.mjs +232 -202
  46. package/fesm2022/annalib-anna-core.mjs.map +1 -1
  47. package/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.d.ts +1 -1
  48. package/lib/anna-core-shared-lib/components/anna-licensing-table/anna-licensing-table.component.d.ts +11 -0
  49. package/lib/anna-core-shared-lib/models/anna-licensing-table.model.d.ts +18 -0
  50. package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +2 -2
  51. package/lib/anna-core.module.d.ts +2 -1
  52. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.d.ts +1 -1
  53. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.d.ts +1 -1
  54. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.d.ts +1 -1
  55. package/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.d.ts +2 -2
  56. package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +1 -1
  57. package/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.d.ts +1 -1
  58. package/package.json +10 -10
  59. package/public-api.d.ts +2 -0
  60. package/src/lib/anna-common-scss/_animate.scss +27 -27
  61. package/src/lib/anna-common-scss/_button.scss +18 -18
  62. package/src/lib/anna-common-scss/_colors.scss +107 -107
  63. package/src/lib/anna-common-scss/_custom-anna-datepicker.scss +14 -14
  64. package/src/lib/anna-common-scss/_date-picker-form.scss +87 -87
  65. package/src/lib/anna-common-scss/_edit-filter-popup.scss +1 -5
  66. package/src/lib/anna-common-scss/_font.scss +9 -9
  67. package/src/lib/anna-common-scss/_fonts.scss +86 -86
  68. package/src/lib/anna-common-scss/_generic-modal.scss +63 -63
  69. package/src/lib/anna-common-scss/_icons.scss +3 -3
  70. package/src/lib/anna-common-scss/_legend.scss +11 -11
  71. package/src/lib/anna-common-scss/_mat-menu.scss +17 -17
  72. package/src/lib/anna-common-scss/_mixins.scss +187 -187
  73. package/src/lib/anna-common-scss/_modal.scss +37 -37
  74. package/src/lib/anna-common-scss/_scrollbar.scss +14 -14
  75. package/src/lib/anna-common-scss/_toggle.scss +86 -86
  76. package/src/lib/anna-common-scss/style.scss +1 -1
  77. package/src/lib/anna-common-scss/third-party-lib/_mat-autocomplete.scss +31 -31
@@ -1,87 +1,87 @@
1
- @import "./fonts", "./colors";
2
-
3
- .input-group-append {
4
- margin: auto;
5
- width: 25px;
6
- background-color: #d8d8d8;
7
- }
8
-
9
- .input-group {
10
- background-color: #fff;
11
- }
12
-
13
- .input-group > .form-control {
14
- width: 150px;
15
- font-size: 12px;
16
- border: none;
17
- background-color: white;
18
- border-right: 1px solid #d4d4d4;
19
- cursor: pointer;
20
- }
21
-
22
- .datepicker-form-group {
23
- border-radius: 2px;
24
- border: 1px solid #d6d6d6;
25
- }
26
-
27
- :host ::ng-deep.ngb-dp-arrow.right {
28
- width: unset !important;
29
- }
30
-
31
- ::ng-deep .ngb-dp-day.disabled {
32
- opacity: 0.5;
33
- }
34
-
35
- .form-control {
36
- padding: 7px;
37
- color: #000;
38
- }
39
-
40
- :host ::ng-deep .bg-primary {
41
- background-color: #8bac2a !important;
42
- &:focus {
43
- outline: none;
44
- }
45
- }
46
-
47
- .form-control {
48
- &:focus {
49
- outline: none;
50
- box-shadow: none;
51
- }
52
- }
53
-
54
- textarea:focus,
55
- input:focus {
56
- outline: none;
57
- }
58
-
59
- ::ng-deep .custom-select {
60
- cursor: pointer;
61
- &:focus {
62
- border-color: unset;
63
- outline: 0;
64
- box-shadow: unset;
65
- }
66
- }
67
-
68
- .icon-width {
69
- font-size: 16px;
70
- cursor: pointer;
71
- width: 25px;
72
- display: flex;
73
- justify-content: center;
74
- background-color: #fff;
75
- }
76
-
77
- input.form-control:disabled {
78
- background-color: #fff !important;
79
- }
80
-
81
- ::ng-deep app-single-select-dropdown {
82
- width: 19.5rem !important;
83
- }
84
-
85
- .form-control {
86
- background-color: transparent !important;
87
- }
1
+ @import "./fonts", "./colors";
2
+
3
+ .input-group-append {
4
+ margin: auto;
5
+ width: 25px;
6
+ background-color: #d8d8d8;
7
+ }
8
+
9
+ .input-group {
10
+ background-color: #fff;
11
+ }
12
+
13
+ .input-group > .form-control {
14
+ width: 150px;
15
+ font-size: 12px;
16
+ border: none;
17
+ background-color: white;
18
+ border-right: 1px solid #d4d4d4;
19
+ cursor: pointer;
20
+ }
21
+
22
+ .datepicker-form-group {
23
+ border-radius: 2px;
24
+ border: 1px solid #d6d6d6;
25
+ }
26
+
27
+ :host ::ng-deep.ngb-dp-arrow.right {
28
+ width: unset !important;
29
+ }
30
+
31
+ ::ng-deep .ngb-dp-day.disabled {
32
+ opacity: 0.5;
33
+ }
34
+
35
+ .form-control {
36
+ padding: 7px;
37
+ color: #000;
38
+ }
39
+
40
+ :host ::ng-deep .bg-primary {
41
+ background-color: #8bac2a !important;
42
+ &:focus {
43
+ outline: none;
44
+ }
45
+ }
46
+
47
+ .form-control {
48
+ &:focus {
49
+ outline: none;
50
+ box-shadow: none;
51
+ }
52
+ }
53
+
54
+ textarea:focus,
55
+ input:focus {
56
+ outline: none;
57
+ }
58
+
59
+ ::ng-deep .custom-select {
60
+ cursor: pointer;
61
+ &:focus {
62
+ border-color: unset;
63
+ outline: 0;
64
+ box-shadow: unset;
65
+ }
66
+ }
67
+
68
+ .icon-width {
69
+ font-size: 16px;
70
+ cursor: pointer;
71
+ width: 25px;
72
+ display: flex;
73
+ justify-content: center;
74
+ background-color: #fff;
75
+ }
76
+
77
+ input.form-control:disabled {
78
+ background-color: #fff !important;
79
+ }
80
+
81
+ ::ng-deep app-single-select-dropdown {
82
+ width: 19.5rem !important;
83
+ }
84
+
85
+ .form-control {
86
+ background-color: transparent !important;
87
+ }
@@ -10,7 +10,7 @@ $gap-between-headers-col: 1.5625rem !default;
10
10
  display: flex;
11
11
  flex-wrap: nowrap;
12
12
  justify-content: space-between;
13
- height: 50px;
13
+ height: 46px;
14
14
  }
15
15
 
16
16
  .filter-view {
@@ -18,10 +18,6 @@ $gap-between-headers-col: 1.5625rem !default;
18
18
  gap: $gap-between-headers-col;
19
19
  }
20
20
 
21
- .edit-button {
22
- margin-top: 3px;
23
- }
24
-
25
21
  .header {
26
22
  margin-bottom: 0;
27
23
  color: c.$darkCharcoal;
@@ -1,9 +1,9 @@
1
- @mixin fonts($fontFamily, $fontSize, $fontStretch, $fontWeight, $fontStyle, $lineHeight, $letterSpacing) {
2
- font-family: $fontFamily;
3
- font-size: $fontSize;
4
- font-weight: $fontWeight;
5
- font-stretch: $fontStretch;
6
- font-style: $fontStyle;
7
- line-height: $lineHeight;
8
- letter-spacing: $letterSpacing;
9
- }
1
+ @mixin fonts($fontFamily, $fontSize, $fontStretch, $fontWeight, $fontStyle, $lineHeight, $letterSpacing) {
2
+ font-family: $fontFamily;
3
+ font-size: $fontSize;
4
+ font-weight: $fontWeight;
5
+ font-stretch: $fontStretch;
6
+ font-style: $fontStyle;
7
+ line-height: $lineHeight;
8
+ letter-spacing: $letterSpacing;
9
+ }
@@ -1,86 +1,86 @@
1
- // body font should be 16px
2
- $fs-2: 0.125rem;
3
- $fs-3: 0.188rem;
4
- $fs-4: 0.25rem;
5
- $fs-5: 0.3125rem;
6
- $fs-6: 0.375rem;
7
- $fs-7: 0.4375rem;
8
- $fs-8: 0.5rem;
9
- $fs-9: 0.5625rem;
10
- $fs-10: 0.625rem;
11
- $fs-11: 0.6875rem;
12
- $fs-12: 0.75rem;
13
- $fs-13: 0.8125rem;
14
- $fs-14: 0.875rem;
15
- $fs-15: 0.9375rem;
16
- $fs-16: 1rem;
17
- $fs-17: 1.0625rem;
18
- $fs-18: 1.125rem;
19
- $fs-19: 1.1875rem;
20
- $fs-20: 1.25rem;
21
- $fs-21: 1.3125rem;
22
- $fs-22: 1.375rem;
23
- $fs-23: 1.4375rem;
24
- $fs-24: 1.5rem;
25
- $fs-25: 1.5625rem;
26
- $fs-26: 1.625rem;
27
- $fs-27: 1.6875rem;
28
- $fs-28: 1.75rem;
29
- $fs-29: 1.8125rem;
30
- $fs-30: 1.875rem;
31
- $fs-31: 1.938rem;
32
- $fs-32: 2rem;
33
- $fs-33: 2.063rem;
34
- $fs-34: 2.125rem;
35
- $fs-35: 2.188rem;
36
- $fs-36: 2.25rem;
37
- $fs-37: 2.313rem;
38
- $fs-38: 2.375rem;
39
- $fs-39: 2.438rem;
40
- $fs-40: 2.5rem;
41
- $fs-41: 2.563rem;
42
- $fs-42: 2.625rem;
43
- $fs-43: 2.688rem;
44
- $fs-44: 2.75rem;
45
- $fs-45: 2.813rem;
46
- $fs-46: 2.875rem;
47
- $fs-47: 2.938rem;
48
- $fs-48: 3rem;
49
- $fs-49: 3.063rem;
50
- $fs-50: 3.125rem;
51
- $fs-51: 3.188rem;
52
- $fs-52: 3.25rem;
53
- $fs-53: 3.313rem;
54
- $fs-54: 3.375rem;
55
- $fs-55: 3.438rem;
56
- $fs-56: 3.5rem;
57
- $fs-57: 3.563rem;
58
- $fs-58: 3.625rem;
59
- $fs-59: 3.688rem;
60
- $fs-60: 3.75rem;
61
- $fs-65: 4.063rem;
62
- $fs-68: 4.25rem;
63
- $fs-80: 5rem;
64
- $fs-70: 4.375rem;
65
- $fs-90: 5.6rem;
66
- $fs-115: 7.188rem;
67
- $fs-120: 7.5rem;
68
- $fs-128: 8rem;
69
- $fs-135: 8.438rem;
70
- $fs-144: 9rem;
71
- $fs-146: 9.125rem;
72
- $fs-164: 10.25rem;
73
- $fs-170: 10.625rem;
74
- $fs-200: 12.5rem;
75
- $fs-250: 15.625rem;
76
- $fs-600: 37.5rem;
77
-
78
- @mixin fonts($fontFamily, $fontSize, $fontStretch, $fontWeight, $fontStyle, $lineHeight, $letterSpacing) {
79
- font-family: $fontFamily;
80
- font-size: $fontSize;
81
- font-weight: $fontWeight;
82
- font-stretch: $fontStretch;
83
- font-style: $fontStyle;
84
- line-height: $lineHeight;
85
- letter-spacing: $letterSpacing;
86
- }
1
+ // body font should be 16px
2
+ $fs-2: 0.125rem;
3
+ $fs-3: 0.188rem;
4
+ $fs-4: 0.25rem;
5
+ $fs-5: 0.3125rem;
6
+ $fs-6: 0.375rem;
7
+ $fs-7: 0.4375rem;
8
+ $fs-8: 0.5rem;
9
+ $fs-9: 0.5625rem;
10
+ $fs-10: 0.625rem;
11
+ $fs-11: 0.6875rem;
12
+ $fs-12: 0.75rem;
13
+ $fs-13: 0.8125rem;
14
+ $fs-14: 0.875rem;
15
+ $fs-15: 0.9375rem;
16
+ $fs-16: 1rem;
17
+ $fs-17: 1.0625rem;
18
+ $fs-18: 1.125rem;
19
+ $fs-19: 1.1875rem;
20
+ $fs-20: 1.25rem;
21
+ $fs-21: 1.3125rem;
22
+ $fs-22: 1.375rem;
23
+ $fs-23: 1.4375rem;
24
+ $fs-24: 1.5rem;
25
+ $fs-25: 1.5625rem;
26
+ $fs-26: 1.625rem;
27
+ $fs-27: 1.6875rem;
28
+ $fs-28: 1.75rem;
29
+ $fs-29: 1.8125rem;
30
+ $fs-30: 1.875rem;
31
+ $fs-31: 1.938rem;
32
+ $fs-32: 2rem;
33
+ $fs-33: 2.063rem;
34
+ $fs-34: 2.125rem;
35
+ $fs-35: 2.188rem;
36
+ $fs-36: 2.25rem;
37
+ $fs-37: 2.313rem;
38
+ $fs-38: 2.375rem;
39
+ $fs-39: 2.438rem;
40
+ $fs-40: 2.5rem;
41
+ $fs-41: 2.563rem;
42
+ $fs-42: 2.625rem;
43
+ $fs-43: 2.688rem;
44
+ $fs-44: 2.75rem;
45
+ $fs-45: 2.813rem;
46
+ $fs-46: 2.875rem;
47
+ $fs-47: 2.938rem;
48
+ $fs-48: 3rem;
49
+ $fs-49: 3.063rem;
50
+ $fs-50: 3.125rem;
51
+ $fs-51: 3.188rem;
52
+ $fs-52: 3.25rem;
53
+ $fs-53: 3.313rem;
54
+ $fs-54: 3.375rem;
55
+ $fs-55: 3.438rem;
56
+ $fs-56: 3.5rem;
57
+ $fs-57: 3.563rem;
58
+ $fs-58: 3.625rem;
59
+ $fs-59: 3.688rem;
60
+ $fs-60: 3.75rem;
61
+ $fs-65: 4.063rem;
62
+ $fs-68: 4.25rem;
63
+ $fs-80: 5rem;
64
+ $fs-70: 4.375rem;
65
+ $fs-90: 5.6rem;
66
+ $fs-115: 7.188rem;
67
+ $fs-120: 7.5rem;
68
+ $fs-128: 8rem;
69
+ $fs-135: 8.438rem;
70
+ $fs-144: 9rem;
71
+ $fs-146: 9.125rem;
72
+ $fs-164: 10.25rem;
73
+ $fs-170: 10.625rem;
74
+ $fs-200: 12.5rem;
75
+ $fs-250: 15.625rem;
76
+ $fs-600: 37.5rem;
77
+
78
+ @mixin fonts($fontFamily, $fontSize, $fontStretch, $fontWeight, $fontStyle, $lineHeight, $letterSpacing) {
79
+ font-family: $fontFamily;
80
+ font-size: $fontSize;
81
+ font-weight: $fontWeight;
82
+ font-stretch: $fontStretch;
83
+ font-style: $fontStyle;
84
+ line-height: $lineHeight;
85
+ letter-spacing: $letterSpacing;
86
+ }
@@ -1,63 +1,63 @@
1
- @mixin generic-modal-for-user-popup {
2
- .float-end {
3
- margin-left: auto;
4
- }
5
-
6
- .close {
7
- margin-left: auto;
8
- }
9
- .modal-dialog {
10
- top: 100px !important;
11
- }
12
- .modal-content {
13
- min-width: 26.625rem;
14
- width: 26.625rem;
15
- max-width: 26.625rem;
16
- }
17
-
18
- .modal-header {
19
- background-image: url("../../../assets/images/bg-heads.png");
20
- color: var(--body-color);
21
- padding: 0.5rem 0.5rem 0.25rem 1rem;
22
- border-bottom: none !important;
23
-
24
- h3 {
25
- margin-top: auto;
26
- margin-bottom: 0;
27
- @include fonts(Roboto, 1.125rem, normal, normal, normal, normal, normal);
28
- }
29
- }
30
-
31
- .modal-body {
32
- padding: 1.5rem;
33
- font-size: 12px;
34
- }
35
-
36
- .buttons {
37
- display: flex;
38
- padding-inline: 0;
39
- justify-content: space-between;
40
- }
41
-
42
- .primary-button {
43
- @include modal-button(var(--primary-blue-color), var(--body-color), none);
44
- }
45
-
46
- .secondary-button {
47
- @include modal-button(
48
- var(--secondary-btn-bg-color),
49
- var(--primary-blue-color),
50
- 1px solid rgba(38, 139, 255, 0.12)
51
- );
52
- }
53
-
54
- button:focus {
55
- outline: none;
56
- }
57
-
58
- button:disabled {
59
- background-color: var(--disabled-button-color);
60
- color: var(--primary-text-color-dark);
61
- opacity: 0.5;
62
- }
63
- }
1
+ @mixin generic-modal-for-user-popup {
2
+ .float-end {
3
+ margin-left: auto;
4
+ }
5
+
6
+ .close {
7
+ margin-left: auto;
8
+ }
9
+ .modal-dialog {
10
+ top: 100px !important;
11
+ }
12
+ .modal-content {
13
+ min-width: 26.625rem;
14
+ width: 26.625rem;
15
+ max-width: 26.625rem;
16
+ }
17
+
18
+ .modal-header {
19
+ background-image: url("../../../assets/images/bg-heads.png");
20
+ color: var(--body-color);
21
+ padding: 0.5rem 0.5rem 0.25rem 1rem;
22
+ border-bottom: none !important;
23
+
24
+ h3 {
25
+ margin-top: auto;
26
+ margin-bottom: 0;
27
+ @include fonts(Roboto, 1.125rem, normal, normal, normal, normal, normal);
28
+ }
29
+ }
30
+
31
+ .modal-body {
32
+ padding: 1.5rem;
33
+ font-size: 12px;
34
+ }
35
+
36
+ .buttons {
37
+ display: flex;
38
+ padding-inline: 0;
39
+ justify-content: space-between;
40
+ }
41
+
42
+ .primary-button {
43
+ @include modal-button(var(--primary-blue-color), var(--body-color), none);
44
+ }
45
+
46
+ .secondary-button {
47
+ @include modal-button(
48
+ var(--secondary-btn-bg-color),
49
+ var(--primary-blue-color),
50
+ 1px solid rgba(38, 139, 255, 0.12)
51
+ );
52
+ }
53
+
54
+ button:focus {
55
+ outline: none;
56
+ }
57
+
58
+ button:disabled {
59
+ background-color: var(--disabled-button-color);
60
+ color: var(--primary-text-color-dark);
61
+ opacity: 0.5;
62
+ }
63
+ }
@@ -1,3 +1,3 @@
1
- ::ng-deep.anna-automation-activated-icon.mdi.mdi-cog-refresh {
2
- color: #8bac2a;
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,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
+ }