namirasoft-site-react 1.3.409 → 1.3.411
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.
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
.ns_dialog_container {
|
|
2
|
-
background-color: #00000080;
|
|
3
|
-
width: 100%;
|
|
4
|
-
height: 100%;
|
|
5
|
-
position: fixed;
|
|
6
|
-
top: 0;
|
|
7
|
-
right: 0;
|
|
8
|
-
z-index: 99;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
1
|
.ns_dialog_content {
|
|
12
2
|
border: 8px solid rgb(233, 232, 232);
|
|
13
3
|
border-radius: 24px;
|
|
@@ -17,8 +7,8 @@
|
|
|
17
7
|
max-width: 992px;
|
|
18
8
|
min-height: 150px;
|
|
19
9
|
padding: 16px 16px;
|
|
20
|
-
position:
|
|
21
|
-
|
|
10
|
+
position: absolute;
|
|
11
|
+
right: 0;
|
|
22
12
|
color: black;
|
|
23
13
|
cursor: default;
|
|
24
14
|
}
|
|
@@ -31,7 +21,11 @@
|
|
|
31
21
|
}
|
|
32
22
|
|
|
33
23
|
.ns_dialog_background {
|
|
24
|
+
background-color: #00000080;
|
|
34
25
|
width: 100%;
|
|
35
26
|
height: 100%;
|
|
36
|
-
position:
|
|
27
|
+
position: fixed;
|
|
28
|
+
top: 0;
|
|
29
|
+
right: 0;
|
|
30
|
+
z-index: 99;
|
|
37
31
|
}
|
|
@@ -110,13 +110,13 @@
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.ns_navbar_first_level_item a:hover {
|
|
113
|
-
background-color: rgb(
|
|
113
|
+
background-color: rgb(212 212 212);
|
|
114
114
|
border-radius: 2px;
|
|
115
115
|
color: #141b5c !important;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.ns_navbar_first_level_item:hover {
|
|
119
|
-
background-color: rgb(
|
|
119
|
+
background-color: rgb(212 212 212);
|
|
120
120
|
border-radius: 2px;
|
|
121
121
|
color: #141b5c;
|
|
122
122
|
}
|
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.411",
|
|
12
12
|
"author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "./dist/main.js",
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
.ns_dialog_container {
|
|
2
|
-
background-color: #00000080;
|
|
3
|
-
width: 100%;
|
|
4
|
-
height: 100%;
|
|
5
|
-
position: fixed;
|
|
6
|
-
top: 0;
|
|
7
|
-
right: 0;
|
|
8
|
-
z-index: 99;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
1
|
.ns_dialog_content {
|
|
12
2
|
border: 8px solid rgb(233, 232, 232);
|
|
13
3
|
border-radius: 24px;
|
|
@@ -17,8 +7,8 @@
|
|
|
17
7
|
max-width: 992px;
|
|
18
8
|
min-height: 150px;
|
|
19
9
|
padding: 16px 16px;
|
|
20
|
-
position:
|
|
21
|
-
|
|
10
|
+
position: absolute;
|
|
11
|
+
right: 0;
|
|
22
12
|
color: black;
|
|
23
13
|
cursor: default;
|
|
24
14
|
}
|
|
@@ -31,7 +21,11 @@
|
|
|
31
21
|
}
|
|
32
22
|
|
|
33
23
|
.ns_dialog_background {
|
|
24
|
+
background-color: #00000080;
|
|
34
25
|
width: 100%;
|
|
35
26
|
height: 100%;
|
|
36
|
-
position:
|
|
27
|
+
position: fixed;
|
|
28
|
+
top: 0;
|
|
29
|
+
right: 0;
|
|
30
|
+
z-index: 99;
|
|
37
31
|
}
|
|
@@ -110,13 +110,13 @@
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.ns_navbar_first_level_item a:hover {
|
|
113
|
-
background-color: rgb(
|
|
113
|
+
background-color: rgb(212 212 212);
|
|
114
114
|
border-radius: 2px;
|
|
115
115
|
color: #141b5c !important;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.ns_navbar_first_level_item:hover {
|
|
119
|
-
background-color: rgb(
|
|
119
|
+
background-color: rgb(212 212 212);
|
|
120
120
|
border-radius: 2px;
|
|
121
121
|
color: #141b5c;
|
|
122
122
|
}
|