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
477 B
Plaintext
25 lines
477 B
Plaintext
.drawer-action-header {
|
|
padding-top: calc(var(--base) * 2);
|
|
padding-bottom: calc(var(--base) * 1);
|
|
border-bottom: 1px solid var(--theme-elevation-100);
|
|
|
|
&__content {
|
|
margin-left: var(--gutter-h);
|
|
margin-right: var(--gutter-h);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
&__title {
|
|
margin: 0;
|
|
}
|
|
|
|
&__actions {
|
|
display: flex;
|
|
margin-left: auto;
|
|
padding-left: var(--base);
|
|
gap: var(--base);
|
|
}
|
|
}
|