namirasoft-site-react 1.3.290 → 1.3.291

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.
@@ -29,4 +29,7 @@
29
29
  .ns_red {
30
30
  border: 3px solid red;
31
31
  box-shadow: 1px 1px 8px 0px red;
32
+ }
33
+ .ns_exit_icon{
34
+ cursor: pointer;
32
35
  }
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.290",
11
+ "version": "1.3.291",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -29,4 +29,7 @@
29
29
  .ns_red {
30
30
  border: 3px solid red;
31
31
  box-shadow: 1px 1px 8px 0px red;
32
+ }
33
+ .ns_exit_icon{
34
+ cursor: pointer;
32
35
  }