/* 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%; }