index.html 1.17 KB
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>React App Setup</title>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
    <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>