Skip to content

Commit

Permalink
Example image
Browse files Browse the repository at this point in the history
  • Loading branch information
neillrobson committed May 22, 2024
1 parent addb411 commit 5a9028c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file added public/images/primary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/content/components/buttons/spec.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Use Primary buttons for:
  
<PendoButton label="Manage Features In-App" type="primary" />

**TODO**: Image examples
![primary button on Pendo dashboard](./images/primary.png)

### Secondary button

Expand Down
7 changes: 7 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ h5,
h6 {
font-family: Sora, Helvetica, Arial, sans-serif;
}

[mdxtype='MDXLayout'] img {
max-width: 95%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
margin: 0 auto;
display: block;
}

0 comments on commit 5a9028c

Please sign in to comment.