mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-16 17:07:36 +00:00
Open ASN link to new tab
This also remove unused global `dashboard-card` css class.
This commit is contained in:
parent
d13a427c6d
commit
d99f8583c1
2 changed files with 7 additions and 6 deletions
|
@ -16,9 +16,6 @@ p {
|
||||||
a.external {
|
a.external {
|
||||||
@apply link after:content-['_↗']
|
@apply link after:content-['_↗']
|
||||||
}
|
}
|
||||||
.dashboard-card {
|
|
||||||
@apply bg-surface-50-900-token rounded-lg border-2 border-dashed border-gray-200 p-4 dark:border-gray-700;
|
|
||||||
}
|
|
||||||
.section-container {
|
.section-container {
|
||||||
@apply mx-auto w-full max-w-7xl p-4;
|
@apply mx-auto w-full max-w-7xl p-4;
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,9 +22,13 @@
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if asn !== 0}
|
{#if asn !== 0}
|
||||||
<br /><a class="asn" href="https://www.ditatompel.com/asn/{asn}">AS{asn}</a> (<span
|
<br /><a
|
||||||
class="asn-name">{asn_name}</span
|
class="external asn"
|
||||||
>)
|
href="https://www.ditatompel.com/asn/{asn}"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener">AS{asn}</a
|
||||||
|
>
|
||||||
|
(<span class="asn-name">{asn_name}</span>)
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<style lang="postcss">
|
<style lang="postcss">
|
||||||
|
|
Loading…
Reference in a new issue