namirasoft-site-react 1.3.457 → 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,6 +2,7 @@
|
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
color: rgba(20, 27, 92, 1);
|
|
5
|
+
overflow-x: auto;
|
|
5
6
|
}
|
|
6
7
|
|
|
7
8
|
.ns_search_input {
|
|
@@ -20,12 +21,11 @@
|
|
|
20
21
|
|
|
21
22
|
.ns_table tr {
|
|
22
23
|
border-radius: 8px;
|
|
23
|
-
padding: 16px;
|
|
24
|
+
padding: 16px 8px;
|
|
24
25
|
display: block;
|
|
25
26
|
background-color: rgba(255, 255, 255, 1);
|
|
26
27
|
margin: 24px 0;
|
|
27
28
|
transition: all 0.2s ease-in-out;
|
|
28
|
-
padding: 0 !important;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.ns_table td {
|
|
@@ -92,10 +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
|
+
min-width: max-content;
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
.ns_table tbody {
|
|
98
99
|
background-color: rgba(255, 255, 255, 1);
|
|
100
|
+
min-width: max-content;
|
|
99
101
|
}
|
|
100
102
|
|
|
101
103
|
.ns_table tr {
|
|
@@ -103,7 +105,6 @@
|
|
|
103
105
|
/* grid-template-columns: repeat(auto-fill, minmax(75px, max-content)); */
|
|
104
106
|
grid-auto-flow: column;
|
|
105
107
|
grid-auto-columns: 100px;
|
|
106
|
-
overflow: auto;
|
|
107
108
|
padding: 12px 16px;
|
|
108
109
|
margin: 0;
|
|
109
110
|
border-radius: 0;
|
|
@@ -157,6 +158,10 @@
|
|
|
157
158
|
padding: 16px 0;
|
|
158
159
|
}
|
|
159
160
|
|
|
161
|
+
.ns_checkbox_label {
|
|
162
|
+
justify-content: center;
|
|
163
|
+
}
|
|
164
|
+
|
|
160
165
|
.ns_button {
|
|
161
166
|
display: flex;
|
|
162
167
|
flex-direction: row;
|
|
@@ -262,7 +267,7 @@
|
|
|
262
267
|
height: 100%;
|
|
263
268
|
cursor: pointer;
|
|
264
269
|
display: flex;
|
|
265
|
-
justify-content:
|
|
270
|
+
justify-content: left;
|
|
266
271
|
align-items: center;
|
|
267
272
|
}
|
|
268
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,6 +2,7 @@
|
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
color: rgba(20, 27, 92, 1);
|
|
5
|
+
overflow-x: auto;
|
|
5
6
|
}
|
|
6
7
|
|
|
7
8
|
.ns_search_input {
|
|
@@ -20,12 +21,11 @@
|
|
|
20
21
|
|
|
21
22
|
.ns_table tr {
|
|
22
23
|
border-radius: 8px;
|
|
23
|
-
padding: 16px;
|
|
24
|
+
padding: 16px 8px;
|
|
24
25
|
display: block;
|
|
25
26
|
background-color: rgba(255, 255, 255, 1);
|
|
26
27
|
margin: 24px 0;
|
|
27
28
|
transition: all 0.2s ease-in-out;
|
|
28
|
-
padding: 0 !important;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.ns_table td {
|
|
@@ -92,10 +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
|
+
min-width: max-content;
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
.ns_table tbody {
|
|
98
99
|
background-color: rgba(255, 255, 255, 1);
|
|
100
|
+
min-width: max-content;
|
|
99
101
|
}
|
|
100
102
|
|
|
101
103
|
.ns_table tr {
|
|
@@ -103,7 +105,6 @@
|
|
|
103
105
|
/* grid-template-columns: repeat(auto-fill, minmax(75px, max-content)); */
|
|
104
106
|
grid-auto-flow: column;
|
|
105
107
|
grid-auto-columns: 100px;
|
|
106
|
-
overflow: auto;
|
|
107
108
|
padding: 12px 16px;
|
|
108
109
|
margin: 0;
|
|
109
110
|
border-radius: 0;
|
|
@@ -157,6 +158,10 @@
|
|
|
157
158
|
padding: 16px 0;
|
|
158
159
|
}
|
|
159
160
|
|
|
161
|
+
.ns_checkbox_label {
|
|
162
|
+
justify-content: center;
|
|
163
|
+
}
|
|
164
|
+
|
|
160
165
|
.ns_button {
|
|
161
166
|
display: flex;
|
|
162
167
|
flex-direction: row;
|
|
@@ -262,7 +267,7 @@
|
|
|
262
267
|
height: 100%;
|
|
263
268
|
cursor: pointer;
|
|
264
269
|
display: flex;
|
|
265
|
-
justify-content:
|
|
270
|
+
justify-content: left;
|
|
266
271
|
align-items: center;
|
|
267
272
|
}
|
|
268
273
|
|