namirasoft-site-react 1.3.61 → 1.3.63

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 (182) hide show
  1. package/dist/App.js +2 -2
  2. package/dist/App.js.map +1 -1
  3. package/dist/Validator.d.ts +7 -2
  4. package/dist/Validator.js +57 -15
  5. package/dist/Validator.js.map +1 -1
  6. package/dist/components/NSButton.module.css +1 -1
  7. package/dist/components/NSButtonBlue.js +5 -4
  8. package/dist/components/NSButtonBlue.js.map +1 -1
  9. package/dist/components/NSButtonGreen.js +5 -4
  10. package/dist/components/NSButtonGreen.js.map +1 -1
  11. package/dist/components/NSButtonRed.js +5 -4
  12. package/dist/components/NSButtonRed.js.map +1 -1
  13. package/dist/components/NSCard.module.css +2 -3
  14. package/dist/components/NSCopyToClipboard.js +1 -1
  15. package/dist/components/NSCopyToClipboard.js.map +1 -1
  16. package/dist/components/NSCopyToClipboard.module.css +1 -1
  17. package/dist/components/NSEntityBar.module.css +2 -2
  18. package/dist/components/NSEntityCardBackground.module.css +2 -2
  19. package/dist/components/NSFooter.js.map +1 -1
  20. package/dist/components/NSHeader.js +1 -1
  21. package/dist/components/NSHeader.js.map +1 -1
  22. package/dist/components/NSInput.module.css +29 -0
  23. package/dist/components/NSInputDate.d.ts +3 -1
  24. package/dist/components/NSInputDate.js +14 -4
  25. package/dist/components/NSInputDate.js.map +1 -1
  26. package/dist/components/NSInputDate.module.css +5 -2
  27. package/dist/components/NSInputDuration.d.ts +6 -1
  28. package/dist/components/NSInputDuration.js +15 -6
  29. package/dist/components/NSInputDuration.js.map +1 -1
  30. package/dist/components/NSInputEmail.d.ts +1 -1
  31. package/dist/components/NSInputEmail.js +5 -3
  32. package/dist/components/NSInputEmail.js.map +1 -1
  33. package/dist/components/NSInputFloat.d.ts +4 -4
  34. package/dist/components/NSInputFloat.js +8 -9
  35. package/dist/components/NSInputFloat.js.map +1 -1
  36. package/dist/components/NSInputIP.d.ts +5 -1
  37. package/dist/components/NSInputIP.js +17 -7
  38. package/dist/components/NSInputIP.js.map +1 -1
  39. package/dist/components/NSInputInteger.d.ts +9 -5
  40. package/dist/components/NSInputInteger.js +16 -8
  41. package/dist/components/NSInputInteger.js.map +1 -1
  42. package/dist/components/NSInputPassword.d.ts +5 -1
  43. package/dist/components/NSInputPassword.js +15 -6
  44. package/dist/components/NSInputPassword.js.map +1 -1
  45. package/dist/components/NSInputPhone.d.ts +8 -3
  46. package/dist/components/NSInputPhone.js +18 -12
  47. package/dist/components/NSInputPhone.js.map +1 -1
  48. package/dist/components/NSInputPrice.d.ts +7 -2
  49. package/dist/components/NSInputPrice.js +15 -7
  50. package/dist/components/NSInputPrice.js.map +1 -1
  51. package/dist/components/NSInputSearch.d.ts +6 -1
  52. package/dist/components/NSInputSearch.js +15 -6
  53. package/dist/components/NSInputSearch.js.map +1 -1
  54. package/dist/components/NSInputString.d.ts +5 -1
  55. package/dist/components/NSInputString.js +15 -6
  56. package/dist/components/NSInputString.js.map +1 -1
  57. package/dist/components/NSInputText.d.ts +5 -1
  58. package/dist/components/NSInputText.js +15 -6
  59. package/dist/components/NSInputText.js.map +1 -1
  60. package/dist/components/NSInputTime.d.ts +5 -1
  61. package/dist/components/NSInputTime.js +16 -6
  62. package/dist/components/NSInputTime.js.map +1 -1
  63. package/dist/components/NSLayoutTitle.d.ts +1 -4
  64. package/dist/components/NSLayoutTitle.js +7 -11
  65. package/dist/components/NSLayoutTitle.js.map +1 -1
  66. package/dist/components/NSLink.d.ts +5 -0
  67. package/dist/components/NSLink.js +7 -0
  68. package/dist/components/NSLink.js.map +1 -0
  69. package/dist/components/{NSLinkBlue.module.css → NSLink.module.css} +3 -3
  70. package/dist/components/NSLinkBlue.d.ts +2 -5
  71. package/dist/components/NSLinkBlue.js +2 -3
  72. package/dist/components/NSLinkBlue.js.map +1 -1
  73. package/dist/components/NSLinkGreen.d.ts +2 -16
  74. package/dist/components/NSLinkGreen.js +3 -18
  75. package/dist/components/NSLinkGreen.js.map +1 -1
  76. package/dist/components/NSLinkRed.d.ts +2 -16
  77. package/dist/components/NSLinkRed.js +3 -18
  78. package/dist/components/NSLinkRed.js.map +1 -1
  79. package/dist/components/NSNotification.d.ts +2 -10
  80. package/dist/components/NSNotification.js +4 -20
  81. package/dist/components/NSNotification.js.map +1 -1
  82. package/dist/components/NSPagination.d.ts +1 -9
  83. package/dist/components/NSPagination.js +25 -33
  84. package/dist/components/NSPagination.js.map +1 -1
  85. package/dist/components/NSSectionBars.d.ts +1 -0
  86. package/dist/components/NSSectionBars.js.map +1 -1
  87. package/dist/components/NSSectionCards.d.ts +1 -2
  88. package/dist/components/NSSectionCards.js +1 -1
  89. package/dist/components/NSSectionCards.js.map +1 -1
  90. package/dist/components/NSSectionTitle.d.ts +1 -2
  91. package/dist/components/NSSectionTitle.js +1 -1
  92. package/dist/components/NSSectionTitle.js.map +1 -1
  93. package/dist/components/NSSelectBox.d.ts +6 -3
  94. package/dist/components/NSSelectBox.js +21 -6
  95. package/dist/components/NSSelectBox.js.map +1 -1
  96. package/dist/components/NSSelectBox.module.css +3 -3
  97. package/dist/components/NSTable.js +1 -1
  98. package/dist/components/NSTable.js.map +1 -1
  99. package/dist/pages/NSLoginPage.d.ts +1 -4
  100. package/dist/pages/NSLoginPage.js +8 -11
  101. package/dist/pages/NSLoginPage.js.map +1 -1
  102. package/dist/pages/NSNotFoundPage.d.ts +1 -4
  103. package/dist/pages/NSNotFoundPage.js +2 -6
  104. package/dist/pages/NSNotFoundPage.js.map +1 -1
  105. package/dist/props/ValidationNumberProps.d.ts +1 -2
  106. package/dist/props/ValidationProps.d.ts +1 -0
  107. package/dist/props/ValidationStringProps.d.ts +1 -2
  108. package/package.json +4 -4
  109. package/src/App.tsx +13 -3
  110. package/src/Validator.ts +67 -18
  111. package/src/components/NSButton.module.css +1 -1
  112. package/src/components/NSButtonBlue.tsx +6 -4
  113. package/src/components/NSButtonGreen.tsx +5 -4
  114. package/src/components/NSButtonRed.tsx +5 -4
  115. package/src/components/NSCard.module.css +2 -3
  116. package/src/components/NSCopyToClipboard.module.css +1 -1
  117. package/src/components/NSCopyToClipboard.tsx +3 -3
  118. package/src/components/NSEntityBar.module.css +2 -2
  119. package/src/components/NSEntityCardBackground.module.css +2 -2
  120. package/src/components/NSHeader.tsx +3 -3
  121. package/src/components/NSInput.module.css +29 -0
  122. package/src/components/NSInputDate.module.css +5 -2
  123. package/src/components/NSInputDate.tsx +29 -12
  124. package/src/components/NSInputDuration.tsx +44 -23
  125. package/src/components/NSInputEmail.tsx +10 -5
  126. package/src/components/NSInputFloat.tsx +33 -32
  127. package/src/components/NSInputIP.tsx +44 -24
  128. package/src/components/NSInputInteger.tsx +48 -31
  129. package/src/components/NSInputPassword.tsx +42 -23
  130. package/src/components/NSInputPhone.tsx +45 -29
  131. package/src/components/NSInputPrice.tsx +45 -23
  132. package/src/components/NSInputSearch.tsx +43 -21
  133. package/src/components/NSInputString.tsx +42 -23
  134. package/src/components/NSInputText.tsx +42 -23
  135. package/src/components/NSInputTime.tsx +44 -23
  136. package/src/components/NSLayoutTitle.tsx +24 -30
  137. package/src/components/{NSLinkBlue.module.css → NSLink.module.css} +3 -3
  138. package/src/components/NSLink.tsx +22 -0
  139. package/src/components/NSLinkBlue.tsx +3 -19
  140. package/src/components/NSLinkGreen.tsx +3 -42
  141. package/src/components/NSLinkRed.tsx +3 -42
  142. package/src/components/NSNotification.tsx +19 -51
  143. package/src/components/NSPagination.tsx +56 -72
  144. package/src/components/NSSectionBars.tsx +1 -0
  145. package/src/components/NSSectionCards.tsx +3 -3
  146. package/src/components/NSSectionTitle.tsx +3 -3
  147. package/src/components/NSSelectBox.module.css +3 -3
  148. package/src/components/NSSelectBox.tsx +48 -23
  149. package/src/components/NSTable.tsx +1 -1
  150. package/src/pages/NSLoginPage.tsx +20 -24
  151. package/src/pages/NSNotFoundPage.tsx +7 -13
  152. package/src/props/ValidationNumberProps.ts +1 -3
  153. package/src/props/ValidationProps.ts +1 -0
  154. package/src/props/ValidationStringProps.ts +1 -3
  155. package/dist/components/NSInputDuration.module.css +0 -26
  156. package/dist/components/NSInputEmail.module.css +0 -38
  157. package/dist/components/NSInputFloat.module.css +0 -26
  158. package/dist/components/NSInputIP.module.css +0 -26
  159. package/dist/components/NSInputInteger.module.css +0 -26
  160. package/dist/components/NSInputPassword.module.css +0 -27
  161. package/dist/components/NSInputPhone.module.css +0 -33
  162. package/dist/components/NSInputPrice.module.css +0 -27
  163. package/dist/components/NSInputSearch.module.css +0 -27
  164. package/dist/components/NSInputString.module.css +0 -27
  165. package/dist/components/NSInputText.module.css +0 -28
  166. package/dist/components/NSInputTime.module.css +0 -27
  167. package/dist/components/NSLinkGreen.module.css +0 -16
  168. package/dist/components/NSLinkRed.module.css +0 -16
  169. package/src/components/NSInputDuration.module.css +0 -26
  170. package/src/components/NSInputEmail.module.css +0 -38
  171. package/src/components/NSInputFloat.module.css +0 -26
  172. package/src/components/NSInputIP.module.css +0 -26
  173. package/src/components/NSInputInteger.module.css +0 -26
  174. package/src/components/NSInputPassword.module.css +0 -27
  175. package/src/components/NSInputPhone.module.css +0 -33
  176. package/src/components/NSInputPrice.module.css +0 -27
  177. package/src/components/NSInputSearch.module.css +0 -27
  178. package/src/components/NSInputString.module.css +0 -27
  179. package/src/components/NSInputText.module.css +0 -28
  180. package/src/components/NSInputTime.module.css +0 -27
  181. package/src/components/NSLinkGreen.module.css +0 -16
  182. package/src/components/NSLinkRed.module.css +0 -16
