RSS Git Download  Clone
Raw View History
Blames found: 9 Mode: sass Binary: false


Hang on, we reloading big blames...
/* You can add global styles to this file, and also import other style files */ html, body { height: 100%; } body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } @import '~@angular/material/theming'; @include mat-core(); $workspace-primary: mat-palette($mat-green); $workspace-accent: mat-palette($mat-purple, A200, A100, A400); $workspace-warn: mat-palette($mat-red); $workspace-theme: mat-light-theme($workspace-primary, $workspace-accent, $workspace-warn); @include mat-core-theme($workspace-theme); @include mat-divider-theme($workspace-theme); @include mat-card-theme($workspace-theme); @include mat-toolbar-theme(mat-light-theme(
mat-palette($mat-blue-grey, 700),
mat-palette($mat-blue-grey, 200), mat-palette($mat-green) )); @include mat-button-theme(mat-light-theme( mat-palette($mat-orange, 900),
mat-palette($mat-indigo, 500), mat-palette($mat-red, 500)
));
.p3x-ng-compile-template-intent:before { } .p3x-ng-compile-template-intent { color: mat-color($mat-grey, 500); padding: 8px; font-size: 18px; font-weight: bold; display: inline-block; } .p3x-ng-compile-template { font-size: 18px; font-weight: bold; display: inline-block; }
a.mat-button {
//padding: 0;
}