footer
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="w-100 d-flex flex-row justify-center align-center footer">
|
<div class="w-100 d-flex flex-row justify-center align-center footer">
|
||||||
<div class="text-grey" style="font-size: small">©{{ new Date().getFullYear() }}</div>
|
<div class="text-grey" style="font-size: small">©{{ new Date().getFullYear() }}</div>
|
||||||
<div class="text-grey logo" style="font-size: small; margin-bottom: 0;"> dexorder</div>
|
<div class="text-grey logo mr-3" style="font-size: small; margin-bottom: 0;"> dexorder</div>
|
||||||
<social size="x-small"/>
|
<social size="x-small"/>
|
||||||
<div class="text-grey tv" style="font-size: x-small">
|
<div class="text-grey tv">
|
||||||
<span>Charts by <a href="https://tradingview.com" target="TradingView">TradingView</a></span>
|
<span>Charts by <a href="https://tradingview.com/" target="TradingView">TradingView</a></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -21,6 +21,7 @@ div.footer {
|
|||||||
}
|
}
|
||||||
.tv {
|
.tv {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
font-size: 0.7em;
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
&:visited {
|
&:visited {
|
||||||
|
|||||||
Reference in New Issue
Block a user