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.
23 lines
387 B
23 lines
387 B
// App Invoice |
|
// ======================================================================== |
|
|
|
@import '../../base/pages/app-invoice.scss'; |
|
|
|
.invoice-list-dataTable { |
|
svg:focus { |
|
outline: 0; |
|
} |
|
header { |
|
padding-left: 1.5rem; |
|
} |
|
} |
|
|
|
@media (max-width: 482px) { |
|
.invoice-list-dataTable { |
|
header .actions-right { |
|
select { |
|
margin-top: 1rem; |
|
} |
|
} |
|
} |
|
}
|
|
|