mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
ui tweaks
This commit is contained in:
parent
32207be68a
commit
34769f2d01
3 changed files with 3 additions and 12 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
|
@ -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 %}
|
Loading…
Add table
Add a link
Reference in a new issue