@@ -1,27 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- }
16
-
17
- .ns_input_icon {
18
- position: absolute;
19
- right: 20px;
20
- top: 33%;
21
- z-index: 1;
22
- }
23
-
24
- .ns_input_title {
25
- font-size: 16px;
26
- font-weight: 400;
27
- }
@@ -1,27 +0,0 @@
1
- .ns_input_form {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- max-width: 100%;
7
- position: relative;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- border: 1px solid rgba(47, 0, 236, 0.6);
16
- }
17
-
18
- .ns_input_icon {
19
- position: absolute;
20
- right: 20px;
21
- top: 34%;
22
- }
23
-
24
- .ns_input_title {
25
- font-size: 16px;
26
- font-weight: 400;
27
- }
@@ -1,27 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- }
16
-
17
- .ns_input_icon {
18
- position: absolute;
19
- right: 20px;
20
- top: 51%;
21
- z-index: 1;
22
- }
23
-
24
- .ns_input_title {
25
- font-size: 16px;
26
- font-weight: 400;
27
- }
@@ -1,28 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- padding: 8px;
9
- }
10
-
11
- .ns_input {
12
- border-radius: 8px;
13
- padding: 10px 12px;
14
- font-size: 16px;
15
- font-weight: 400;
16
- }
17
-
18
- .ns_input_icon {
19
- position: absolute;
20
- right: 20px;
21
- top: 51%;
22
- z-index: 1;
23
- }
24
-
25
- .ns_input_title {
26
- font-size: 16px;
27
- font-weight: 400;
28
- }
@@ -1,27 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- }
16
-
17
- .ns_input_icon {
18
- position: absolute;
19
- right: 20px;
20
- top: 51%;
21
- z-index: 1;
22
- }
23
-
24
- .ns_input_title {
25
- font-size: 16px;
26
- font-weight: 400;
27
- }
@@ -1,16 +0,0 @@
1
- .ns_link_green {
2
- display: flex;
3
- border-radius: 8px;
4
- background-color: #06D182;
5
- color: #ffffff;
6
- border: 0;
7
- box-shadow: inset 0 -4px 4px 0px rgb(0 0 0 / 25%);
8
- font-size: 16px;
9
- text-decoration: none;
10
- width: 358px;
11
- height: 48px;
12
- text-align: center;
13
- align-items: center;
14
- justify-content: center;
15
- font-weight: 400;
16
- }
@@ -1,16 +0,0 @@
1
- .ns_link_red {
2
- display: flex;
3
- border-radius: 8px;
4
- background-color: rgb(265, 63, 63, 1);
5
- color: #ffffff;
6
- border: 0;
7
- box-shadow: inset 0 -4px 4px 0px rgb(0 0 0 / 25%);
8
- font-size: 16px;
9
- text-decoration: none;
10
- width: 358px;
11
- height: 48px;
12
- text-align: center;
13
- align-items: center;
14
- justify-content: center;
15
- font-weight: 400;
16
- }
@@ -1,26 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- }
16
-
17
- .ns_input_icon {
18
- position: absolute;
19
- right: 20px;
20
- top: 51%;
21
- }
22
-
23
- .ns_input_title {
24
- font-size: 16px;
25
- font-weight: 400;
26
- }
@@ -1,38 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- }
14
-
15
- .ns_input_icon {
16
- position: absolute;
17
- right: 20px;
18
- top: 51%;
19
- font-size: 16px;
20
- font-weight: 400;
21
- }
22
-
23
- .ns_input_title {
24
- font-size: 16px;
25
- font-weight: 400;
26
- }
27
-
28
- .ns_input_error {
29
- color: #FF3F3F !important;
30
- }
31
-
32
- .ns_input_error:focus {
33
- color: #FF3F3F !important;
34
- }
35
-
36
- .ns_input_red {
37
- border: 2px solid #FF3F3F;
38
- }
@@ -1,26 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- }
16
-
17
- .ns_input_icon {
18
- position: absolute;
19
- right: 20px;
20
- top: 51%;
21
- }
22
-
23
- .ns_input_title {
24
- font-size: 16px;
25
- font-weight: 400;
26
- }
@@ -1,26 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- }
16
-
17
- .ns_input_icon {
18
- position: absolute;
19
- right: 20px;
20
- top: 51%;
21
- }
22
-
23
- .ns_input_title {
24
- font-size: 16px;
25
- font-weight: 400;
26
- }
@@ -1,26 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- }
16
-
17
- .ns_input_icon {
18
- position: absolute;
19
- right: 20px;
20
- top: 51%;
21
- }
22
-
23
- .ns_input_title {
24
- font-size: 16px;
25
- font-weight: 400;
26
- }
@@ -1,27 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- }
16
-
17
- .ns_input_icon {
18
- position: absolute;
19
- right: 20px;
20
- top: 51%;
21
- z-index: 1;
22
- }
23
-
24
- .ns_input_title {
25
- font-size: 16px;
26
- font-weight: 400;
27
- }
@@ -1,33 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
-
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- height: 48px !important;
12
- font-size: 16px !important;
13
- font-weight: 400;
14
- width: 310px !important;
15
- }
16
-
17
- .ns_input span {
18
- color: #000 !important;
19
-
20
- }
21
-
22
- .ns_input_icon {
23
- position: absolute;
24
- right: 20px;
25
- top: 51%;
26
- z-index: 1;
27
- }
28
-
29
- .ns_input_title {
30
- color: #fff;
31
- font-size: 16px;
32
- font-weight: 400;
33
- }
@@ -1,27 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- }
16
-
17
- .ns_input_icon {
18
- position: absolute;
19
- right: 20px;
20
- top: 33%;
21
- z-index: 1;
22
- }
23
-
24
- .ns_input_title {
25
- font-size: 16px;
26
- font-weight: 400;
27
- }
@@ -1,27 +0,0 @@
1
- .ns_input_form {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- max-width: 100%;
7
- position: relative;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- border: 1px solid rgba(47, 0, 236, 0.6);
16
- }
17
-
18
- .ns_input_icon {
19
- position: absolute;
20
- right: 20px;
21
- top: 34%;
22
- }
23
-
24
- .ns_input_title {
25
- font-size: 16px;
26
- font-weight: 400;
27
- }
@@ -1,27 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- }
16
-
17
- .ns_input_icon {
18
- position: absolute;
19
- right: 20px;
20
- top: 51%;
21
- z-index: 1;
22
- }
23
-
24
- .ns_input_title {
25
- font-size: 16px;
26
- font-weight: 400;
27
- }
@@ -1,28 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- padding: 8px;
9
- }
10
-
11
- .ns_input {
12
- border-radius: 8px;
13
- padding: 10px 12px;
14
- font-size: 16px;
15
- font-weight: 400;
16
- }
17
-
18
- .ns_input_icon {
19
- position: absolute;
20
- right: 20px;
21
- top: 51%;
22
- z-index: 1;
23
- }
24
-
25
- .ns_input_title {
26
- font-size: 16px;
27
- font-weight: 400;
28
- }
@@ -1,27 +0,0 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- }
16
-
17
- .ns_input_icon {
18
- position: absolute;
19
- right: 20px;
20
- top: 51%;
21
- z-index: 1;
22
- }
23
-
24
- .ns_input_title {
25
- font-size: 16px;
26
- font-weight: 400;
27
- }
@@ -1,16 +0,0 @@
1
- .ns_link_green {
2
- display: flex;
3
- border-radius: 8px;
4
- background-color: #06D182;
5
- color: #ffffff;
6
- border: 0;
7
- box-shadow: inset 0 -4px 4px 0px rgb(0 0 0 / 25%);
8
- font-size: 16px;
9
- text-decoration: none;
10
- width: 358px;
11
- height: 48px;
12
- text-align: center;
13
- align-items: center;
14
- justify-content: center;
15
- font-weight: 400;
16
- }
@@ -1,16 +0,0 @@
1
- .ns_link_red {
2
- display: flex;
3
- border-radius: 8px;
4
- background-color: rgb(265, 63, 63, 1);
5
- color: #ffffff;
6
- border: 0;
7
- box-shadow: inset 0 -4px 4px 0px rgb(0 0 0 / 25%);
8
- font-size: 16px;
9
- text-decoration: none;
10
- width: 358px;
11
- height: 48px;
12
- text-align: center;
13
- align-items: center;
14
- justify-content: center;
15
- font-weight: 400;
16
- }