Skip to content

Commit

Permalink
fixup! Refactor(web): Update UNSTABLE_EmptyState according to design …
Browse files Browse the repository at this point in the history
…#DS-1311
  • Loading branch information
curdaj committed Jun 21, 2024
1 parent 73ad68f commit 83a6769
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 400px;
}
16 changes: 10 additions & 6 deletions packages/web/src/scss/components/UNSTABLE_EmptyState/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ <h2 class="docs-Heading">Default</h2>
<h2 class="typography-heading-xsmall-text">Headline</h2>
<p class="typography-body-medium-text-regular">In publishing and graphic design, lorem ipsum is common placeholder text used to demonstrate the graphic elements</p>
</div>
<div class="UNSTABLE_ActionLayout">
<a class="Button Button--primary Button--medium" href="#">Action</a>
<a class="Button Button--secondary Button--medium" href="#">Action</a>
<div class="Stack UNSTABLE_EmptyState__section">
<div class="UNSTABLE_ActionLayout">
<a class="Button Button--primary Button--medium" href="#">Action</a>
<a class="Button Button--secondary Button--medium" href="#">Action</a>
</div>
</div>
<div class="Stack UNSTABLE_EmptyState__section">
<a href="#" class="link-primary">Link to something</a>
Expand All @@ -35,9 +37,11 @@ <h2 class="typography-heading-xsmall-text">Headline</h2>
<h2 class="typography-heading-xsmall-text">Headline</h2>
<p class="typography-body-medium-text-regular">In publishing and graphic design, lorem ipsum is common placeholder text used to demonstrate the graphic elements</p>
</div>
<div class="UNSTABLE_ActionLayout">
<a class="Button Button--primary Button--medium" href="#">Action</a>
<a class="Button Button--secondary Button--medium" href="#">Action</a>
<div class="Stack UNSTABLE_EmptyState__section">
<div class="UNSTABLE_ActionLayout">
<a class="Button Button--primary Button--medium" href="#">Action</a>
<a class="Button Button--secondary Button--medium" href="#">Action</a>
</div>
</div>
</div>

Expand Down

0 comments on commit 83a6769

Please sign in to comment.