namirasoft-account-react 1.4.358 → 1.4.359

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 (67) hide show
  1. package/.env.template +15 -15
  2. package/config-overrides.js +72 -72
  3. package/dist/components/NSAAccessListDialog.module.css +71 -71
  4. package/dist/components/NSAMessageListDialog.module.css +99 -99
  5. package/dist/components/NSAProductListDialog.module.css +44 -44
  6. package/dist/components/NSAUserDialog.module.css +67 -66
  7. package/dist/components/NSAWorkspaceListDialog.module.css +41 -41
  8. package/dist/layouts/NSASectionEditTabPage.module.css +4 -4
  9. package/dist/layouts/NSASectionList.module.css +21 -21
  10. package/dist/layouts/NSASectionViewTabPage.module.css +47 -47
  11. package/dist/pages/NSAConsentPage.module.css +26 -26
  12. package/dist/pages/NSAHomePage.module.css +23 -23
  13. package/dist/pages/NSALoginPage.module.css +26 -26
  14. package/dist/pages/NSAPhoneVerificationPage.js +3 -3
  15. package/dist/pages/NSAPhoneVerificationPage.js.map +1 -1
  16. package/dist/pages/NSAVerificationPage.module.css +31 -31
  17. package/package.json +78 -78
  18. package/public/index.html +21 -21
  19. package/src/App.css +31 -31
  20. package/src/App.tsx +93 -93
  21. package/src/CTFRow.ts +7 -7
  22. package/src/ConsentCacheService.ts +25 -25
  23. package/src/IEntityInfo.ts +31 -31
  24. package/src/NSARouterMaker.tsx +139 -139
  25. package/src/NSARouterMakerConfig.ts +15 -15
  26. package/src/NSARouterMakerProps.ts +22 -22
  27. package/src/Router.tsx +45 -45
  28. package/src/UseParams.tsx +18 -18
  29. package/src/components/NSAAccessListDialog.module.css +71 -71
  30. package/src/components/NSAAccessListDialog.tsx +178 -178
  31. package/src/components/NSAMessageListDialog.module.css +99 -99
  32. package/src/components/NSAMessageListDialog.tsx +141 -141
  33. package/src/components/NSAProductListDialog.module.css +44 -44
  34. package/src/components/NSAProductListDialog.tsx +106 -106
  35. package/src/components/NSAUserDialog.module.css +67 -66
  36. package/src/components/NSAUserDialog.tsx +123 -123
  37. package/src/components/NSAWorkspaceListDialog.module.css +41 -41
  38. package/src/components/NSAWorkspaceListDialog.tsx +148 -148
  39. package/src/components/NSBoxSecret.tsx +106 -106
  40. package/src/index.tsx +24 -24
  41. package/src/layouts/Actions.ts +145 -145
  42. package/src/layouts/CFTUtil.ts +18 -18
  43. package/src/layouts/NSALayout.tsx +710 -710
  44. package/src/layouts/NSASectionEdit.tsx +218 -218
  45. package/src/layouts/NSASectionEditTabPage.module.css +4 -4
  46. package/src/layouts/NSASectionEditTabPage.tsx +250 -250
  47. package/src/layouts/NSASectionList.module.css +21 -21
  48. package/src/layouts/NSASectionList.tsx +500 -500
  49. package/src/layouts/NSASectionView.tsx +94 -94
  50. package/src/layouts/NSASectionViewTabMore.tsx +77 -77
  51. package/src/layouts/NSASectionViewTabPage.module.css +47 -47
  52. package/src/layouts/NSASectionViewTabPage.tsx +344 -344
  53. package/src/main.ts +20 -20
  54. package/src/pages/NSAConsentPage.module.css +26 -26
  55. package/src/pages/NSAConsentPage.tsx +120 -120
  56. package/src/pages/NSAEmailVerificationPage.tsx +30 -30
  57. package/src/pages/NSAHomePage.module.css +23 -23
  58. package/src/pages/NSAHomePage.tsx +76 -76
  59. package/src/pages/NSALoginPage.module.css +26 -26
  60. package/src/pages/NSALoginPage.tsx +87 -87
  61. package/src/pages/NSAPhoneVerificationPage.tsx +45 -45
  62. package/src/pages/NSAVerificationPage.module.css +31 -31
  63. package/src/pages/NSAVerificationPage.tsx +172 -172
  64. package/src/pages/PaymentRequired.tsx +74 -74
  65. package/tsconfig.json +43 -43
  66. package/dist/App.css +0 -32
  67. package/dist/index.css +0 -0
