@annalib/anna-core 37.0.24 → 37.1.0

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 (44) hide show
  1. package/README.md +28 -28
  2. package/fesm2022/annalib-anna-core.mjs +50 -133
  3. package/fesm2022/annalib-anna-core.mjs.map +1 -1
  4. package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +5 -8
  5. package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +3 -17
  6. package/package.json +1 -1
  7. package/src/lib/anna-common-scss/_animate.scss +27 -27
  8. package/src/lib/anna-common-scss/_application-spacing.scss +8 -8
  9. package/src/lib/anna-common-scss/_bootstrap-tooltip.scss +29 -29
  10. package/src/lib/anna-common-scss/_button.scss +18 -18
  11. package/src/lib/anna-common-scss/_colors.scss +107 -107
  12. package/src/lib/anna-common-scss/_common-order-listing-table.scss +190 -190
  13. package/src/lib/anna-common-scss/_custom-anna-datepicker.scss +14 -14
  14. package/src/lib/anna-common-scss/_customDropdown.scss +126 -126
  15. package/src/lib/anna-common-scss/_dashboard-partials.scss +107 -107
  16. package/src/lib/anna-common-scss/_date-picker-form.scss +87 -87
  17. package/src/lib/anna-common-scss/_drag-and-drop.scss +22 -22
  18. package/src/lib/anna-common-scss/_easy-filter.scss +139 -139
  19. package/src/lib/anna-common-scss/_edit-filter-popup.scss +80 -80
  20. package/src/lib/anna-common-scss/_email-button.scss +89 -89
  21. package/src/lib/anna-common-scss/_filters.scss +728 -728
  22. package/src/lib/anna-common-scss/_font.scss +9 -9
  23. package/src/lib/anna-common-scss/_fonts.scss +86 -86
  24. package/src/lib/anna-common-scss/_generic-modal.scss +63 -63
  25. package/src/lib/anna-common-scss/_generic-table-common.scss +220 -220
  26. package/src/lib/anna-common-scss/_generic-tooltip-html.scss +69 -69
  27. package/src/lib/anna-common-scss/_gt-table.scss +586 -586
  28. package/src/lib/anna-common-scss/_icons.scss +3 -3
  29. package/src/lib/anna-common-scss/_legend.scss +11 -11
  30. package/src/lib/anna-common-scss/_mat-button-toggle.scss +68 -68
  31. package/src/lib/anna-common-scss/_mat-menu.scss +17 -17
  32. package/src/lib/anna-common-scss/_mixins.scss +187 -187
  33. package/src/lib/anna-common-scss/_modal.scss +37 -37
  34. package/src/lib/anna-common-scss/_popup-filter-toggle-button.scss +37 -37
  35. package/src/lib/anna-common-scss/_scrollbar.scss +14 -14
  36. package/src/lib/anna-common-scss/_show-hide-total-row.scss +27 -27
  37. package/src/lib/anna-common-scss/_sort.scss +30 -30
  38. package/src/lib/anna-common-scss/_toggle.scss +86 -86
  39. package/src/lib/anna-common-scss/style.scss +7 -7
  40. package/src/lib/anna-common-scss/third-party-lib/_angular-material-mat-radio.scss +26 -26
  41. package/src/lib/anna-common-scss/third-party-lib/_anna-mat-button-toggle-group-size-lg.scss +39 -39
  42. package/src/lib/anna-common-scss/third-party-lib/_mat-autocomplete.scss +31 -31
  43. package/src/lib/anna-common-scss/user-module-common-scss/_user-module.scss +65 -65
  44. package/src/lib/anna-common-scss/user-module-common-scss/_user-tag-status.scss +111 -111
