// @import "~@angular/material/prebuilt-themes/purple-green.css";

// body {
//     margin: 0;
// }

@import '~@angular/material/theming';
@import './styles/module/button';
// Plus imports for other components in your app.

// Include the common styles for Angular Material. We include this here so that you only
// have to load a single css file for Angular Material in your app.
// **Be sure that you only ever include this mixin once!**
@include mat-core();


// Define the default theme (same as the example above).
$candy-app-primary: mat-palette($mat-teal);
$candy-app-accent:  mat-palette($mat-pink, A200, A100, A400);
$candy-app-theme:   mat-light-theme($candy-app-primary, $candy-app-accent);

// Include the default theme styles.
@include angular-material-theme($candy-app-theme);
