mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #1325 from alphagov/bigger-click-areas-templates
Make click areas bigger on choose template page
This commit is contained in:
@@ -3,32 +3,19 @@
|
|||||||
&-name {
|
&-name {
|
||||||
@include bold-24;
|
@include bold-24;
|
||||||
margin: 20px 0 5px 0;
|
margin: 20px 0 5px 0;
|
||||||
}
|
|
||||||
|
|
||||||
&-updated-at {
|
|
||||||
@include copy-16;
|
|
||||||
color: $secondary-text-colour;
|
|
||||||
margin: 0 0 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-use-links {
|
|
||||||
|
|
||||||
@include copy-16;
|
|
||||||
margin-top: -7px;
|
|
||||||
color: $secondary-text-colour;
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@include core-19;
|
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 5px;
|
margin-bottom: -$gutter;
|
||||||
text-decoration: none;
|
padding-bottom: $gutter;
|
||||||
|
|
||||||
&:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-type {
|
||||||
|
color: $secondary-text-colour;
|
||||||
|
margin-bottom: $gutter / 3;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
<h2 class="message-name">
|
<h2 class="message-name">
|
||||||
<a href="{{ url_for('.view_template', service_id=current_service.id, template_id=template.id) }}">{{ template.name }}</a>
|
<a href="{{ url_for('.view_template', service_id=current_service.id, template_id=template.id) }}">{{ template.name }}</a>
|
||||||
</h2>
|
</h2>
|
||||||
<p class="hint bottom-gutter-1-3">
|
<p class="message-type">
|
||||||
{{ message_count_label(1, template.template_type, suffix='')|capitalize }} template
|
{{ message_count_label(1, template.template_type, suffix='')|capitalize }} template
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user