namirasoft-site-react 1.3.144 → 1.3.147

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.
@@ -173,6 +173,7 @@
173
173
 
174
174
  .ns_navbar_parent_content img {
175
175
  margin-right: 32px !important;
176
+ cursor: pointer;
176
177
  }
177
178
 
178
179
  .ns_nav_second_item .dropdown-menu {
@@ -218,6 +219,7 @@
218
219
  background-size: contain;
219
220
  background-position: center;
220
221
  position: relative;
222
+ cursor: pointer;
221
223
  }
222
224
 
223
225
  .ns_navbar_notification_count {
@@ -26,7 +26,6 @@
26
26
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
27
27
  -webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
28
28
  -moz-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
29
- z-index: 10;
30
29
  }
31
30
 
32
31
  .ns_actions_hodler {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.144",
11
+ "version": "1.3.147",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -173,6 +173,7 @@
173
173
 
174
174
  .ns_navbar_parent_content img {
175
175
  margin-right: 32px !important;
176
+ cursor: pointer;
176
177
  }
177
178
 
178
179
  .ns_nav_second_item .dropdown-menu {
@@ -218,6 +219,7 @@
218
219
  background-size: contain;
219
220
  background-position: center;
220
221
  position: relative;
222
+ cursor: pointer;
221
223
  }
222
224
 
223
225
  .ns_navbar_notification_count {
@@ -26,7 +26,6 @@
26
26
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
27
27
  -webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
28
28
  -moz-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
29
- z-index: 10;
30
29
  }
31
30
 
32
31
  .ns_actions_hodler {