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
31 lines
453 B
Plaintext
31 lines
453 B
Plaintext
.no-results {
|
|
padding-top: calc(var(--base) / 2);
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
border-radius: var(--style-radius-m);
|
|
|
|
h3 {
|
|
margin: 0;
|
|
}
|
|
|
|
p {
|
|
margin: calc(var(--base) / 2) 0 0 0;
|
|
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
&__actions {
|
|
display: flex;
|
|
gap: calc(var(--base) / 2);
|
|
margin-top: var(--base);
|
|
|
|
.btn {
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|