mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Refactor CSS to better use inherited naming
This commit is contained in:
@@ -24,17 +24,22 @@
|
||||
margin-top: $gutter;
|
||||
}
|
||||
|
||||
.template-list-item,
|
||||
.template-list-item-with-checkbox {
|
||||
position: relative;
|
||||
}
|
||||
.template-list {
|
||||
|
||||
.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,
|
||||
) }}
|
||||
{% 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) }}">
|
||||
{{ template_folder.name }}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user