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
549 B
Plaintext
31 lines
549 B
Plaintext
@layer payload-default {
|
|
.bulk-upload--add-files {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
&__dropArea {
|
|
height: 100%;
|
|
padding: calc(var(--base) * 2) var(--gutter-h);
|
|
}
|
|
|
|
.dropzone {
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
display: flex;
|
|
gap: var(--base);
|
|
background-color: var(--theme-elevation-50);
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
&__dragAndDropText {
|
|
margin: 0;
|
|
text-transform: lowercase;
|
|
align-self: center;
|
|
}
|
|
}
|
|
}
|