From c42e96bae3ec4b20510d8e21f64dd54464135d41 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 2 Sep 2019 10:00:28 +0200 Subject: [PATCH] changes to resolve issue https://github.com/eosdac/eosdac-client/issues/89 --- branding/css/extended.styl | 16 ++++++++++++++++ statics/config/theme.json | 7 +++++++ 2 files changed, 23 insertions(+) diff --git a/branding/css/extended.styl b/branding/css/extended.styl index 21bf81d..67841c7 100644 --- a/branding/css/extended.styl +++ b/branding/css/extended.styl @@ -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; + +} diff --git a/statics/config/theme.json b/statics/config/theme.json index a12596d..fcadfc8 100644 --- a/statics/config/theme.json +++ b/statics/config/theme.json @@ -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": "" } } \ No newline at end of file