ros.grant.common 2.0.1435 → 2.0.1437
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/Shared/Styles/myrtex-lib/components/table/table-types.less +2 -2
- package/Shared/Styles/myrtex-lib/components/wrappers/content-title-wrapper/content-title-wrapper.less +1 -1
- package/Shared/Styles/myrtex-lib/components/wrappers/content-wrapper/content-wrapper.less +1 -1
- package/package.json +1 -1
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
padding-left: 24px;
|
|
101
101
|
padding-right: 24px;
|
|
102
102
|
background: #FFFFFF;
|
|
103
|
-
box-shadow: 0px 1px 4px
|
|
103
|
+
box-shadow: 0px 1px 4px rgba(59, 67, 87, 0.1);
|
|
104
104
|
border-radius: 4px;
|
|
105
105
|
}
|
|
106
106
|
}
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
.mrx-table__wrapper {
|
|
109
109
|
&--substrate {
|
|
110
110
|
background: #FFFFFF;
|
|
111
|
-
box-shadow: 0px 1px 4px
|
|
111
|
+
box-shadow: 0px 1px 4px rgba(59, 67, 87, 0.1);
|
|
112
112
|
border-radius: 4px;
|
|
113
113
|
}
|
|
114
114
|
}
|
package/package.json
CHANGED