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
23 lines
340 B
Plaintext
23 lines
340 B
Plaintext
@import '../../scss/styles.scss';
|
|
|
|
@layer payload-default {
|
|
.sort-row {
|
|
opacity: 0.3;
|
|
cursor: not-allowed;
|
|
|
|
&.active {
|
|
cursor: grab;
|
|
opacity: 1;
|
|
}
|
|
|
|
&__icon {
|
|
height: 22px;
|
|
width: 22px;
|
|
margin-left: -2px;
|
|
margin-top: -2px;
|
|
display: block;
|
|
width: min-content;
|
|
}
|
|
}
|
|
}
|