@nnc-digital/nnc-design-system 1.0.0-alpha7 → 1.0.0-alpha9
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 +8 -3
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +8 -3
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.mjs.js
CHANGED
|
@@ -26987,11 +26987,16 @@ const Container$l = styled.main`
|
|
|
26987
26987
|
th {
|
|
26988
26988
|
padding: 10px;
|
|
26989
26989
|
text-align: left;
|
|
26990
|
+
}
|
|
26990
26991
|
|
|
26991
|
-
|
|
26992
|
-
|
|
26993
|
-
}
|
|
26992
|
+
td > a:only-child {
|
|
26993
|
+
padding: 5px 10px;
|
|
26994
26994
|
}
|
|
26995
|
+
|
|
26996
|
+
td > a:not(:only-child) {
|
|
26997
|
+
padding: 0;
|
|
26998
|
+
}
|
|
26999
|
+
|
|
26995
27000
|
th {
|
|
26996
27001
|
font-weight: bold;
|
|
26997
27002
|
}
|