Merge pull request #2645 from ethereum/styles

new logo on Homescreen and remix logo on home tab
pull/1/head
yann300 5 years ago committed by GitHub
commit f39e4d5f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      assets/img/sleepingRemiCroped.webp
  2. 6
      src/app/ui/landing-page/landing-page.js

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@ -57,7 +57,7 @@ let css = csjs`
} }
.logoContainer img{ .logoContainer img{
height: 150px; height: 150px;
opacity: 0.5; opacity: 0.7;
} }
.enviroments { .enviroments {
display: flex; display: flex;
@ -172,8 +172,8 @@ export class LandingPage extends ViewPlugin {
query.update({appVersion: '0.7.7'}) query.update({appVersion: '0.7.7'})
document.location.reload() document.location.reload()
} }
const img = yo`<img src="assets/img/hexagon-remix-greengrey-texture.png"></img>` const img = yo`<img src="assets/img/sleepingRemiCroped.webp"></img>`
let container = yo`<div class="${css.homeContainer} bg-light" data-id="landingPageHomeContainer"> const container = yo`<div class="${css.homeContainer} bg-light" data-id="landingPageHomeContainer">
<div> <div>
<div class="alert alert-info clearfix ${css.thisJumboton}"> <div class="alert alert-info clearfix ${css.thisJumboton}">
<div class="${css.headlineContainer}"> <div class="${css.headlineContainer}">

Loading…
Cancel
Save