index.html 1.06 KB
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>React App Setup</title>
    <link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.css" rel="stylesheet">
    <style>
      .meta-element {
        border: 1px solid #eee;
        padding: 10px;
        margin-bottom: 10px;
        width: 100px;
      }

      .input-meta-element {
        border: 1px solid #eee;
        margin-bottom: 10px;
        width: 100px;
      }

      .dropzone {
        border: 1px solid #999;
        min-height: 600px;
        position: relative;
        border-top: none;
        border-bottom: none;
        padding: 10px;
      }

      .top-header {
        padding: 20px;
        border: 1px solid #999;
      }

      .sidebar {
        padding-left: 25px;
      }

      #app {
        border-bottom: 1px solid #999;
      }

      .sidebar-header {
        margin-left: 55px;
      }

      .alert {
        padding: 0;
      }

      .mr15 {
        margin-right: 15px;
      }
    </style>
  </head>
  <body>
    <div id="root">

    </div>
  </body>
</html>