Skip to content

Instantly share code, notes, and snippets.

@Splaktar
Created October 4, 2017 21:29
Show Gist options
  • Select an option

  • Save Splaktar/ff88219a21a862017f62bc3216b95c72 to your computer and use it in GitHub Desktop.

Select an option

Save Splaktar/ff88219a21a862017f62bc3216b95c72 to your computer and use it in GitHub Desktop.

Revisions

  1. Splaktar created this gist Oct 4, 2017.
    13 changes: 13 additions & 0 deletions styles.scss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    @import './styles/theme';

    // Include the base styles for Angular Material core. We include this here so that you only
    // have to load a single css file for Angular Material in your app.
    // Be sure that you only ever include this mixin once!
    @include mat-core();

    // Include theme styles for core and each component used in your app.
    // Alternatively, you can import and @include the theme mixins for each component that you are using.
    @include angular-material-theme($app-theme);

    html {
    ...