You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
664 B

  1. @odoo-color-silver-darker: #d9d7d7;
  2. @gray-lighter-darker: @odoo-color-silver-darker;
  3. .table-statement {
  4. .amount {
  5. text-align: right !important;
  6. width: 14% //spread 7 columns evenly
  7. }
  8. thead {
  9. border-bottom: solid; // required for clean layout
  10. tr th:first-child {
  11. width: auto !important; // required for clean layout
  12. }
  13. tr th:last-child {
  14. width: 16% !important; // required for boxed layout
  15. }
  16. }
  17. }
  18. .statement-blocked {
  19. background-color: @gray-lighter-darker !important;
  20. td:last-child {
  21. background-color: @gray-lighter-darker !important;
  22. }
  23. }