@nnc-digital/nnc-design-system 1.0.0-alpha7 → 1.0.0-alpha8
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/build/index.js +3 -4
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +3 -4
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -27000,10 +27000,9 @@ const Container$l = styled__default.default.main`
|
|
|
27000
27000
|
th {
|
|
27001
27001
|
padding: 10px;
|
|
27002
27002
|
text-align: left;
|
|
27003
|
-
|
|
27004
|
-
|
|
27005
|
-
|
|
27006
|
-
}
|
|
27003
|
+
}
|
|
27004
|
+
td > a {
|
|
27005
|
+
padding: 5px 10px;
|
|
27007
27006
|
}
|
|
27008
27007
|
th {
|
|
27009
27008
|
font-weight: bold;
|