????

Your IP : 3.16.125.156


Current Path : C:/inetpub/vhost/redmine.gdtvietnam.com/public/themes/gitmike/sass/
Upload File :
Current File : C:/inetpub/vhost/redmine.gdtvietnam.com/public/themes/gitmike/sass/_invoice.scss

// Invoices

table.invoice-lines {
  tbody tr.line-data:hover {
    background-color: #EFF5F8 !important;
  }
  th {
    border: 0 !important;
  }
}

span.invoice-status {
  &.draft {
    background-color: #AAA !important;
  }
  &.sent {
    background-color: #3F8AF7 !important;
  }
  &.paid {
    background-color: green !important;
  }
}