ui tweaks

This commit is contained in:
Rachid Mrad 2024-03-01 18:29:04 -05:00
parent 32207be68a
commit 34769f2d01
No known key found for this signature in database
3 changed files with 3 additions and 12 deletions

View file

@ -325,5 +325,7 @@ input.admin-confirm-button {
a {
font-size: 13px;
font-weight: 600;
border: solid 1px var(--darkened-bg);
background: var(--darkened-bg);
}
}

View file

@ -71,5 +71,5 @@
<div class="module module--custom">
<h2>Analytics</h2>
<a class="display-block padding-1" href="{% url 'analytics' %}">Dashboard</a>
<a class="display-block padding-y-1 padding-x-2" href="{% url 'analytics' %}">Dashboard</a>
</div>

View file

@ -1,11 +0,0 @@
{% extends "admin/index.html" %}
{% block content %}
<div id="content-main">
{% include "admin/app_list.html" with app_list=app_list show_changelinks=True %}
<div class="module module--custom">
<h2>Analytics</h2>
<a class="display-block padding-1" href="{% url 'analytics' %}">Dashboard</a>
</div>
</div>
{% endblock %}