mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Clean up scss - picked up by codeclimate
This commit is contained in:
committed by
Matt-Yorkley
parent
8e5cfdeb97
commit
a00e964eb6
@@ -109,21 +109,22 @@ table.order-summary {
|
||||
|
||||
// put in separate order invoice scss file?
|
||||
table.payment-list {
|
||||
width:100%;
|
||||
width: 100%;
|
||||
border-collapse: separate;
|
||||
border-spacing: 0px;
|
||||
font-size:12px;
|
||||
font-size: 12px;
|
||||
|
||||
tbody tr td {
|
||||
padding: 5px;
|
||||
border-bottom: 1px solid #666;
|
||||
|
||||
.payment-method-name{
|
||||
display:block;
|
||||
font-weight:bold;
|
||||
|
||||
.payment-method-name {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
}
|
||||
.payment-method-description{
|
||||
display:block;
|
||||
|
||||
.payment-method-description {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -134,16 +135,16 @@ table.payment-list {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
th.amount, td.amount{
|
||||
th.amount, td.amount {
|
||||
text-align: right;
|
||||
padding-right:15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
th.payment-state{
|
||||
th.payment-state {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
td.payment-state{
|
||||
td.payment-state {
|
||||
text-align: right;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user