blob: fad44c53ed3268a9ba078ea04ea40c15abb42cf6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* You can add global styles to this file, and also import other style files */
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
body {
margin: 0;
}
.fill-remaining-space {
flex: 1 1 auto;
}
|