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.

22 lines
556 B

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