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 {
|
package/package.json
CHANGED
|
@@ -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 {
|