specing the terminal bg img in the style-guide not here

pull/3094/head
Rob Stupay 7 years ago committed by yann300
parent 6edc145830
commit 920267e5ba
  1. 2
      src/app/panels/terminal.js

@ -82,7 +82,7 @@ var css = csjs`
padding-bottom : 3px;
overflow-y : auto;
font-family : monospace;
background-image : url(assets/img/remix_logo_white_512x512.svg);
background-image : ${styles.terminal.backgroundImage_Terminal};
opacity : 0.1;
top : 15%;
left : 33%;

Loading…
Cancel
Save