fork of hey-api/openapi-ts because I need some additional things
1@import '@angular/material/prebuilt-themes/azure-blue.css';
2
3/* You can add global styles to this file, and also import other style files */
4html,
5body {
6 height: 100%;
7}
8body {
9 margin: 0;
10 font-family: Roboto, 'Helvetica Neue', sans-serif;
11
12 display: grid;
13 place-content: center;
14}