Skip to content

Commit

Permalink
enhance - demo : ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Balet committed Jan 31, 2024
1 parent 76a88ea commit c67031f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions projects/ngx-back-button-tester/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
@use '@angular/material' as mat;
$my-palette: mat.$indigo-palette;

$my-primary: mat.define-palette(mat.$indigo-palette, 500);
$my-accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);

$my-theme: mat.define-light-theme(
(
color: (
primary: $my-primary,
accent: $my-accent,
),
density: 0,
)
);

@include mat.all-component-themes($my-theme);

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);

body {
Expand Down

0 comments on commit c67031f

Please sign in to comment.