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
38 lines
624 B
Plaintext
38 lines
624 B
Plaintext
@import '../../../scss/styles.scss';
|
|
|
|
@layer payload-default {
|
|
.upload--has-many {
|
|
position: relative;
|
|
max-width: 100%;
|
|
|
|
&__drag {
|
|
&[aria-disabled='true'] {
|
|
&:hover {
|
|
cursor: default;
|
|
}
|
|
}
|
|
}
|
|
|
|
&__draggable-rows {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: calc(var(--base) / 4);
|
|
}
|
|
|
|
&__dragItem {
|
|
.icon--drag-handle {
|
|
color: var(--theme-elevation-400);
|
|
}
|
|
|
|
.thumbnail {
|
|
width: 26px;
|
|
height: 26px;
|
|
}
|
|
|
|
.uploadDocRelationshipContent__details {
|
|
line-height: 1.2;
|
|
}
|
|
}
|
|
}
|
|
}
|