HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/admin/src/theme/_material.scss
@use '@angular/material' as mat;
@include mat.core();

$my-typography: mat.define-typography-config(
  $font-family: 'Farhang'
);

$my-theme: mat.define-light-theme((
 typography: $my-typography
));
@include mat.all-component-themes($my-theme);
@include mat.typography-hierarchy($my-typography);


/* ------- HACK ------- */

body {
  --mdc-filled-button-label-text-tracking: 0;
  --mdc-protected-button-label-text-tracking: 0;
  --mdc-text-button-label-text-tracking: 0;
}

.mat-mdc-tab-header {
  --mat-tab-header-label-text-tracking: 0;
}

.mat-toolbar.mat-primary {
  color: white;
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-label-text-color: white;
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-text-color: white;
}