mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-09-27 03:51:07 -04:00
Add score tag indicator
This commit is contained in:
parent
c5a0f9660b
commit
5e5dc1f8e7
1 changed files with 16 additions and 3 deletions
|
@ -4,13 +4,13 @@
|
||||||
<header>
|
<header>
|
||||||
<h1 class="leaderboard__title">
|
<h1 class="leaderboard__title">
|
||||||
<span class="leaderboard__title--top">Exchanges</span>
|
<span class="leaderboard__title--top">Exchanges</span>
|
||||||
<span class="leaderboard__title--bottom"
|
<span class="leaderboard__title--bottom"></span>
|
||||||
>+ <b>K</b>YCNOT.ME <b>S</b>CORE</span
|
+ <u>K</u>YCNOT.ME<u> S</u>CORE </span>
|
||||||
>
|
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main class="leaderboard__profiles">
|
<main class="leaderboard__profiles">
|
||||||
|
<span class="tag is-dark score-indicator"> <a href="/about#score">SCORE</a></span>
|
||||||
{% for exchange in data['exchanges'] %} {% include '_exchange_line.html'
|
{% for exchange in data['exchanges'] %} {% include '_exchange_line.html'
|
||||||
%} {% endfor %}
|
%} {% endfor %}
|
||||||
</main>
|
</main>
|
||||||
|
@ -22,6 +22,19 @@
|
||||||
place-items: center;
|
place-items: center;
|
||||||
display: grid;
|
display: grid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.score-indicator{
|
||||||
|
justify-self: flex-end;
|
||||||
|
z-index: 6;
|
||||||
|
position: relative;
|
||||||
|
top: 25px;
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.score-indicator a{
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.leaderboard {
|
.leaderboard {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue