Simplify ui dev mode style

feature/default_network_editable
Dan Finlay 9 years ago
parent 28617d8710
commit edf681a1e8
  1. 2
      development/index.html
  2. 2
      ui-dev.js

@ -18,7 +18,7 @@ html, body, #app-content, .super-dev-container {
height: 100%;
width: 100%;
position: relative;
background: #cccccc;
background: white;
}
.mock-app-root {
background: #F7F7F7;

@ -71,7 +71,7 @@ render(
style: {
height: '500px',
width: '360px',
boxShadow: '2px 2px 5px grey',
boxShadow: 'grey 0px 2px 9px',
margin: '20px',
},
}, [

Loading…
Cancel
Save