Improve token index style
This commit is contained in:
parent
4bd3fdb361
commit
2936cb33e1
@ -3,7 +3,10 @@
|
||||
|
||||
table.token-index
|
||||
font-family: "monospace"
|
||||
font-size: 1rem
|
||||
font-size: 1.2rem
|
||||
text-shadow: none
|
||||
color: #aaaaaa
|
||||
background: #39272740
|
||||
.token-logo
|
||||
max-width: 4rem
|
||||
vertical-align: middle
|
||||
|
||||
@ -10,10 +10,10 @@
|
||||
%thead
|
||||
%tr
|
||||
%th Logo
|
||||
%th Canister
|
||||
%th Standard
|
||||
%th Symbol
|
||||
%th Name
|
||||
%th Canister
|
||||
%th Standard
|
||||
%th Total supply
|
||||
%th Decimals
|
||||
%th Transfer fee
|
||||
@ -28,10 +28,10 @@
|
||||
%td
|
||||
= link_to token do
|
||||
%img.token-logo{src: token.logo_url}
|
||||
%td= link_to token.canister_id, token
|
||||
%td= token.standard
|
||||
%td= token.symbol
|
||||
%td= token.name
|
||||
%td= link_to token.canister_id, token
|
||||
%td= token.standard
|
||||
%td= token.total_supply
|
||||
%td= token.decimals
|
||||
%td= token.transfer_fee_to_f
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user