Skip to content

Commit

Permalink
changes to resolve issue eosdac/eosdac-client#89
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Sep 2, 2019
1 parent 63cce7a commit c42e96b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
16 changes: 16 additions & 0 deletions branding/css/extended.styl
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
//use this file for your custom css

.big_logo{
position:absolute;
width:100%;
height:100%;
background-image: url('../extensions/branding/images/logo/background-logo-alpha-white.svg');
background-repeat: no-repeat;

}
.bg-logo{
background-image: url('../extensions/branding/images/logo/background-logo-alpha-white.svg');
background-repeat: no-repeat;
background-size: 500px;
background-position: bottom -260px right -250px;

}
7 changes: 7 additions & 0 deletions statics/config/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,12 @@
"$positive": "#21ba45",
"$negative": "#db2828",
"$dark": "#272b36"
},
"images": {
"logo_url": "../extensions/branding/images/logo/logo-main.svg",
"logo_notext_url": "../extensions/branding/images/logo/logo-notext.svg",
"background_url": "",
"favicon_url": "https://members.eosdac.io/branding/images/icons/favicon-32x32.png",
"dac_currency_url": ""
}
}

0 comments on commit c42e96b

Please sign in to comment.