commit
2cb2b48bba
@ -63,12 +63,6 @@ table.atat-table {
|
|||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
|
||||||
td {
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -155,3 +155,16 @@
|
|||||||
padding-bottom: $gap * 2.5;
|
padding-bottom: $gap * 2.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.clin-summary {
|
||||||
|
tbody,
|
||||||
|
thead {
|
||||||
|
tr {
|
||||||
|
&:last-child {
|
||||||
|
td {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<section>
|
<section>
|
||||||
<h4>CLIN summary</h4>
|
<h4>CLIN summary</h4>
|
||||||
<table class="fixed-table-wrapper atat-table">
|
<table class="fixed-table-wrapper atat-table clin-summary">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ "task_orders.review.clins.number" | translate }}</th>
|
<th>{{ "task_orders.review.clins.number" | translate }}</th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user