mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 05:29:43 +02:00
fix style and andi stuff
This commit is contained in:
parent
499c8082b3
commit
f539ede376
2 changed files with 11 additions and 5 deletions
|
@ -536,9 +536,15 @@ details.dja-detail-table {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead tr {
|
||||||
|
background-color: var(--darkened-bg);
|
||||||
|
}
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
border: none
|
border: none;
|
||||||
|
background-color: var(--darkened-bg);
|
||||||
|
color: var(--body-quiet-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
thead > tr > th {
|
thead > tr > th {
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<table>
|
<table class="usa-table usa-table--borderless">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Type</th>
|
<th scope="col">Type</th>
|
||||||
<th>Start date {{ data.start_date }}</th>
|
<th scope="col">Start date {{ data.start_date }}</th>
|
||||||
<th>End date {{ data.end_date }} </th>
|
<th scope="col">End date {{ data.end_date }} </th>
|
||||||
<tr>
|
<tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue