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
25 lines
571 B
Plaintext
25 lines
571 B
Plaintext
@import '../../../../../scss/styles.scss';
|
|
|
|
@layer payload-default {
|
|
.bool-cell {
|
|
font-size: 1rem;
|
|
line-height: base(1);
|
|
border: 0;
|
|
display: inline-flex;
|
|
vertical-align: middle;
|
|
background: var(--theme-elevation-150);
|
|
color: var(--theme-elevation-800);
|
|
border-radius: $style-radius-s;
|
|
padding: 0 base(0.25);
|
|
[dir='ltr'] & {
|
|
padding-left: base(0.0875 + 0.25);
|
|
}
|
|
[dir='rtl'] & {
|
|
padding-right: base(0.0875 + 0.25);
|
|
}
|
|
|
|
background: var(--theme-elevation-100);
|
|
color: var(--theme-elevation-800);
|
|
}
|
|
}
|