move styles to global file

pull/1/head
greg 7 years ago
parent 25c03e2f67
commit 102151ed4f
  1. 5
      src/app/tabs/compile-tab.js
  2. 5
      src/universal-dapp-styles.js

@ -294,11 +294,6 @@ const css = csjs`
display: flex;
align-items: center;
}
.hideWarningsContainer {
display: flex;
align-items: center;
margin-left: 2%
}
.autocompile {}
.autocompileTitle {
font-weight: bold;

@ -241,6 +241,11 @@ var css = csjs`
padding-right: 26px;
padding-top: 5px;
float: right;
},
.hideWarningsContainer {
display: flex;
align-items: center;
margin-left: 2%
}
`

Loading…
Cancel
Save