Last active
July 4, 2018 15:43
-
-
Save ismaproco/c507479947245826e311d79fb33905bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* You can add global styles to this file, and also import other style files */ | |
@import '~@angular/material/theming'; | |
@import url('//fonts.googleapis.com/icon?family=Material+Icons'); | |
@include mat-core(); | |
$primary: mat-palette($mat-lime, 500); | |
$accent: mat-palette($mat-lime, 500, A200, A400); | |
$warn: mat-palette($mat-red, 500); | |
$config: mat-typography-config(); | |
$theme: mat-light-theme($primary, $accent, $warn); | |
@include angular-material-theme($theme); | |
body { | |
font-family: mat-font-family($config); | |
font-weight: normal; | |
} | |
h1, h2, h3, h4 { | |
font-weight: normal; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment