update style

pull/1/head
Grandschtroumpf 6 years ago committed by yann300
parent 0b2f8be36f
commit 7dbcd4f134
  1. 61
      src/app/tabs/styles/compile-tab-styles.js

@ -3,6 +3,9 @@ const csjs = require('csjs-inject')
// const styles = styleGuide.chooser()
const css = csjs`
.compilerArticle {
padding: 10px;
}
.title {
font-size: 1.1em;
font-weight: bold;
@ -28,24 +31,14 @@ const css = csjs`
overflow: auto;
clear: both;
}
.select {
font-weight: bold;
margin: 10px 0px;
}
.info {
padding: 10px;
word-break: break-word;
}
.compileTabView {
padding: 2%;
}
.contract {
display: block;
margin: 3% 0;
}
.compileContainer {
margin-bottom: 2%;
}
.autocompileContainer {
display: flex;
align-items: center;
@ -69,11 +62,12 @@ const css = csjs`
.warnCompilationSlow {
margin-left: 1%;
}
.compileButtons {
.compilerConfig {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-end;
}
.compilerConfig label {
margin: 0;
}
.name {
display: flex;
@ -96,48 +90,27 @@ const css = csjs`
margin: 0;
margin-bottom: 2%;
}
.contractContainer {
display: flex;
align-items: center;
margin-bottom: 2%;
}
.optimizeContainer {
display: flex;
}
.contractNames {
width:78%;
.noContractAlert {
display: flex;
justify-content: center;
align-items: center;
}
.contractHelperButtons {
margin-top: 10px;
display: flex;
cursor: pointer;
text-align: center;
justify-content: flex-end;
margin: 15px 15px 10px 0;
}
.copyButton {
padding: 0 7px;
min-width: 50px;
width: auto;
margin-left: 5px;
background-color: inherit;
border: inherit;
align-items: center;
justify-content: space-between;
}
.bytecodeButton {
min-width: 80px;
.copyToClipboard {
font-size: 1rem;
}
.copyIcon {
margin-right: 5px;
}
.details {
min-width: 70px;
width: 80px;
}
.publish {
display: flex;
align-items: center;
margin-left: 10px;
cursor: pointer;
}
.log {
display: flex;
flex-direction: column;

Loading…
Cancel
Save