Restore table's top rounded corners

This commit is contained in:
Pau Perez
2021-02-22 12:06:19 +01:00
committed by Andy Brett
parent 2146ed277f
commit c3179b4304
2 changed files with 9 additions and 3 deletions

View File

@@ -143,8 +143,14 @@
}
}
table.full {
width: 100%;
table {
&.full {
width: 100%;
}
&.top-rounded {
border-radius: $radius-medium $radius-medium 0 0;
}
}
// Note this relies on the <th> using `.show-for-large-up` as well.

View File

@@ -2,7 +2,7 @@
- if @payments_requiring_action.present?
.active_table.requiring-authorization
%h3= t(".authorization_required")
%table.full
%table.full.top-rounded
%tr
%th= t :transaction
%th= t :transaction_date