package/.env.template CHANGED
@@ -1,16 +1,16 @@
1
- ## BASE
2
- REACT_APP_BASE_PATH=""
3
-
4
- ## SITE
5
- REACT_APP_BASE_URL_ACCESS="https://access.namirasoft.com/api/v1"
6
- REACT_APP_BASE_URL_ACCOUNT="https://account.namirasoft.com/api/v1"
7
- REACT_APP_BASE_URL_ACCOUNT_CONSOLE="https://account.namirasoft.com"
8
- REACT_APP_BASE_URL_API_LINK="https://namirasoft.com/api/link/v1"
9
- REACT_APP_BASE_URL_API_PRODUCT="https://namirasoft.com/api/product/v1"
10
- REACT_APP_BASE_URL_FIELD="https://field.namirasoft.com/api/v1";
11
- REACT_APP_BASE_URL_HISTORY="https://history.namirasoft.com/api/v1";
12
- REACT_APP_BASE_URL_HISTORY_CONSOLE="https://history.namirasoft.com";
13
- REACT_APP_BASE_URL_MESSAGE="https://message.namirasoft.com/api/v1";
14
- REACT_APP_BASE_URL_MESSAGE_CONSOLE="https://message.namirasoft.com"
15
- REACT_APP_BASE_URL_SECRET="https://secret.namirasoft.com/api/v1";
1
+ ## BASE
2
+ REACT_APP_BASE_PATH=""
3
+
4
+ ## SITE
5
+ REACT_APP_BASE_URL_ACCESS="https://access.namirasoft.com/api/v1"
6
+ REACT_APP_BASE_URL_ACCOUNT="https://account.namirasoft.com/api/v1"
7
+ REACT_APP_BASE_URL_ACCOUNT_CONSOLE="https://account.namirasoft.com"
8
+ REACT_APP_BASE_URL_API_LINK="https://namirasoft.com/api/link/v1"
9
+ REACT_APP_BASE_URL_API_PRODUCT="https://namirasoft.com/api/product/v1"
10
+ REACT_APP_BASE_URL_FIELD="https://field.namirasoft.com/api/v1";
11
+ REACT_APP_BASE_URL_HISTORY="https://history.namirasoft.com/api/v1";
12
+ REACT_APP_BASE_URL_HISTORY_CONSOLE="https://history.namirasoft.com";
13
+ REACT_APP_BASE_URL_MESSAGE="https://message.namirasoft.com/api/v1";
14
+ REACT_APP_BASE_URL_MESSAGE_CONSOLE="https://message.namirasoft.com"
15
+ REACT_APP_BASE_URL_SECRET="https://secret.namirasoft.com/api/v1";
16
16
  REACT_APP_BASE_URL_WORKSPACE="https://workspace.namirasoft.com/api/v1"
