namirasoft-site-react 1.3.406 → 1.3.407
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.
|
@@ -155,17 +155,19 @@
|
|
|
155
155
|
margin-top: -20% !important;
|
|
156
156
|
margin-left: 100%;
|
|
157
157
|
}
|
|
158
|
+
|
|
159
|
+
.ns_navbar_second_level_item a {
|
|
160
|
+
color: #000 !important;
|
|
161
|
+
}
|
|
158
162
|
}
|
|
159
163
|
|
|
160
164
|
.ns_navbar_first_level_item a {
|
|
161
165
|
color: #fff;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.ns_navbar_second_level_item a {
|
|
165
|
-
color: #000 !important;
|
|
166
166
|
width: 100%;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
+
|
|
170
|
+
|
|
169
171
|
.ns_navbar_second_level_item a:hover {
|
|
170
172
|
background-color: rgba(178, 187, 217, 1);
|
|
171
173
|
}
|
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.407",
|
|
12
12
|
"author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "./dist/main.js",
|
|
@@ -155,17 +155,19 @@
|
|
|
155
155
|
margin-top: -20% !important;
|
|
156
156
|
margin-left: 100%;
|
|
157
157
|
}
|
|
158
|
+
|
|
159
|
+
.ns_navbar_second_level_item a {
|
|
160
|
+
color: #000 !important;
|
|
161
|
+
}
|
|
158
162
|
}
|
|
159
163
|
|
|
160
164
|
.ns_navbar_first_level_item a {
|
|
161
165
|
color: #fff;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.ns_navbar_second_level_item a {
|
|
165
|
-
color: #000 !important;
|
|
166
166
|
width: 100%;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
+
|
|
170
|
+
|
|
169
171
|
.ns_navbar_second_level_item a:hover {
|
|
170
172
|
background-color: rgba(178, 187, 217, 1);
|
|
171
173
|
}
|