namirasoft-site-react 1.3.368 → 1.3.369

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.
@@ -111,7 +111,6 @@
111
111
 
112
112
  .ns_navbar_first_level_item a:hover {
113
113
  background-color: rgba(178, 187, 217, 1);
114
- font-weight: 600;
115
114
  }
116
115
 
117
116
  @media (max-width: 768px) {
@@ -161,7 +160,6 @@
161
160
 
162
161
  .ns_navbar_second_level_item a:hover {
163
162
  background-color: rgba(178, 187, 217, 1);
164
- font-weight: 700;
165
163
  }
166
164
 
167
165
  .ns_navbar_second_level_item {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.368",
11
+ "version": "1.3.369",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -111,7 +111,6 @@
111
111
 
112
112
  .ns_navbar_first_level_item a:hover {
113
113
  background-color: rgba(178, 187, 217, 1);
114
- font-weight: 600;
115
114
  }
116
115
 
117
116
  @media (max-width: 768px) {
@@ -161,7 +160,6 @@
161
160
 
162
161
  .ns_navbar_second_level_item a:hover {
163
162
  background-color: rgba(178, 187, 217, 1);
164
- font-weight: 700;
165
163
  }
166
164
 
167
165
  .ns_navbar_second_level_item {