shared-ritm 1.0.96 → 1.0.98

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-ritm",
3
- "version": "1.0.96",
3
+ "version": "1.0.98",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -12,7 +12,10 @@
12
12
  padding: 30px;
13
13
  border-radius: 8px;
14
14
  background: #fff;
15
- box-shadow: 0px 6px 58px 0px rgba(0, 49, 122, 0.1);
15
+ outline: 4px solid #598dd5;
16
+ outline-offset: -3px;
17
+ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px #c4d7f1 inset,
18
+ 0px 0px 6.4px 3px rgba(31, 82, 159, 0.5), 0px 6px 58px 0px rgba(0, 49, 122, 0.1);
16
19
  }
17
20
 
18
21
  @media (max-width: 1440px) {