Skip to content

Commit bc197b4

Browse files
authored
Merge pull request #63 from Azure-Samples/updating-style-css
Adding import to style.css for Angular SPA
2 parents 4a3038c + 72b733c commit bc197b4

File tree

1 file changed

+1
-2
lines changed
  • 1-Authentication/2-sign-in-angular/SPA/src

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* You can add global styles to this file, and also import other style files */
2-
1+
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
32
html, body { height: 100%; }
43
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }

0 commit comments

Comments
 (0)