Skip to content

Commit 540d034

Browse files
dylanatsmithCopilot
andcommitted
Revert Blankslate action margin changes
Restore the original .blankslate-action margins; only the heading and body text sizes remain compacted. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d63215c commit 540d034

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/primer/beta/blankslate.pcss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959
}
6060

6161
.blankslate-action {
62-
margin-top: var(--stack-gap-condensed);
62+
margin-top: var(--stack-gap-normal);
6363

6464
&:first-of-type {
65-
margin-top: var(--stack-gap-normal);
65+
margin-top: var(--stack-gap-spacious);
6666
}
6767

6868
&:last-of-type {
69-
margin-bottom: calc(var(--stack-gap-condensed) / 2);
69+
margin-bottom: var(--stack-gap-condensed);
7070
}
7171
}
7272

0 commit comments

Comments
 (0)