Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
31 lines
644 B
Plaintext
31 lines
644 B
Plaintext
@layer payload-default {
|
|
.move-folder-drawer {
|
|
&__body-section {
|
|
display: grid;
|
|
grid-template-rows: auto 1fr;
|
|
gap: var(--base);
|
|
}
|
|
|
|
&__breadcrumbs-section {
|
|
padding: calc(var(--base) * 0.75) var(--gutter-h);
|
|
border-bottom: 1px solid var(--theme-elevation-100);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
.move-folder-drawer__add-folder-button {
|
|
margin-left: var(--base);
|
|
}
|
|
}
|
|
|
|
&__folder-breadcrumbs-root {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: calc(var(--base) / 2);
|
|
}
|
|
|
|
.item-card-grid__title {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|