namirasoft-site-react 1.4.106 → 1.4.108

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.
@@ -9,11 +9,13 @@
9
9
 
10
10
  .ns_input {
11
11
  width: 100%;
12
+ height: 48px;
12
13
  border-radius: 8px;
13
14
  padding: 10px 12px;
14
15
  font-size: 16px;
15
16
  font-weight: 400;
16
17
  border: 1px solid rgba(0, 0, 0, 1);
18
+ background-color: white;
17
19
  position: relative;
18
20
  appearance: none;
19
21
  -webkit-appearance: none;
@@ -8,11 +8,14 @@
8
8
  }
9
9
 
10
10
  .ns_input {
11
+ width: 100%;
12
+ height: 48px;
11
13
  border-radius: 8px;
12
14
  padding: 10px 12px;
13
15
  font-size: 16px;
14
16
  font-weight: 400;
15
17
  border: 1px solid rgba(0, 0, 0, 1);
18
+ background-color: white;
16
19
  position: relative;
17
20
  }
18
21
 
@@ -17,7 +17,7 @@
17
17
  gap: 16px;
18
18
  }
19
19
 
20
- .ns_input_filter {
20
+ .ns_input_filter {
21
21
  width: 100%;
22
22
  }
23
23
 
@@ -56,7 +56,7 @@
56
56
  gap: 8px;
57
57
  }
58
58
 
59
- @media only screen and (min-width: 480px) {
59
+ @media only screen and (min-width: 480px) {
60
60
  .ns_input_filter {
61
61
  width: auto;
62
62
  }
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.106",
11
+ "version": "1.4.108",
12
12
  "author": "Amir Abolhasani",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -9,11 +9,13 @@
9
9
 
10
10
  .ns_input {
11
11
  width: 100%;
12
+ height: 48px;
12
13
  border-radius: 8px;
13
14
  padding: 10px 12px;
14
15
  font-size: 16px;
15
16
  font-weight: 400;
16
17
  border: 1px solid rgba(0, 0, 0, 1);
18
+ background-color: white;
17
19
  position: relative;
18
20
  appearance: none;
19
21
  -webkit-appearance: none;
@@ -8,11 +8,14 @@
8
8
  }
9
9
 
10
10
  .ns_input {
11
+ width: 100%;
12
+ height: 48px;
11
13
  border-radius: 8px;
12
14
  padding: 10px 12px;
13
15
  font-size: 16px;
14
16
  font-weight: 400;
15
17
  border: 1px solid rgba(0, 0, 0, 1);
18
+ background-color: white;
16
19
  position: relative;
17
20
  }
18
21
 
@@ -17,7 +17,7 @@
17
17
  gap: 16px;
18
18
  }
19
19
 
20
- .ns_input_filter {
20
+ .ns_input_filter {
21
21
  width: 100%;
22
22
  }
23
23
 
@@ -56,7 +56,7 @@
56
56
  gap: 8px;
57
57
  }
58
58
 
59
- @media only screen and (min-width: 480px) {
59
+ @media only screen and (min-width: 480px) {
60
60
  .ns_input_filter {
61
61
  width: auto;
62
62
  }