Added storybook stories

This commit is contained in:
Cássio Zen
2016-07-05 15:48:18 -03:00
parent 4f7df1b911
commit 409f0e2ec0
8 changed files with 107 additions and 5 deletions

View File

@ -2,11 +2,16 @@ html {
box-sizing: border-box;
}
html, body, #appRoot, #appRoot > * {
body {
font-family: sans-serif;
margin: 0;
height: 100%;
}
:global #root, :global #root > * {
height: 100%;
}
h1, h2, h3, h4, h5, h6, p, blockquote, figure, dl, ol, ul {
margin: 0;
padding: 0;