Skip to content

Instantly share code, notes, and snippets.

@israeljrs
Created September 20, 2017 20:14
Show Gist options
  • Save israeljrs/3a1d2f180a6f8981a12aef2a91092906 to your computer and use it in GitHub Desktop.
Save israeljrs/3a1d2f180a6f8981a12aef2a91092906 to your computer and use it in GitHub Desktop.
sample file to scss angular material 2
/* 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