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
26 lines
436 B
Plaintext
26 lines
436 B
Plaintext
@import '../../scss/styles';
|
|
|
|
@layer payload-default {
|
|
.icon--chevron {
|
|
height: var(--base);
|
|
width: var(--base);
|
|
|
|
.stroke {
|
|
fill: none;
|
|
stroke: currentColor;
|
|
stroke-width: $style-stroke-width-s;
|
|
vector-effect: non-scaling-stroke;
|
|
}
|
|
|
|
&.icon--size-large {
|
|
height: var(--base);
|
|
width: var(--base);
|
|
}
|
|
|
|
&.icon--size-small {
|
|
height: 12px;
|
|
width: 12px;
|
|
}
|
|
}
|
|
}
|