zgo/src/styles.css

29 lines
656 B
CSS
Raw Permalink Normal View History

2021-10-01 20:10:14 +00:00
/* You can add global styles to this file, and also import other style files */
2021-10-15 19:14:49 +00:00
2021-10-26 17:58:39 +00:00
/*@import '@angular/material/prebuilt-themes/indigo-pink.css';*/
2022-07-13 12:14:31 +00:00
/*@use '@angular/material' as mat;*/
2021-10-26 17:58:39 +00:00
/*@include mat.core();*/
/*$my-primary: mat.define-palette(mat.$deep-orange-palette, 600);*/
/*$my-accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);*/
/*$my-theme: mat.define-light-theme((*/
/*color: (*/
/*primary: $my-primary,*/
/*accent: $my-accent*/
/*)*/
/*)*/
/*);*/
/*@include mat.all-component-themes($my-theme);*/
@import './custom-theme.scss';
2022-01-15 13:59:25 +00:00
2021-10-15 19:14:49 +00:00
html, body { height: 100%; }
2022-01-14 22:11:50 +00:00
body {
margin: 0;
2022-01-15 13:59:25 +00:00
font-family: 'Spartan', sans-serif;
2022-01-14 22:11:50 +00:00
}