Skip to content

Commit

Permalink
Custom basic theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Michek committed Jul 19, 2017
1 parent 9c0641a commit a0c659d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
13 changes: 13 additions & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<style>
h3{
font-size: 0!important;
}
h3:after{
content: "Indigo-UI";
font-size: 12px!important;
}
</style>
<link rel="icon" type="image/png" href="./img/keboola-logo.png">
<script>
document.title = 'Indigo-UI';
</script>
Binary file added src/indigo/img/keboola-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 7 additions & 9 deletions src/indigo/less/indigo-storybook-wrapper.less
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#storybook-rendered {
@import 'indigo';
@import 'indigo';

body {
padding: 0 30px 30px;
}
body {
padding: 0 30px 30px;
}

#root > div > div:nth-child(2) {
padding: 16px 0;
}
}
#root > div > div:nth-child(2) {
padding: 16px 0;
}

0 comments on commit a0c659d

Please sign in to comment.