diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..4c1fa97 --- /dev/null +++ b/index.html @@ -0,0 +1,46 @@ + + <!DOCTYPE html> + <html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="storybook-version" content="3.1.9"> + <meta content="IE=edge" http-equiv="X-UA-Compatible" /> + <title>Storybook</title> + <style> + /* + When resizing panels, the drag event breaks if the cursor + moves over the iframe. Add the 'dragging' class to the body + at drag start and remove it when the drag ends. + */ + .dragging iframe { + pointer-events: none; + } + + /* Styling the fuzzy search box placeholders */ + .searchBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */ + color: #ddd; + font-size: 16px; + } + + .searchBox::-moz-placeholder { /* Firefox 19+ */ + color: #ddd; + font-size: 16px; + } + + .searchBox:focus{ + border-color: #EEE !important; + } + + .btn:hover{ + background-color: #eee + } + </style> + + </head> + <body style="margin: 0;"> + <div id="root"></div> + <script src="static/manager.b61c3d368546153d0e7a.bundle.js"></script> + </body> + </html> +
\ No newline at end of file |