mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Restore table's top rounded corners
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user