@neo4j-ndl/base 0.5.0 → 0.5.1
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/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
|
|
423
|
+
* Generated on Wed, 15 Jun 2022 09:40:10 GMT
|
|
424
424
|
*/
|
|
425
425
|
:root {
|
|
426
426
|
--border-radius-sm: 4px;
|
|
@@ -860,6 +860,8 @@ a.ndl-btn{
|
|
|
860
860
|
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
861
861
|
}
|
|
862
862
|
.ndl-icon-btn:not(.clean){
|
|
863
|
+
--tw-bg-opacity: 1;
|
|
864
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
863
865
|
--tw-ring-opacity: 1;
|
|
864
866
|
--tw-ring-color: rgb(1 139 255 / var(--tw-ring-opacity));
|
|
865
867
|
}
|
|
@@ -2817,16 +2819,22 @@ a.ndl-btn{
|
|
|
2817
2819
|
border-radius: 8px;
|
|
2818
2820
|
--tw-border-opacity: 1;
|
|
2819
2821
|
border-color: rgb(196 200 205 / var(--tw-border-opacity));
|
|
2822
|
+
padding: 0.25rem;
|
|
2820
2823
|
}
|
|
2821
2824
|
.ndl-drag-and-drop > div{
|
|
2822
2825
|
padding-top: 2rem;
|
|
2823
2826
|
padding-bottom: 2rem;
|
|
2824
2827
|
}
|
|
2825
|
-
.ndl-drag-and-drop .ndl-drag-and-drop-inner
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2828
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-inner{
|
|
2829
|
+
margin-left: auto;
|
|
2830
|
+
margin-right: auto;
|
|
2831
|
+
}
|
|
2832
|
+
.ndl-drag-and-drop .ndl-drag-and-drop-inner-content{
|
|
2833
|
+
display: flex;
|
|
2834
|
+
height: 100%;
|
|
2835
|
+
flex-direction: column;
|
|
2836
|
+
justify-content: center;
|
|
2837
|
+
}
|
|
2830
2838
|
.ndl-drag-and-drop svg{
|
|
2831
2839
|
margin-left: auto;
|
|
2832
2840
|
margin-right: auto;
|
|
@@ -3003,6 +3011,9 @@ a.ndl-btn{
|
|
|
3003
3011
|
.n-w-10{
|
|
3004
3012
|
width: 2.5rem;
|
|
3005
3013
|
}
|
|
3014
|
+
.n-w-40{
|
|
3015
|
+
width: 10rem;
|
|
3016
|
+
}
|
|
3006
3017
|
.n-w-6{
|
|
3007
3018
|
width: 1.5rem;
|
|
3008
3019
|
}
|
package/lib/tokens/js/tokens.js
CHANGED