master
kek7198 2021-11-30 16:00:24 -06:00
parent 7371344d3f
commit d3f80c1d65
1 changed files with 6 additions and 6 deletions

View File

@ -7,14 +7,14 @@
{% block pagetype %}message{% endblock %} {% block pagetype %}message{% endblock %}
{% block subHeader %} {% block subHeader %}
<div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t-md"> <div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t">
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-800 to-gray-700 rounded-t-md sub-header-shadow"></div> <div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-300 to-gray-200 rounded-t sub-header-shadow"></div>
<div class="relative col-span-full flex items-center"> <div class="relative col-span-full flex items-center">
<div> <div>
<h1 class="font-bold text-xl font-heading leading-normal"> <h1 class="font-bold text-xl font-heading leading-normal">
Shop Shop
</h1> </h1>
<small class="block text-gray-400"> <small class="block text-gray-700">
Stir drama. Earn coins. Stir drama. Earn coins.
</small> </small>
</div> </div>
@ -23,13 +23,13 @@
<strong class="text-lg md:text-2xl"> <strong class="text-lg md:text-2xl">
{{sales}} {{sales}}
</strong> </strong>
<small class="text-gray-400">total sales</small> <small class="text-gray-700">total sales</small>
</li> </li>
<li> <li>
<strong class="text-lg md:text-2xl"> <strong class="text-lg md:text-2xl">
{{v.coins_spent}} {{v.coins_spent}}
</strong> </strong>
<small class="text-gray-400">spent by you</small> <small class="text-gray-700">spent by you</small>
</li> </li>
</ul> </ul>
</div> </div>