@neo4j-ndl/base 2.11.12 → 2.11.13
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/cjs/tokens/js/storybook-design-token.js +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.js +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +1 -1
- package/lib/esm/tokens/js/tokens.js +1 -1
- package/lib/neo4j-ds-styles.css +2 -5
- package/lib/tokens/css/tokens.css +1 -1
- package/lib/tokens/js/tokens-raw.js +1 -1
- package/lib/tokens/js/tokens.js +1 -1
- package/lib/tokens/scss/tokens.scss +1 -1
- package/lib/types/tokens/js/storybook-design-token.d.ts +1 -1
- package/package.json +1 -1
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -3123,10 +3123,6 @@ a.ndl-btn {
|
|
|
3123
3123
|
padding-left:24px;
|
|
3124
3124
|
padding-right:24px;
|
|
3125
3125
|
}
|
|
3126
|
-
.ndl-drawer .ndl-drawer-close-button {
|
|
3127
|
-
position:absolute;
|
|
3128
|
-
top:16px;
|
|
3129
|
-
}
|
|
3130
3126
|
.ndl-drawer.ndl-drawer-left {
|
|
3131
3127
|
border-right-width:1px;
|
|
3132
3128
|
border-style:solid;
|
|
@@ -3140,7 +3136,8 @@ a.ndl-btn {
|
|
|
3140
3136
|
.ndl-drawer .ndl-drawer-close-button {
|
|
3141
3137
|
position:absolute;
|
|
3142
3138
|
left:unset;
|
|
3143
|
-
right:
|
|
3139
|
+
right:20px;
|
|
3140
|
+
top:20px;
|
|
3144
3141
|
}
|
|
3145
3142
|
.ndl-drawer .ndl-drawer-header {
|
|
3146
3143
|
margin-right:48px;
|
package/lib/tokens/js/tokens.js
CHANGED