Remove old placeholder styles

This commit is contained in:
Tom Moor
2017-06-25 21:58:44 -07:00
parent e8423b6a67
commit cac4b0811b
2 changed files with 22 additions and 35 deletions

View File

@@ -9,30 +9,20 @@
padding: 0; padding: 0;
} }
body {
display: flex;
width: 100%;
height: 100%;
}
#root { #root {
flex: 1; flex: 1;
height: 100%; height: 100%;
} }
.container {
display: flex;
flex;
}
.header {
display: flex;
flex: 1;
height: 42px;
border-bottom: 1px solid #eee;
}
</style> </style>
</head> </head>
<body style='display: flex; width: 100%; height: 100%;'> <body>
<div id="root"> <div id="root"></div>
<div class="container">
<div class="header"></div>
</div>
</div>
<script src="/static/bundle.js"></script> <script src="/static/bundle.js"></script>
</body> </body>
</html> </html>

View File

@@ -1,6 +1,5 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>Atlas</title> <title>Atlas</title>
<style> <style>
@@ -12,8 +11,6 @@
} }
</style> </style>
</head> </head>
<body> <body>
</body> </body>
</html> </html>