namirasoft-site-react 1.3.493 → 1.3.494

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.
@@ -77,6 +77,10 @@
77
77
  position: relative;
78
78
  }
79
79
 
80
+ .ns_header_icon img:hover {
81
+ scale: 1.2;
82
+ }
83
+
80
84
  .ns_navbar_items_container {
81
85
  margin-right: auto;
82
86
  margin-inline-end: auto;
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.493",
11
+ "version": "1.3.494",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -77,6 +77,10 @@
77
77
  position: relative;
78
78
  }
79
79
 
80
+ .ns_header_icon img:hover {
81
+ scale: 1.2;
82
+ }
83
+
80
84
  .ns_navbar_items_container {
81
85
  margin-right: auto;
82
86
  margin-inline-end: auto;