commit
9151d5cee9
11 changed files with 107 additions and 0 deletions
After Width: | Height: | Size: 5.3 KiB |
@ -0,0 +1,27 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
|
|||
<head> |
|||
<meta charset="utf-8"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|||
<meta content="IE=edge" http-equiv="X-UA-Compatible" /> |
|||
<base target="_parent"> |
|||
<script> |
|||
if (window.parent !== window) { |
|||
try { |
|||
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__; |
|||
} catch (error) { |
|||
// The above line can throw if we do not have access to the parent frame -- i.e. cross origin |
|||
} |
|||
} |
|||
</script> |
|||
<title>Storybook</title> |
|||
|
|||
</head> |
|||
|
|||
<body> |
|||
<div id="root"></div> |
|||
<div id="error-display"></div> |
|||
<script type="text/javascript" src="static/preview.2f7461dcb58e72af4dd4.bundle.js"></script></body> |
|||
|
|||
</html> |
@ -0,0 +1,44 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="utf-8"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|||
<meta name="storybook-version" content="3.4.8"> |
|||
<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 type="text/javascript" src="static/manager.1b2cb4d2bb77556a962b.bundle.js"></script></body> |
|||
</html> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue