Skip to content

Commit

Permalink
Merge pull request #8 from eosdac/dev
Browse files Browse the repository at this point in the history
Updating Master from Dev
  • Loading branch information
piecesnbits authored Sep 16, 2019
2 parents e43e372 + c42e96b commit bdc8218
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 13 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;

}
2 changes: 1 addition & 1 deletion components/partners.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
>
<div class="row items-center">
<img :style="style" :src="p.logo" />
<span>{{ p.name }}</span>
<div>{{ p.name }}</div>
</div>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
class="float-right"
color="bg2"
:label="$t('index.open_discord')"
@click.native="openURL($configFile.get('external').discordUrl)"
@click.native="openURL($configFile.get('external').discord)"
/>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion statics/config/config.jungle.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"custodian": {
"name": "dacelections",
"memo": "dacelections",
"enable_voting" : true
},
"bot":{
Expand Down
1 change: 0 additions & 1 deletion statics/config/config.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
},
"custodian": {
"name": "daccustodian",
"memo": "daccustodian",
"enable_voting" : true
},
"bot":{
Expand Down
8 changes: 7 additions & 1 deletion statics/config/credits.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
"name": "Quasar Framework",
"url": "https://quasar.dev/",
"logo": "https://cdn.quasar.dev/logo/svg/quasar-logo.svg"
},
{
"name": "Decentium",
"url": "https://decentium.org/",
"logo": "https://avatars3.githubusercontent.com/u/49416696?s=100&v=4"
}
]
}
}

27 changes: 19 additions & 8 deletions statics/config/theme.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
{
"is_dark": true,
"colors": {
"$primary" : "#4a1289",
"$bg1" : "#1e2128",
"$bg2" : "#272b35",
"$text1" : "hsla(0,0%,100%,0.9)",
"$text2" : "hsla(0,0%,100%,0.7)"
}
"is_dark": true,
"colors": {
"$primary": "#4a1289",
"$bg1": "#1e2128",
"$bg2": "#272b35",
"$text1": "#f5f5f5",
"$text2": "#c2c2c2",
"$info": "#31ccec",
"$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 bdc8218

Please sign in to comment.