@neo4j-ndl/base 0.9.1 → 0.9.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/CHANGELOG.md
CHANGED
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -420,7 +420,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
420
420
|
*/
|
|
421
421
|
/**
|
|
422
422
|
* Do not edit directly
|
|
423
|
-
* Generated on Tue, 08 Nov 2022
|
|
423
|
+
* Generated on Tue, 08 Nov 2022 14:37:55 GMT
|
|
424
424
|
*/
|
|
425
425
|
:root {
|
|
426
426
|
--border-radius-sm: 4px;
|
|
@@ -2622,6 +2622,15 @@ a.ndl-btn{
|
|
|
2622
2622
|
width: 14px;
|
|
2623
2623
|
border-width: 2px;
|
|
2624
2624
|
}
|
|
2625
|
+
.ndl-spin-wrapper.medium {
|
|
2626
|
+
height: 24px;
|
|
2627
|
+
width: 24px;
|
|
2628
|
+
}
|
|
2629
|
+
.ndl-spin-wrapper.medium .spin::before {
|
|
2630
|
+
height: 24px;
|
|
2631
|
+
width: 24px;
|
|
2632
|
+
border-width: 2px;
|
|
2633
|
+
}
|
|
2625
2634
|
.ndl-spin-wrapper.large {
|
|
2626
2635
|
height: 30px;
|
|
2627
2636
|
width: 30px;
|
package/lib/tokens/js/tokens.js
CHANGED