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
16 lines
357 B
Plaintext
16 lines
357 B
Plaintext
@import '../../scss/styles';
|
|
|
|
@layer payload-default {
|
|
.id-label {
|
|
font-size: base(0.8);
|
|
line-height: base(1.2);
|
|
font-weight: normal;
|
|
color: var(--theme-elevation-600);
|
|
background: var(--theme-elevation-100);
|
|
padding: base(0.2) base(0.4);
|
|
border-radius: $style-radius-m;
|
|
display: inline-flex;
|
|
width: fit-content;
|
|
}
|
|
}
|