Created
September 20, 2017 20:14
-
-
Save israeljrs/3a1d2f180a6f8981a12aef2a91092906 to your computer and use it in GitHub Desktop.
sample file to scss angular material 2
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 url('https://fonts.googleapis.com/icon?family=Material+Icons'); | |
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css'; | |
@import '~sweetalert2/dist/sweetalert2.css'; | |
body { | |
margin: 0; | |
font-family: Roboto, sans-serif; | |
} | |
md-card { | |
max-width: 80%; | |
margin: 2em auto; | |
text-align: center; | |
} | |
md-toolbar-row { | |
justify-content: space-between; | |
} | |
.done { | |
position: fixed; | |
bottom: 20px; | |
right: 20px; | |
color: white; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment