namirasoft-site-react 1.3.148 → 1.3.150

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.
@@ -69,7 +69,7 @@
69
69
 
70
70
  @media only screen and (min-width: 380px) {
71
71
  .ns_input_phone_parent input {
72
- width: 206px !important;
72
+ width: 272px !important;
73
73
  }
74
74
  }
75
75
 
@@ -1,7 +1,7 @@
1
1
  .ns_input_parent {
2
2
  display: flex;
3
3
  flex-direction: column;
4
- width: 206px;
4
+ width: 272px;
5
5
  color: #141B5C;
6
6
  position: relative;
7
7
  max-width: 100%;
@@ -1,14 +1,15 @@
1
1
  .ns_panel_grid {
2
2
  background-color: #fff;
3
- padding: 8px;
3
+ padding: 16px;
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  align-items: flex-start;
7
- gap: 8px;
8
- border-radius: 8px;
7
+ gap: 16px;
8
+ border-radius: 16px;
9
9
  margin: 0 auto;
10
10
  border: 1px solid rgba(161, 164, 176, 1);
11
11
  box-shadow: 0px 0px 2px 0px rgba(161, 164, 176, 1);
12
+ justify-content: center;
12
13
  }
13
14
 
14
15
  .ns_panel_column {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.148",
11
+ "version": "1.3.150",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -69,7 +69,7 @@
69
69
 
70
70
  @media only screen and (min-width: 380px) {
71
71
  .ns_input_phone_parent input {
72
- width: 206px !important;
72
+ width: 272px !important;
73
73
  }
74
74
  }
75
75
 
@@ -1,7 +1,7 @@
1
1
  .ns_input_parent {
2
2
  display: flex;
3
3
  flex-direction: column;
4
- width: 206px;
4
+ width: 272px;
5
5
  color: #141B5C;
6
6
  position: relative;
7
7
  max-width: 100%;
@@ -1,14 +1,15 @@
1
1
  .ns_panel_grid {
2
2
  background-color: #fff;
3
- padding: 8px;
3
+ padding: 16px;
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  align-items: flex-start;
7
- gap: 8px;
8
- border-radius: 8px;
7
+ gap: 16px;
8
+ border-radius: 16px;
9
9
  margin: 0 auto;
10
10
  border: 1px solid rgba(161, 164, 176, 1);
11
11
  box-shadow: 0px 0px 2px 0px rgba(161, 164, 176, 1);
12
+ justify-content: center;
12
13
  }
13
14
 
14
15
  .ns_panel_column {