@@ -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,68 +1,68 @@
1
- @use "colors" as *;
2
-
3
- :root {
4
- --mat-standard-button-toggle-selected-state-text-color: white;
5
- --mat-standard-button-toggle-selected-state-background-color: var(--primary-blue-color);
6
- }
7
-
8
- :host ::ng-deep.mat-mdc-button > .mat-icon {
9
- font-size: 24px !important;
10
- height: 24px !important;
11
- width: 24px !important;
12
- }
13
-
14
- :host ::ng-deep .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
15
- line-height: 23px;
16
- width: 42px;
17
- padding: 0 10px;
18
- height: 22px;
19
- }
20
-
21
- :host ::ng-deep .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
22
- background-color: $primary-color;
23
- color: white !important;
24
-
25
- .mat-pseudo-checkbox {
26
- display: none;
27
- }
28
- .mat-button-toggle-checkbox-wrapper {
29
- width: 0;
30
- }
31
- .mat-button-toggle-button:has(.mat-button-toggle-checkbox-wrapper) {
32
- padding-left: 0;
33
- }
34
- }
35
-
36
- :host ::ng-deep .mat-button-toggle-group-appearance-standard {
37
- border-radius: 2px;
38
- border: none !important;
39
- & .mat-button-toggle-appearance-standard + .mat-button-toggle-appearance-standard {
40
- border-left: none !important;
41
- }
42
- }
43
-
44
- ::ng-deep .mat-button-toggle-disabled.mat-button-toggle-checked {
45
- background: rgba($color: #bdbdbd, $alpha: 1) !important;
46
-
47
- button {
48
- color: #fff;
49
- opacity: 1;
50
- }
51
- }
52
-
53
- ::ng-deep .mat-button-toggle-appearance-standard {
54
- opacity: 1;
55
- border: solid 1px #b3b3b3;
56
- button {
57
- opacity: 1;
58
- border: 1px solid #bdbdbd;
59
- }
60
- }
61
-
62
- ::ng-deep .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
63
- opacity: 1;
64
- }
65
-
66
- :host ::ng-deep mat-button-toggle-group mat-button-toggle:not(.mat-button-toggle-disabled) button {
67
- border: none !important;
68
- }
1
+ @use "colors" as *;
2
+
3
+ :root {
4
+ --mat-standard-button-toggle-selected-state-text-color: white;
5
+ --mat-standard-button-toggle-selected-state-background-color: var(--primary-blue-color);
6
+ }
7
+
8
+ :host ::ng-deep.mat-mdc-button > .mat-icon {
9
+ font-size: 24px !important;
10
+ height: 24px !important;
11
+ width: 24px !important;
12
+ }
13
+
14
+ :host ::ng-deep .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
15
+ line-height: 23px;
16
+ width: 42px;
17
+ padding: 0 10px;
18
+ height: 22px;
19
+ }
20
+
21
+ :host ::ng-deep .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
22
+ background-color: $primary-color;
23
+ color: white !important;
24
+
25
+ .mat-pseudo-checkbox {
26
+ display: none;
27
+ }
28
+ .mat-button-toggle-checkbox-wrapper {
29
+ width: 0;
30
+ }
31
+ .mat-button-toggle-button:has(.mat-button-toggle-checkbox-wrapper) {
32
+ padding-left: 0;
33
+ }
34
+ }
35
+
36
+ :host ::ng-deep .mat-button-toggle-group-appearance-standard {
37
+ border-radius: 2px;
38
+ border: none !important;
39
+ & .mat-button-toggle-appearance-standard + .mat-button-toggle-appearance-standard {
40
+ border-left: none !important;
41
+ }
42
+ }
43
+
44
+ ::ng-deep .mat-button-toggle-disabled.mat-button-toggle-checked {
45
+ background: rgba($color: #bdbdbd, $alpha: 1) !important;
46
+
47
+ button {
48
+ color: #fff;
49
+ opacity: 1;
50
+ }
51
+ }
52
+
53
+ ::ng-deep .mat-button-toggle-appearance-standard {
54
+ opacity: 1;
55
+ border: solid 1px #b3b3b3;
56
+ button {
57
+ opacity: 1;
58
+ border: 1px solid #bdbdbd;
59
+ }
60
+ }
61
+
62
+ ::ng-deep .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
63
+ opacity: 1;
64
+ }
65
+
66
+ :host ::ng-deep mat-button-toggle-group mat-button-toggle:not(.mat-button-toggle-disabled) button {
67
+ border: none !important;
68
+ }
@@ -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
+ }