Initial Port of customer statements
This commit is contained in:
committed by
Miquel Raïch
parent
1ffec3d4ee
commit
ad482b33d0
22
partner_statement/static/src/scss/layout_statement.scss
Normal file
22
partner_statement/static/src/scss/layout_statement.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.table-statement {
|
||||
.amount {
|
||||
text-align: right !important;
|
||||
width: 14% //spread 7 columns evenly
|
||||
}
|
||||
thead {
|
||||
border-bottom: solid; // required for clean layout
|
||||
tr th:first-child {
|
||||
width: auto !important; // required for clean layout
|
||||
}
|
||||
tr th:last-child {
|
||||
width: 16% !important; // required for boxed layout
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.statement-blocked {
|
||||
background-color: $gray-500 !important;
|
||||
td:last-child {
|
||||
background-color: $gray-500 !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user