Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created August 26, 2019 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BetterProgramming/2e140896c76eee5f9f38fa8328c4b560 to your computer and use it in GitHub Desktop.
Save BetterProgramming/2e140896c76eee5f9f38fa8328c4b560 to your computer and use it in GitHub Desktop.
/* You can add global styles to this file, and also import other style files */
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
@import "./assets/bootstrap.min.css";
@import "./assets/bootstrap-theme.min.css";
body {
font-family: "Roboto", sans-serif;
margin: 0;
}
form {
mat-form-field {
width: 95%;
margin: 0 auto;
}
}
.center {
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment