Skip to content

Commit

Permalink
docs: button docs improvements (#2054)
Browse files Browse the repository at this point in the history
* button docs improvements

* update button storyshot

* pr comments

* split button

* update storyshot
  • Loading branch information
mikerodonnell89 committed Jan 14, 2021
1 parent 3dc473a commit 73996fc
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 1,977 deletions.
11 changes: 11 additions & 0 deletions .storybook/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,17 @@ code.docs-code-grey {
background-color: #f8f8f8;
}

.fddocs-button-container {
&.fd-button,
&.fd-button-split,
.fd-button-split,
.fd-button {
margin-bottom: 5px;
}

display: block;
}

.fd-dialog,
.fd-message-box {
z-index: 101;
Expand Down

0 comments on commit 73996fc

Please sign in to comment.