mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 04:10:57 -05:00
Use SASS var for border colour and correct closing tbody tag
This commit is contained in:
@@ -165,8 +165,8 @@
|
||||
|
||||
|
||||
.table-row-group {
|
||||
border-top: 1px solid #BFC1C3;
|
||||
border-bottom: 1px solid #BFC1C3;
|
||||
border-top: 1px solid $border-colour;
|
||||
border-bottom: 1px solid $border-colour;
|
||||
}
|
||||
|
||||
.table-empty-message {
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
{% macro row_group(id=None) %}
|
||||
<tbody class="table-row-group" {% if id %}id="{{id}}"{% endif %}>
|
||||
{{ caller() }}
|
||||
</tr>
|
||||
</tbody>
|
||||
{%- endmacro %}
|
||||
|
||||
{% macro field(align='left', status='', border=True) -%}
|
||||
|
||||
Reference in New Issue
Block a user