Skip to content

Commit

Permalink
Update earn page
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoner committed Nov 26, 2021
1 parent 0aaae50 commit d4c9979
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions components/earn/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
<div class="container2">
<h1>Pooling</h1>
<table class="tableearn">
<col style="width: 20%" />
<col style="width: 20%" />
<col style="width: 20%" />
<col style="width: 20%" />
<col style="width: 20%" />
<thead>
<tr>
<th class="cell">Stake</th>
<th class="cell"></th>
<th class="cell"></th>
<th class="cell">Lockup</th>
<th class="cell">TVL</th>
Expand Down Expand Up @@ -50,9 +55,14 @@
<br />
<h1>Stake</h1>
<table class="tableearn">
<col style="width: 20%" />
<col style="width: 20%" />
<col style="width: 20%" />
<col style="width: 20%" />
<col style="width: 20%" />
<thead>
<tr>
<th class="cell index">Stake</th>
<th class="cell index"></th>
<th class="cell"></th>
<th class="cell">Lockup</th>
<th class="cell">TVL</th>
Expand All @@ -76,7 +86,7 @@
<i class="material-icons">help</i>
</nuxt-link> -->
</td>
<td class="cell">
<td class="cell noel">
<nuxt-link to="/validators" class="li-session">
<CommonButton value="Start earning" />
</nuxt-link>
Expand Down Expand Up @@ -190,7 +200,7 @@ export default {
}
.tableearn {
table-layout: auto;
table-layout: fixed;
min-width: 100%;
border-radius: 30px;
border-collapse: separate;
Expand Down

0 comments on commit d4c9979

Please sign in to comment.