@@ -1,73 +1,73 @@
1
- const getCacheIdentifier = require('react-dev-utils/getCacheIdentifier');
2
- const webpack = require('webpack');
3
-
4
- const shouldUseSourceMap = process.env.GENERATE_SOURCEMAP !== 'false';
5
-
6
- module.exports = function config_overrides(config, webpackEnv)
7
- {
8
- console.log('overriding webpack config...');
9
- const isEnvDevelopment = webpackEnv === 'development';
10
- const isEnvProduction = webpackEnv === 'production';
11
- const loaders = config.module.rules[1].oneOf;
12
-
13
- loaders.splice(loaders.length - 1, 0, {
14
- test: /\.(js|mjs|cjs)$/,
15
- exclude: /@babel(?:\/|\\{1,2})runtime/,
16
- loader: require.resolve('babel-loader'),
17
- options: {
18
- babelrc: false,
19
- configFile: false,
20
- compact: false,
21
- presets: [
22
- [
23
- require.resolve('babel-preset-react-app/dependencies'),
24
- { helpers: true },
25
- ],
26
- ],
27
- cacheDirectory: true,
28
- // See #6846 for context on why cacheCompression is disabled
29
- cacheCompression: false,
30
- // @remove-on-eject-begin
31
- cacheIdentifier: getCacheIdentifier(
32
- isEnvProduction
33
- ? 'production'
34
- : isEnvDevelopment && 'development',
35
- [
36
- 'babel-plugin-named-asset-import',
37
- 'babel-preset-react-app',
38
- 'react-dev-utils',
39
- 'react-scripts',
40
- ]
41
- ),
42
- // @remove-on-eject-end
43
- // Babel sourcemaps are needed for debugging into node_modules
44
- // code. Without the options below, debuggers like VSCode
45
- // show incorrect code and set breakpoints on the wrong lines.
46
- sourceMaps: shouldUseSourceMap,
47
- inputSourceMap: shouldUseSourceMap,
48
- },
49
- });
50
-
51
- config.resolve.fallback = {
52
- "fs": false,
53
- "tls": false,
54
- "net": false,
55
- "https": false,
56
- // "http": require.resolve("stream-http"),
57
- // "zlib": require.resolve("browserify-zlib"),
58
- "path": require.resolve("path-browserify"),
59
- // "stream": require.resolve("stream-browserify"),
60
- // "util": require.resolve("util/"),
61
- // "crypto": require.resolve("crypto-browserify")
62
- "child_process": false,
63
- "os": false,
64
- "crypto": false
65
- }
66
- config.plugins = (config.plugins || []).concat([
67
- new webpack.NormalModuleReplacementPlugin(/node:/, (resource) =>
68
- {
69
- resource.request = resource.request.replace(/^node:/, "");
70
- })
71
- ]);
72
- return config;
1
+ const getCacheIdentifier = require('react-dev-utils/getCacheIdentifier');
2
+ const webpack = require('webpack');
3
+
4
+ const shouldUseSourceMap = process.env.GENERATE_SOURCEMAP !== 'false';
5
+
6
+ module.exports = function config_overrides(config, webpackEnv)
7
+ {
8
+ console.log('overriding webpack config...');
9
+ const isEnvDevelopment = webpackEnv === 'development';
10
+ const isEnvProduction = webpackEnv === 'production';
11
+ const loaders = config.module.rules[1].oneOf;
12
+
13
+ loaders.splice(loaders.length - 1, 0, {
14
+ test: /\.(js|mjs|cjs)$/,
15
+ exclude: /@babel(?:\/|\\{1,2})runtime/,
16
+ loader: require.resolve('babel-loader'),
17
+ options: {
18
+ babelrc: false,
19
+ configFile: false,
20
+ compact: false,
21
+ presets: [
22
+ [
23
+ require.resolve('babel-preset-react-app/dependencies'),
24
+ { helpers: true },
25
+ ],
26
+ ],
27
+ cacheDirectory: true,
28
+ // See #6846 for context on why cacheCompression is disabled
29
+ cacheCompression: false,
30
+ // @remove-on-eject-begin
31
+ cacheIdentifier: getCacheIdentifier(
32
+ isEnvProduction
33
+ ? 'production'
34
+ : isEnvDevelopment && 'development',
35
+ [
36
+ 'babel-plugin-named-asset-import',
37
+ 'babel-preset-react-app',
38
+ 'react-dev-utils',
39
+ 'react-scripts',
40
+ ]
41
+ ),
42
+ // @remove-on-eject-end
43
+ // Babel sourcemaps are needed for debugging into node_modules
44
+ // code. Without the options below, debuggers like VSCode
45
+ // show incorrect code and set breakpoints on the wrong lines.
46
+ sourceMaps: shouldUseSourceMap,
47
+ inputSourceMap: shouldUseSourceMap,
48
+ },
49
+ });
50
+
51
+ config.resolve.fallback = {
52
+ "fs": false,
53
+ "tls": false,
54
+ "net": false,
55
+ "https": false,
56
+ // "http": require.resolve("stream-http"),
57
+ // "zlib": require.resolve("browserify-zlib"),
58
+ "path": require.resolve("path-browserify"),
59
+ // "stream": require.resolve("stream-browserify"),
60
+ // "util": require.resolve("util/"),
61
+ // "crypto": require.resolve("crypto-browserify")
62
+ "child_process": false,
63
+ "os": false,
64
+ "crypto": false
65
+ }
66
+ config.plugins = (config.plugins || []).concat([
67
+ new webpack.NormalModuleReplacementPlugin(/node:/, (resource) =>
68
+ {
69
+ resource.request = resource.request.replace(/^node:/, "");
70
+ })
71
+ ]);
72
+ return config;
73
73
  };
@@ -1,72 +1,72 @@
1
- .nsa_access_list_dialog_container {
2
- width: 302px;
3
- }
4
-
5
- .nsa_access_list_dialog_container p {
6
- padding: 0;
7
- margin: 0;
8
- }
9
-
10
- .nsa_access_list_dialog_item_id {
11
- color: rgba(3, 119, 255, 1);
12
- text-align: right;
13
- font-weight: 600;
14
- font-size: 16px;
15
- cursor: pointer;
16
- margin: 0;
17
- }
18
-
19
- .nsa_access_list_dialog_item_name {
20
- color: rgba(20, 27, 92, 1);
21
- font-weight: 600;
22
- font-size: 16px;
23
- text-align: left;
24
- cursor: pointer;
25
- margin: 0px;
26
- }
27
-
28
- .nsa_access_list_dialog_item_email {
29
- color: rgba(20, 27, 92, 1);
30
- }
31
-
32
- .nsa_access_list_dialog_main_name {
33
- color: rgba(20, 27, 92, 1);
34
- font-weight: 600;
35
- font-size: 24px;
36
- text-align: center;
37
- cursor: pointer;
38
- margin: 0px;
39
- }
40
-
41
- .nsa_access_list_dialog_main_email {
42
- color: rgba(20, 27, 92, 1);
43
- }
44
-
45
- .nsa_access_list_dialog_main_id {
46
- color: rgba(3, 119, 255, 1);
47
- text-align: center;
48
- font-weight: 600;
49
- font-size: 16px;
50
- cursor: pointer;
51
- margin: 0;
52
- }
53
-
54
- .nsa_access_list_dialog_users_container {
55
- padding: 0px 16px 0px 16px;
56
- display: flex;
57
- cursor: pointer;
58
- border: none;
59
- background-color: rgba(224, 226, 235, 1);
60
- border-radius: 8px;
61
- align-items: center;
62
- max-width: 100%;
63
- }
64
-
65
- .nsa_access_list_dialog_users_container:hover {
66
- background-color: rgba(178, 187, 217, 1);
67
- transition: all 0.3s ease-in-out;
68
- }
69
-
70
- .nsa_access_list_dialog_users_container img {
71
- cursor: pointer;
1
+ .nsa_access_list_dialog_container {
2
+ width: 302px;
3
+ }
4
+
5
+ .nsa_access_list_dialog_container p {
6
+ padding: 0;
7
+ margin: 0;
8
+ }
9
+
10
+ .nsa_access_list_dialog_item_id {
11
+ color: rgba(3, 119, 255, 1);
12
+ text-align: right;
13
+ font-weight: 600;
14
+ font-size: 16px;
15
+ cursor: pointer;
16
+ margin: 0;
17
+ }
18
+
19
+ .nsa_access_list_dialog_item_name {
20
+ color: rgba(20, 27, 92, 1);
21
+ font-weight: 600;
22
+ font-size: 16px;
23
+ text-align: left;
24
+ cursor: pointer;
25
+ margin: 0px;
26
+ }
27
+
28
+ .nsa_access_list_dialog_item_email {
29
+ color: rgba(20, 27, 92, 1);
30
+ }
31
+
32
+ .nsa_access_list_dialog_main_name {
33
+ color: rgba(20, 27, 92, 1);
34
+ font-weight: 600;
35
+ font-size: 24px;
36
+ text-align: center;
37
+ cursor: pointer;
38
+ margin: 0px;
39
+ }
40
+
41
+ .nsa_access_list_dialog_main_email {
42
+ color: rgba(20, 27, 92, 1);
43
+ }
44
+
45
+ .nsa_access_list_dialog_main_id {
46
+ color: rgba(3, 119, 255, 1);
47
+ text-align: center;
48
+ font-weight: 600;
49
+ font-size: 16px;
50
+ cursor: pointer;
51
+ margin: 0;
52
+ }
53
+
54
+ .nsa_access_list_dialog_users_container {
55
+ padding: 0px 16px 0px 16px;
56
+ display: flex;
57
+ cursor: pointer;
58
+ border: none;
59
+ background-color: rgba(224, 226, 235, 1);
60
+ border-radius: 8px;
61
+ align-items: center;
62
+ max-width: 100%;
63
+ }
64
+
65
+ .nsa_access_list_dialog_users_container:hover {
66
+ background-color: rgba(178, 187, 217, 1);
67
+ transition: all 0.3s ease-in-out;
68
+ }
69
+
70
+ .nsa_access_list_dialog_users_container img {
71
+ cursor: pointer;
72
72
  }
@@ -1,100 +1,100 @@
1
- .nsa_message_icon {
2
- cursor: pointer;
3
- }
4
-
5
- .nsa_message_title {
6
- color: hsla(212, 100%, 51%, 1)
7
- }
8
-
9
- .nsa_message_item {
10
- background-color: hsla(157, 94%, 42%, 0.1);
11
- padding: 8px 16px;
12
- cursor: pointer !important;
13
- margin: 8px 0;
14
- border-radius: 8px;
15
- }
16
-
17
- .nsa_message_item_title {
18
- color: hsla(234, 64%, 22%, 1);
19
- font-size: 16px;
20
- font-weight: 600;
21
- text-align: left;
22
- }
23
-
24
- .nsa_message_item_content {
25
- color: hsla(234, 64%, 22%, 1);
26
- margin: 0;
27
- text-align: left;
28
- overflow: hidden;
29
- text-overflow: ellipsis;
30
- white-space: nowrap;
31
- }
32
-
33
- .nsa_message_item_ul {
34
- display: flex;
35
- padding-left: 16px !important;
36
- margin-bottom: 0px;
37
- }
38
-
39
- .nsa_message_item_ul li::marker {
40
- color: hsla(157, 94%, 42%, 1);
41
- padding: 20px;
42
- }
43
-
44
- .nsa_message_item_dot_green {
45
- width: 8px;
46
- height: 8px;
47
- background: hsla(157, 94%, 42%, 1);
48
- border-radius: 50%;
49
- }
50
-
51
- .nsa_message_item_dot_gray {
52
- width: 8px;
53
- height: 8px;
54
- background: hsla(228, 9%, 66%, 1);
55
- border-radius: 50%;
56
- }
57
-
58
- .nsa_body_gray {
59
- background-color: #fff;
60
- padding: 16px;
61
- box-shadow: 0px 2px 5px #e6e6e6;
62
- cursor: pointer !important;
63
- }
64
-
65
- .nsa_count {
66
- position: absolute;
67
- background: rgba(3, 119, 255, 1);
68
- right: -5px;
69
- top: -5px;
70
- color: #fff;
71
- width: 18px;
72
- height: 18px;
73
- border-radius: 50%;
74
- display: flex;
75
- justify-content: center;
76
- align-items: center;
77
- }
78
-
79
- .nsa_parent_count {
80
- position: relative;
81
- width: max-content;
82
- }
83
-
84
- .nsa_toast_body {
85
- padding: 0 !important;
86
- height: 100%;
87
- max-width: 302px;
88
- overflow-y: auto;
89
- }
90
-
91
- .nsa_toast_header {
92
- padding: 2px !important;
93
- display: flex;
94
- justify-content: space-between !important;
95
- align-items: center;
96
- }
97
-
98
- .nsa_close_icon {
99
- cursor: pointer;
1
+ .nsa_message_icon {
2
+ cursor: pointer;
3
+ }
4
+
5
+ .nsa_message_title {
6
+ color: hsla(212, 100%, 51%, 1)
7
+ }
8
+
9
+ .nsa_message_item {
10
+ background-color: hsla(157, 94%, 42%, 0.1);
11
+ padding: 8px 16px;
12
+ cursor: pointer !important;
13
+ margin: 8px 0;
14
+ border-radius: 8px;
15
+ }
16
+
17
+ .nsa_message_item_title {
18
+ color: hsla(234, 64%, 22%, 1);
19
+ font-size: 16px;
20
+ font-weight: 600;
21
+ text-align: left;
22
+ }
23
+
24
+ .nsa_message_item_content {
25
+ color: hsla(234, 64%, 22%, 1);
26
+ margin: 0;
27
+ text-align: left;
28
+ overflow: hidden;
29
+ text-overflow: ellipsis;
30
+ white-space: nowrap;
31
+ }
32
+
33
+ .nsa_message_item_ul {
34
+ display: flex;
35
+ padding-left: 16px !important;
36
+ margin-bottom: 0px;
37
+ }
38
+
39
+ .nsa_message_item_ul li::marker {
40
+ color: hsla(157, 94%, 42%, 1);
41
+ padding: 20px;
42
+ }
43
+
44
+ .nsa_message_item_dot_green {
45
+ width: 8px;
46
+ height: 8px;
47
+ background: hsla(157, 94%, 42%, 1);
48
+ border-radius: 50%;
49
+ }
50
+
51
+ .nsa_message_item_dot_gray {
52
+ width: 8px;
53
+ height: 8px;
54
+ background: hsla(228, 9%, 66%, 1);
55
+ border-radius: 50%;
56
+ }
57
+
58
+ .nsa_body_gray {
59
+ background-color: #fff;
60
+ padding: 16px;
61
+ box-shadow: 0px 2px 5px #e6e6e6;
62
+ cursor: pointer !important;
63
+ }
64
+
65
+ .nsa_count {
66
+ position: absolute;
67
+ background: rgba(3, 119, 255, 1);
68
+ right: -5px;
69
+ top: -5px;
70
+ color: #fff;
71
+ width: 18px;
72
+ height: 18px;
73
+ border-radius: 50%;
74
+ display: flex;
75
+ justify-content: center;
76
+ align-items: center;
77
+ }
78
+
79
+ .nsa_parent_count {
80
+ position: relative;
81
+ width: max-content;
82
+ }
83
+
84
+ .nsa_toast_body {
85
+ padding: 0 !important;
86
+ height: 100%;
87
+ max-width: 302px;
88
+ overflow-y: auto;
89
+ }
90
+
91
+ .nsa_toast_header {
92
+ padding: 2px !important;
93
+ display: flex;
94
+ justify-content: space-between !important;
95
+ align-items: center;
96
+ }
97
+
98
+ .nsa_close_icon {
99
+ cursor: pointer;
100
100
  }
@@ -1,45 +1,45 @@
1
- .nsa_product_list_container {
2
- display: grid;
3
- flex-direction: row;
4
- grid-template-columns: repeat(3, 1fr);
5
- align-items: flex-start;
6
- justify-content: center;
7
- width: 100%;
8
- height: 400px;
9
- overflow: auto;
10
- margin-top: 16px;
11
- }
12
-
13
- .nsa_product_list_container::-webkit-scrollbar {
14
- width: 1rem;
15
- }
16
-
17
- .nsa_product_list_container::-webkit-scrollbar-track {
18
- box-shadow: inset 0 0 6px #E8EBF6;
19
- }
20
-
21
- .nsa_product_list_container::-webkit-scrollbar-thumb {
22
- background-color: #A1A4B0;
23
- border-radius: 8px;
24
- }
25
-
26
- .nsa_product_list {
27
- display: flex;
28
- flex-direction: column;
29
- justify-content: center;
30
- align-items: center;
31
- text-align: center;
32
- margin-top: 24px;
33
- gap: 8px;
34
- }
35
- .nsa_product_list a{
36
- text-decoration: none;
37
- color: rgba(20, 27, 92, 1);
38
- }
39
-
40
- .nsa_product_logo {
41
- display: flex;
42
- flex-direction: column;
43
- justify-content: center;
44
- align-items: center;
1
+ .nsa_product_list_container {
2
+ display: grid;
3
+ flex-direction: row;
4
+ grid-template-columns: repeat(3, 1fr);
5
+ align-items: flex-start;
6
+ justify-content: center;
7
+ width: 100%;
8
+ height: 400px;
9
+ overflow: auto;
10
+ margin-top: 16px;
11
+ }
12
+
13
+ .nsa_product_list_container::-webkit-scrollbar {
14
+ width: 1rem;
15
+ }
16
+
17
+ .nsa_product_list_container::-webkit-scrollbar-track {
18
+ box-shadow: inset 0 0 6px #E8EBF6;
19
+ }
20
+
21
+ .nsa_product_list_container::-webkit-scrollbar-thumb {
22
+ background-color: #A1A4B0;
23
+ border-radius: 8px;
24
+ }
25
+
26
+ .nsa_product_list {
27
+ display: flex;
28
+ flex-direction: column;
29
+ justify-content: center;
30
+ align-items: center;
31
+ text-align: center;
32
+ margin-top: 24px;
33
+ gap: 8px;
34
+ }
35
+ .nsa_product_list a{
36
+ text-decoration: none;
37
+ color: rgba(20, 27, 92, 1);
38
+ }
39
+
40
+ .nsa_product_logo {
41
+ display: flex;
42
+ flex-direction: column;
43
+ justify-content: center;
44
+ align-items: center;
45
45
  }