mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 16:54:03 -04:00
Refactor CSS to better use inherited naming
This commit is contained in:
@@ -24,17 +24,22 @@
|
|||||||
margin-top: $gutter;
|
margin-top: $gutter;
|
||||||
}
|
}
|
||||||
|
|
||||||
.template-list-item,
|
.template-list {
|
||||||
.template-list-item-with-checkbox {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.template-list-item-with-checkbox {
|
&-item {
|
||||||
|
|
||||||
padding-left: $gutter * 2;
|
&-with-checkbox {
|
||||||
|
|
||||||
|
position: relative;
|
||||||
|
padding-left: $gutter * 2;
|
||||||
|
|
||||||
|
.multiple-choice {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.multiple-choice {
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
value=template_folder.id,
|
value=template_folder.id,
|
||||||
) }}
|
) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<h2 class="message-name">
|
<h2 class="message-name template-list-folder">
|
||||||
<a href="{{ url_for('.choose_template', service_id=current_service.id, template_type=template_type, template_folder_id=template_folder.id) }}">
|
<a href="{{ url_for('.choose_template', service_id=current_service.id, template_type=template_type, template_folder_id=template_folder.id) }}">
|
||||||
{{ template_folder.name }}
|
{{ template_folder.name }}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user