Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 3 roky
1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <meta name="storybook-version" content="3.3.14">
  7. <meta content="IE=edge" http-equiv="X-UA-Compatible" />
  8. <title>Storybook</title>
  9. <style>
  10. /*
  11. When resizing panels, the drag event breaks if the cursor
  12. moves over the iframe. Add the 'dragging' class to the body
  13. at drag start and remove it when the drag ends.
  14. */
  15. .dragging iframe {
  16. pointer-events: none;
  17. }
  18. /* Styling the fuzzy search box placeholders */
  19. .searchBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  20. color: #ddd;
  21. font-size: 16px;
  22. }
  23. .searchBox::-moz-placeholder { /* Firefox 19+ */
  24. color: #ddd;
  25. font-size: 16px;
  26. }
  27. .searchBox:focus{
  28. border-color: #EEE !important;
  29. }
  30. .btn:hover{
  31. background-color: #eee
  32. }
  33. </style>
  34. </head>
  35. <body style="margin: 0;">
  36. <div id="root"></div>
  37. <script type="text/javascript" src="static/manager.37ffd224a2ba48f12423.bundle.js"></script></body>
  38. </html>