Trying out new style guide

pull/1/head
ninabreznik 7 years ago committed by yann300
parent 303005cc3c
commit 7bfd03eb1c
  1. 3
      src/app/tabs/compile-tab.js
  2. 1
      src/app/tabs/run-tab.js
  3. 1
      src/app/ui/dropdown.js
  4. 4
      src/universal-dapp.js

@ -62,6 +62,7 @@ var css = csjs`
} }
.compileButton { .compileButton {
${styles.button} ${styles.button}
background-color: ${styles.elementColors.rightPanel_compileTab_compileButton_BackgroundColor};
width: 120px; width: 120px;
min-width: 110px; min-width: 110px;
margin-right: 1%; margin-right: 1%;
@ -85,9 +86,11 @@ var css = csjs`
} }
.details { .details {
${styles.button} ${styles.button}
background-color: ${styles.elementColors.rightPanel_compileTab_otherButtons_BackgroundColor};
} }
.publish { .publish {
${styles.button} ${styles.button}
background-color: ${styles.elementColors.rightPanel_compileTab_otherButtons_BackgroundColor};
margin-left: 2%; margin-left: 2%;
width: 120px; width: 120px;
} }

@ -47,7 +47,6 @@ var css = csjs`
} }
.select { .select {
${styles.dropdown} ${styles.dropdown}
text-align: center;
font-weight: normal; font-weight: normal;
min-width: 150px; min-width: 150px;
} }

@ -9,7 +9,6 @@ var styles = styleGuide()
var css = csjs` var css = csjs`
.dropdown { .dropdown {
${styles.dropdown} ${styles.dropdown}
color: : ${styles.colors.black};
overflow : visible; overflow : visible;
position : relative; position : relative;
display : flex; display : flex;

@ -31,16 +31,14 @@ var css = csjs`
align-items: center; align-items: center;
} }
.title { .title {
font-size: 11px;
${styles.dropdown} ${styles.dropdown}
font-size: 11px;
width: 400px; width: 400px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center;
overflow: hidden; overflow: hidden;
word-break: break-word; word-break: break-word;
line-height: initial; line-height: initial;
background-color: ${styles.colors.general_BackgroundColor};
} }
.titleText { .titleText {
margin-right: 1em; margin-right: 1em;

Loading…
Cancel
Save