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
36 lines
550 B
Plaintext
36 lines
550 B
Plaintext
@import '../../scss/styles.scss';
|
|
|
|
@layer payload-default {
|
|
.array-actions {
|
|
&__button {
|
|
@extend %btn-reset;
|
|
cursor: pointer;
|
|
border-radius: 100px;
|
|
|
|
&:hover {
|
|
background: var(--theme-elevation-0);
|
|
}
|
|
}
|
|
|
|
&__actions {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
&__action {
|
|
display: flex;
|
|
gap: calc(var(--base) / 2);
|
|
align-items: center;
|
|
|
|
svg {
|
|
position: relative;
|
|
|
|
.stroke {
|
|
stroke-width: 1px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|