andoncloud-dashboard-toolkit 1.2.1 → 1.2.2
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/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7980,7 +7980,10 @@ var styles$1 = {
|
|
|
7980
7980
|
border: '1px solid rgba(255, 255, 255, 0.2)',
|
|
7981
7981
|
borderTop: 'none',
|
|
7982
7982
|
borderRadius: '4px',
|
|
7983
|
-
boxShadow: '0px 4px 8px rgba(0, 0, 0, 0.25)'
|
|
7983
|
+
boxShadow: '0px 4px 8px rgba(0, 0, 0, 0.25)',
|
|
7984
|
+
'&:last-child': {
|
|
7985
|
+
paddingBottom: 0
|
|
7986
|
+
}
|
|
7984
7987
|
}
|
|
7985
7988
|
};
|
|
7986
7989
|
|