Skip to content

Commit

Permalink
Added RA template, deleted footer in about page, changed color
Browse files Browse the repository at this point in the history
  • Loading branch information
timofeytrepalin committed Feb 3, 2023
1 parent 029d528 commit a22177d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions public/adar/template.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//name, wallet address, usd amount, token symbol
"Ted Cortez",000000000000000000000000000000000000000000000000,10,val
"Ted Cortez",000000000000000000000000000000000000000000000000,10,xor
"Honor Pearce",000000000000000000000000000000000000000000000000,1,pswap
"Rhianna Carpenter",000000000000000000000000000000000000000000000000,10,xor
"Ali Odonnell",000000000000000000000000000000000000000000000000,1,val
"Julian Jenkins",000000000000000000000000000000000000000000000000,1,val
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
</s-button>
</div>
</div>
<p class="route-assets-upload-template__label">Don’t have a template? <a class="route-assets__ref">Download</a></p>
<p class="route-assets-upload-template__label">
Don’t have a template? <a href="/adar/template.csv" download class="route-assets__ref">Download</a>
</p>
<input type="file" @change="uploadFile" ref="file" hidden accept=".csv" />
</div>
<div v-else class="container route-assets-upload-template">
Expand Down
1 change: 0 additions & 1 deletion src/modules/ADAR/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
</section>
</div>
<footer class="app-footer">
<web-3-logo :theme="libraryTheme" draggable="false" class="web3 unselectable" />
<div class="hr" />
</footer>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/styles/soramitsu-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ $s-color-base-on-disabled: #998888;
$s-color-base-on-accent: #FFFFFF;

$s-color-base-background--dark: #2a2a2a;
$s-color-base-border-primary--dark: #2D3636;
$s-color-base-border-secondary--dark: #2D3636;
$s-color-base-on-accent--dark: #2F3C3C;
$s-color-base-background-hover--dark: #ff77771f;
Expand Down

0 comments on commit a22177d

Please sign in to comment.