move styles to global file

pull/3094/head
greg 7 years ago committed by yann300
parent 9c00c364e6
commit c0dc843eb1
  1. 5
      src/app/tabs/compile-tab.js
  2. 5
      src/universal-dapp-styles.js

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

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

Loading…
Cancel
Save