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/math/ui/src/styles.scss
/* You can add global styles to this file, and also import other style files */

@use '@angular/material' as mat;

@font-face {
    font-family: Farhang;
    src: url('/FarhangVariable.woff') format('woff');
    font-display: fallback;
}

html {
  // color-scheme: light dark;
  @include mat.theme((
    // color: mat.$violet-palette,
    typography: Farhang,
    density: 0
  ));
}

html, body { height: 100%; }
body { margin: 0; font-family: Roboto, Farhang; }

.layout.vertical {
  display: flex;
  flex-direction: column;
  height: 100%;

  .flex {
    flex: 1;
  }
}

.page {
  &.full-height {
    position: fixed;
    inset: 0;
  }
}