namirasoft-site-react 1.3.458 → 1.3.459
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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
color: rgba(20, 27, 92, 1);
|
|
5
|
-
|
|
5
|
+
overflow-x: auto;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.ns_search_input {
|
|
@@ -92,12 +92,12 @@
|
|
|
92
92
|
background-color: rgba(20, 27, 92, 1);
|
|
93
93
|
border-top-left-radius: 8px;
|
|
94
94
|
border-top-right-radius: 8px;
|
|
95
|
-
|
|
95
|
+
min-width: max-content;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
.ns_table tbody {
|
|
99
99
|
background-color: rgba(255, 255, 255, 1);
|
|
100
|
-
|
|
100
|
+
min-width: max-content;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.ns_table tr {
|
|
@@ -158,6 +158,10 @@
|
|
|
158
158
|
padding: 16px 0;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
+
.ns_checkbox_label {
|
|
162
|
+
justify-content: center;
|
|
163
|
+
}
|
|
164
|
+
|
|
161
165
|
.ns_button {
|
|
162
166
|
display: flex;
|
|
163
167
|
flex-direction: row;
|
|
@@ -263,7 +267,7 @@
|
|
|
263
267
|
height: 100%;
|
|
264
268
|
cursor: pointer;
|
|
265
269
|
display: flex;
|
|
266
|
-
justify-content:
|
|
270
|
+
justify-content: left;
|
|
267
271
|
align-items: center;
|
|
268
272
|
}
|
|
269
273
|
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"framework": "npm",
|
|
9
9
|
"application": "package",
|
|
10
10
|
"private": false,
|
|
11
|
-
"version": "1.3.
|
|
11
|
+
"version": "1.3.459",
|
|
12
12
|
"author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "./dist/main.js",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
color: rgba(20, 27, 92, 1);
|
|
5
|
-
|
|
5
|
+
overflow-x: auto;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.ns_search_input {
|
|
@@ -92,12 +92,12 @@
|
|
|
92
92
|
background-color: rgba(20, 27, 92, 1);
|
|
93
93
|
border-top-left-radius: 8px;
|
|
94
94
|
border-top-right-radius: 8px;
|
|
95
|
-
|
|
95
|
+
min-width: max-content;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
.ns_table tbody {
|
|
99
99
|
background-color: rgba(255, 255, 255, 1);
|
|
100
|
-
|
|
100
|
+
min-width: max-content;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.ns_table tr {
|
|
@@ -158,6 +158,10 @@
|
|
|
158
158
|
padding: 16px 0;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
+
.ns_checkbox_label {
|
|
162
|
+
justify-content: center;
|
|
163
|
+
}
|
|
164
|
+
|
|
161
165
|
.ns_button {
|
|
162
166
|
display: flex;
|
|
163
167
|
flex-direction: row;
|
|
@@ -263,7 +267,7 @@
|
|
|
263
267
|
height: 100%;
|
|
264
268
|
cursor: pointer;
|
|
265
269
|
display: flex;
|
|
266
|
-
justify-content:
|
|
270
|
+
justify-content: left;
|
|
267
271
|
align-items: center;
|
|
268
272
|
}
|
|
269
273
|
|