Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

45 строки
1.2 KiB

  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>