Нема описа
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.

app-invoice-print.scss 455B

1234567891011121314151617181920212223242526
  1. /* Invoice Print
  2. ******************************************************************************* */
  3. @import "../_bootstrap-extended/include";
  4. html,
  5. body {
  6. background: $white;
  7. }
  8. body > :not(.invoice-print) {
  9. display: none !important;
  10. }
  11. .invoice-print {
  12. font-size: 15px;
  13. min-inline-size: 768px !important;
  14. }
  15. .invoice-print * {
  16. color: $body-color !important;
  17. }
  18. .invoice-print .text-primary * {
  19. color: var(--#{$prefix}primary) !important;
  20. }