Skip to content

Commit

Permalink
Tweak Storybook doc styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 11, 2023
1 parent ff6ee7a commit 9460a31
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .storybook/storybook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,27 @@
}
}

#storybook-docs {
div.docs-story {
background-position:
16px 16px,
16px 16px,
16px 16px,
16px 16px !important;

> div {
margin: 0;
padding: 1rem;

.innerZoomElementWrapper {
> * {
border: none !important;
}
}
}
}
}

.sb-story.sb-unstyled {
@include colour.colour-css-vars;

Expand Down

0 comments on commit 9460a31

Please sign in to comment.