mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-26 16:20:19 -04:00
Merge pull request #2424 from alphagov/templates-page-spacing
Make spacing tighter on templates page
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
&-name {
|
||||
@include bold-24;
|
||||
margin: 20px 0 5px 0;
|
||||
margin: 0;
|
||||
|
||||
a {
|
||||
display: block;
|
||||
@@ -14,8 +14,12 @@
|
||||
|
||||
&-type {
|
||||
color: $secondary-text-colour;
|
||||
margin-bottom: $gutter / 3;
|
||||
margin: 0 0 $gutter-two-thirds 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#template-list {
|
||||
margin-top: $gutter;
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
</div>
|
||||
|
||||
{% if show_template_nav %}
|
||||
<div class="bottom-gutter-2-3">
|
||||
<div class="bottom-gutter">
|
||||
{{ pill(template_nav_items, current_value=template_type, show_count=False) }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user