about summary refs log tree commit diff
path: root/storybook/storybook.css
diff options
context:
space:
mode:
authorKai Schaper <303@posteo.de>2016-10-11 04:07:32 +0200
committerKai Schaper <303@posteo.de>2016-10-11 20:19:03 +0200
commit4eeb7947bd9209ec137a032cf66c47041c27c07e (patch)
treef7f50ebd69898b4f532849f4a08e822d5c627db7 /storybook/storybook.css
parent71e7537330596adbaa5521c0515e03f701ec7ef9 (diff)
add stylesheet; add story for Button component
Diffstat (limited to 'storybook/storybook.css')
-rw-r--r--storybook/storybook.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/storybook/storybook.css b/storybook/storybook.css
new file mode 100644
index 000000000..3bda9e64c
--- /dev/null
+++ b/storybook/storybook.css
@@ -0,0 +1,3 @@
+#root {
+  padding: 4rem;
+}