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.

19 lines
226B

  1. .ticket-view {
  2. .table {
  3. tr:first-child td {
  4. border-top: 0px none;
  5. }
  6. }
  7. .timeline {
  8. &::before {
  9. background: transparent none;
  10. }
  11. li, .timeline-item {
  12. margin-right: 0px;
  13. }
  14. }
  15. }