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