mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -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 {
|
&-name {
|
||||||
@include bold-24;
|
@include bold-24;
|
||||||
margin: 20px 0 5px 0;
|
margin: 0;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
@@ -14,8 +14,12 @@
|
|||||||
|
|
||||||
&-type {
|
&-type {
|
||||||
color: $secondary-text-colour;
|
color: $secondary-text-colour;
|
||||||
margin-bottom: $gutter / 3;
|
margin: 0 0 $gutter-two-thirds 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#template-list {
|
||||||
|
margin-top: $gutter;
|
||||||
|
}
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if show_template_nav %}
|
{% 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) }}
|
{{ pill(template_nav_items, current_value=template_type, show_count=False) }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user