Created
May 30, 2018 13:07
-
-
Save leihuagh/718aa25bcca5f110d0dc3dc5ccdd6935 to your computer and use it in GitHub Desktop.
angular material base imports
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
| @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700'); | |
| @import 'https://fonts.googleapis.com/icon?family=Material+Icons'; | |
| @import '~@angular/material/prebuilt-themes/indigo-pink.css'; | |
| body { | |
| font-family: 'Roboto', sans-serif; | |
| font-size: 14px; | |
| background-color: #efefef; | |
| padding: 0; | |
| margin: 0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment