1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* You can add global styles to this file, and also import other style files */

@import "assets/css/main-theme.css";
/*@import "@angular/material/prebuilt-themes/indigo-pink.css";*/
@import "~codemirror/lib/codemirror.css";
@import "~codemirror/theme/material.css";
body {
    margin: 0 0 0 0;
    height: 100vh;
}

.mat-tooltip {
    font-size: 0.7em !important;
}

.CodeMirror {
  height: calc(100% - 40px) !important;
  max-height: calc(100% - 40px) !important;
}

mat-form-field {
  width: 100%;
}