Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion special-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"license": "ISC",
"devDependencies": {
"@duckduckgo/design-tokens": "github:duckduckgo/design-tokens#v0.30.0",
"@duckduckgo/design-tokens": "github:duckduckgo/design-tokens#v0.32.0",
"@duckduckgo/messaging": "*",
"chokidar": "^5.0.0",
"fast-check": "^4.8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,26 @@
[data-item-state="dragging"] {
opacity: 0.4;
}

/* @todo rebrand: fold into base rules when the flag is retired. */
:global(body[data-rebrand="true"]) {
.icon {
margin-bottom: var(--ds-space-x02-5);
}
Comment thread
cursor[bot] marked this conversation as resolved.

.draggable {
display: flex;
box-sizing: border-box;
width: var(--icon-width);
height: var(--icon-width);
padding: var(--ds-space-x04);
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: var(--ds-radius-x04);
box-shadow:
0 0.25px 1px 0 var(--ds-color-theme-shadow-secondary),
0 1px 6px 0 var(--ds-color-theme-shadow-primary),
0 1px 3px 0 var(--ds-color-theme-shadow-secondary);
}
}
Loading