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
24 lines
456 B
Plaintext
24 lines
456 B
Plaintext
@import '../../../../scss/styles';
|
|
|
|
@layer payload-default {
|
|
.query-preset-where-field {
|
|
.field-label {
|
|
margin-bottom: calc(var(--base) / 2);
|
|
}
|
|
|
|
.value-wrapper {
|
|
background-color: var(--theme-elevation-50);
|
|
padding: var(--base);
|
|
}
|
|
}
|
|
|
|
.query-preset-where-field {
|
|
.pill {
|
|
&--style-always-white {
|
|
background: var(--theme-elevation-250);
|
|
color: var(--theme-elevation-1000);
|
|
}
|
|
}
|
|
}
|
|
}
|